]> git.pld-linux.org Git - packages/gtk+3.git/commitdiff
up to 3.24.1 auto/th/gtk+3-3.24.1-1
authorJan Palus <atler@pld-linux.org>
Sun, 23 Sep 2018 20:44:10 +0000 (22:44 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 23 Sep 2018 20:44:10 +0000 (22:44 +0200)
gtk+3-papi.patch
gtk+3.spec

index 2f4d65dfdf7f1e94d91029d870cf1ae5dea444d4..52d79037093c1fd11190495a075fc3833a3275a9 100644 (file)
  
  }
  
---- gtk+-3.2.3/modules/printbackends/papi/Makefile.am.orig     2011-11-07 19:47:37.000000000 +0100
-+++ gtk+-3.2.3/modules/printbackends/papi/Makefile.am  2011-12-23 19:55:00.277588009 +0100
-@@ -16,7 +16,7 @@
-       $(top_builddir)/gtk/libgtk-3.la \
-       $(GTK_DEP_LIBS)
--backenddir = $(libdir)/gtk-2.0/$(GTK_BINARY_VERSION)/printbackends
-+backenddir = $(libdir)/gtk-3.0/$(GTK_BINARY_VERSION)/printbackends
- backend_LTLIBRARIES = libprintbackend-papi.la
index 04d46d5b6a6b773788eb0de3b65e23f4efa530bd..95375440305d226961ddb105820780d9d11e422b 100644 (file)
@@ -19,12 +19,12 @@ Summary(it.UTF-8):  Il toolkit per GIMP
 Summary(pl.UTF-8):     GIMP Toolkit
 Summary(tr.UTF-8):     GIMP ToolKit arayüz kitaplığı
 Name:          gtk+3
-Version:       3.22.30
+Version:       3.24.1
 Release:       1
 License:       LGPL v2+
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/gtk+/3.22/gtk+-%{version}.tar.xz
-# Source0-md5: 61e60dc073e0a6893c72043d20579dc0
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gtk+/3.24/gtk+-%{version}.tar.xz
+# Source0-md5: 9dfe16f486573815f242fa400763feb7
 Patch0:                %{name}-papi.patch
 Patch1:                typeahead.patch
 URL:           http://www.gtk.org/
@@ -415,7 +415,10 @@ exit 0
 %attr(755,root,root) %{_libdir}/gtk-3.0/%{abivers}/immodules/im-ti-er.so
 %attr(755,root,root) %{_libdir}/gtk-3.0/%{abivers}/immodules/im-ti-et.so
 %attr(755,root,root) %{_libdir}/gtk-3.0/%{abivers}/immodules/im-viqr.so
-%{?with_wayland:%attr(755,root,root) %{_libdir}/gtk-3.0/%{abivers}/immodules/im-wayland.so}
+%if %{with wayland}
+%attr(755,root,root) %{_libdir}/gtk-3.0/%{abivers}/immodules/im-wayland.so
+%attr(755,root,root) %{_libdir}/gtk-3.0/%{abivers}/immodules/im-waylandgtk.so
+%endif
 %attr(755,root,root) %{_libdir}/gtk-3.0/%{abivers}/immodules/im-xim.so
 %{_libdir}/girepository-1.0/Gdk-3.0.typelib
 %{_libdir}/girepository-1.0/GdkX11-3.0.typelib
This page took 0.112251 seconds and 4 git commands to generate.