summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-04-05 21:48:59 -0700
committerMatt Turner <mattst88@gentoo.org>2022-04-05 23:26:46 -0700
commit22a01f577f19f686d4c266a550f2a929636365fa (patch)
tree29097b71551464dc34396ec0c1a05ce0d76cf22d /media-gfx/gthumb/files
parentdev-cpp/highway: Fix detection of AVX512 for IceLake Client CPUs (diff)
downloadgentoo-22a01f577f19f686d4c266a550f2a929636365fa.tar.gz
gentoo-22a01f577f19f686d4c266a550f2a929636365fa.tar.bz2
gentoo-22a01f577f19f686d4c266a550f2a929636365fa.zip
media-gfx/gthumb: Version bump to 3.12.2
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx/gthumb/files')
-rw-r--r--media-gfx/gthumb/files/3.12.2-link-with-x11.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/media-gfx/gthumb/files/3.12.2-link-with-x11.patch b/media-gfx/gthumb/files/3.12.2-link-with-x11.patch
new file mode 100644
index 000000000000..b5e84710e5e1
--- /dev/null
+++ b/media-gfx/gthumb/files/3.12.2-link-with-x11.patch
@@ -0,0 +1,14 @@
+https://gitlab.gnome.org/GNOME/gthumb/-/issues/222
+
+diff --git a/meson.build b/meson.build
+index 2a970673..4cdc1a5e 100644
+--- a/meson.build
++++ b/meson.build
+@@ -232,6 +232,7 @@ common_deps = [
+ dependency('gmodule-2.0'),
+ dependency('gio-unix-2.0'),
+ dependency('gtk+-3.0', version : gtk_version),
++ dependency('x11'),
+ dependency('libpng'),
+ dependency('zlib'),
+ dependency('gsettings-desktop-schemas')