commit: 012c205505f0ca5f5ba70149f71b3ab762b7f8b2 Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de> AuthorDate: Tue Nov 1 09:15:46 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 2 00:47:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012c2055
x11-misc/xscreensaver: get install dirs from GTK3 instead of GTK2 in configure.ac Closes: https://bugs.gentoo.org/878979 Bug: https://bugs.gentoo.org/878875 Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/28068 Signed-off-by: Sam James <sam <AT> gentoo.org> .../xscreensaver-6.05-get-dirs-from-gtk3.0-in-configure.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/xscreensaver/files/xscreensaver-6.05-get-dirs-from-gtk3.0-in-configure.patch b/x11-misc/xscreensaver/files/xscreensaver-6.05-get-dirs-from-gtk3.0-in-configure.patch index c624c8046026..4147540e1189 100644 --- a/x11-misc/xscreensaver/files/xscreensaver-6.05-get-dirs-from-gtk3.0-in-configure.patch +++ b/x11-misc/xscreensaver/files/xscreensaver-6.05-get-dirs-from-gtk3.0-in-configure.patch @@ -6,9 +6,9 @@ Bug: https://bugs.gentoo.org/878875 Signed-off-by: Pascal Jäger <[email protected]> ---- a/configure -+++ b/configure -@@ -16035,7 +16035,7 @@ printf "%s\n" "$ac_cv_gtk_config_libs" >&6; } +--- a/configure.ac ++++ b/configure.ac +@@ -2822,7 +2822,7 @@ if test "$with_gtk" = yes; then GTK_DATADIR="" if test "$have_gtk" = yes; then @@ -17,7 +17,7 @@ Signed-off-by: Pascal Jäger <[email protected]> GTK_DATADIR="$GTK_DATADIR/share" fi -@@ -21440,6 +21440,6 @@ printf %s "checking for locale directory... " >&6; } +@@ -4282,6 +4282,6 @@ AC_MSG_CHECKING([for locale directory]) if test -n "$GTK_DATADIR" ; then PO_DATADIR="$GTK_DATADIR" elif test "$have_gtk" = yes; then
