]> git.pld-linux.org Git - packages/vte.git/commitdiff
- fixed -gtk4-devel dependency; release 2 auto/th/vte-0.72.1-2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 May 2023 18:30:29 +0000 (20:30 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 May 2023 18:30:29 +0000 (20:30 +0200)
vte.spec

index f2cc099f1097bca6e8fcf3b8d700e0d6a10202db..ffb1db5a303a77714e61e30c2aebeed449dcbb60 100644 (file)
--- a/vte.spec
+++ b/vte.spec
@@ -8,7 +8,7 @@ Summary:        VTE terminal widget library
 Summary(pl.UTF-8):     Biblioteka z kontrolką terminala VTE
 Name:          vte
 Version:       0.72.1
-Release:       1
+Release:       2
 # some files have LGPL v2.1+ signature, but some LGPL v3+
 License:       LGPL v3+ (library), GPL v3+ (app)
 Group:         X11/Libraries
@@ -151,7 +151,7 @@ Summary:    Header files for VTE for GTK 4
 Summary(pl.UTF-8):     Pliki nagłówkowe VTE dla GTK 4
 License:       LGPL v3+
 Group:         X11/Development/Libraries
-Requires:      %{name} = %{version}-%{release}
+Requires:      %{name}-gtk4 = %{version}-%{release}
 Requires:      glib2-devel >= 1:2.52.0
 Requires:      gtk4-devel >= 4.0.1
 Requires:      pango-devel >= 1:1.22.0
@@ -200,9 +200,6 @@ Dokumentacja API VTE (wersja dla GTK 4).
 # ...except for single test, which wants consteval and constinit
 %{__sed} -i -e 's/consteval //;s/constinit //' src/pastify-test.cc
 
-# adjust for PLD %{_gtkdocdir}
-#%{__sed} -i -e '/HTML_DIR/ s,/gtk-doc/,/doc/gtk-doc/,' doc/reference/Makefile.docs
-
 %build
 %meson build \
        %{?with_apidocs:-Ddocs=true} \
This page took 0.273092 seconds and 4 git commands to generate.