[packages/gtk4] - updated to 4.20.3
qboosh
qboosh at pld-linux.org
Thu Nov 27 21:54:22 CET 2025
commit c7e90f5e4bd7c2e64708bf965512d4681ad83e79
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Nov 27 21:54:23 2025 +0100
- updated to 4.20.3
gtk4-print-backends.patch | 8 ++++----
gtk4.spec | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gtk4.spec b/gtk4.spec
index 097b0de..16a5276 100644
--- a/gtk4.spec
+++ b/gtk4.spec
@@ -22,12 +22,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: gtk4
-Version: 4.20.2
+Version: 4.20.3
Release: 1
License: LGPL v2+
Group: X11/Libraries
Source0: https://download.gnome.org/sources/gtk/4.20/gtk-%{version}.tar.xz
-# Source0-md5: 92b636585eb973d66e26f182052c99f1
+# Source0-md5: 7fe0499e3390d516f8644411ce2c3cde
Patch0: %{name}-print-backends.patch
Patch1: %{name}-x32.patch
URL: https://www.gtk.org/
diff --git a/gtk4-print-backends.patch b/gtk4-print-backends.patch
index 53b3843..c56f5cc 100644
--- a/gtk4-print-backends.patch
+++ b/gtk4-print-backends.patch
@@ -1,13 +1,13 @@
---- gtk-4.20.1/gtk/print/backends/meson.build.orig 2025-09-08 22:57:32.000000000 +0200
-+++ gtk-4.20.1/gtk/print/backends/meson.build 2025-09-14 21:51:07.010046174 +0200
+--- gtk-4.20.3/gtk/print/backends/meson.build.orig 2025-11-20 06:08:31.000000000 +0100
++++ gtk-4.20.3/gtk/print/backends/meson.build 2025-11-27 21:24:52.845219699 +0100
@@ -14,7 +14,9 @@ if get_option('print-cpdb').enabled() an
])
print_backend_deps += [cpdb_dep]
cdata.set('HAVE_PRINTBACKEND_CPDB', 1)
--elif cups_dep.found()
+-elif get_option('print-cups').enabled() and cups_dep.found()
+endif
+
-+if not get_option('print-cups').disabled() and cups_dep.found()
++if get_option('print-cups').enabled() and cups_dep.found()
print_backends += 'cups'
print_backend_sources += files([
'gtkprintbackendcups.c',
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gtk4.git/commitdiff/c7e90f5e4bd7c2e64708bf965512d4681ad83e79
More information about the pld-cvs-commit
mailing list