]> git.pld-linux.org Git - packages/vte.git/blobdiff - vte.spec
icu rebuild
[packages/vte.git] / vte.spec
index 5af1d1c46331aba2019e4aaedd342cc6c0df83c9..445746664b340e5d463430691972f94ddaee2e3a 100644 (file)
--- a/vte.spec
+++ b/vte.spec
@@ -7,13 +7,13 @@
 Summary:       VTE terminal widget library
 Summary(pl.UTF-8):     Biblioteka z kontrolką terminala VTE
 Name:          vte
-Version:       0.70.2
-Release:       1
+Version:       0.72.2
+Release:       2
 # some files have LGPL v2.1+ signature, but some LGPL v3+
 License:       LGPL v3+ (library), GPL v3+ (app)
 Group:         X11/Libraries
-Source0:       https://download.gnome.org/sources/vte/0.70/%{name}-%{version}.tar.xz
-# Source0-md5: 5f1064024d0a961a5d6d549cb4264a1b
+Source0:       https://download.gnome.org/sources/vte/0.72/%{name}-%{version}.tar.xz
+# Source0-md5: 677e24f7a8dab11e20b1e1e195f1354f
 Patch0:                %{name}-wordsep.patch
 URL:           https://wiki.gnome.org/Apps/Terminal/VTE
 BuildRequires: cairo-gobject-devel
@@ -22,7 +22,7 @@ BuildRequires:        fribidi-devel >= 1.0.0
 # C11
 BuildRequires: gcc >= 6:4.7
 BuildRequires: gdk-pixbuf2-devel
-BuildRequires: gettext-devel
+BuildRequires: gettext-tools
 BuildRequires: glib2-devel >= 1:2.52.0
 BuildRequires: gnutls-devel >= 3.2.7
 BuildRequires: gobject-introspection-devel >= 0.10.0
@@ -35,7 +35,7 @@ BuildRequires:        libicu-devel >= 4.8
 # C++20 support (-std=gnu++2a, char8_t)
 BuildRequires: libstdc++-devel >= 6:9.0
 BuildRequires: libxml2-progs >= 2
-BuildRequires: meson >= 0.55.0
+BuildRequires: meson >= 0.60.0
 BuildRequires: ninja >= 1.5
 BuildRequires: pango-devel >= 1:1.22.0
 BuildRequires: pcre2-8-devel >= 10.21
@@ -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.039858 seconds and 4 git commands to generate.