From eb4296d1081f75b383ba71f08a19b7be394ae007 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Thu, 3 May 2018 11:12:35 -0400 Subject: restore gksu and libgksu - removed by arch this still has dependents in parabola, such as octopi https://git.archlinux.org/svntogit/packages.git/log/?qt=grep&q=gksu --- pcr/libgksu/libgksu-2.0.12-automake-1.11.2.patch | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pcr/libgksu/libgksu-2.0.12-automake-1.11.2.patch (limited to 'pcr/libgksu/libgksu-2.0.12-automake-1.11.2.patch') diff --git a/pcr/libgksu/libgksu-2.0.12-automake-1.11.2.patch b/pcr/libgksu/libgksu-2.0.12-automake-1.11.2.patch new file mode 100644 index 000000000..0f22166fb --- /dev/null +++ b/pcr/libgksu/libgksu-2.0.12-automake-1.11.2.patch @@ -0,0 +1,25 @@ +Due to the following change, pkglib_PROGRAMS is invalid: + http://git.savannah.gnu.org/cgit/automake.git/commit/?id=9ca632642b006ac6b0fc4ce0ae5b34023faa8cbf + +https://savannah.nongnu.org/bugs/index.php?35241 +https://bugs.gentoo.org/show_bug.cgi?id=397411 + +--- + libgksu/Makefile.am | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/libgksu/Makefile.am b/libgksu/Makefile.am +index 49362f9..3cb1090 100644 +--- a/libgksu/Makefile.am ++++ b/libgksu/Makefile.am +@@ -22,8 +22,8 @@ includedir = ${prefix}/include/${PACKAGE} + pkgconfigdir = ${libdir}/pkgconfig + pkgconfig_DATA = libgksu2.pc + +-pkglibdir = ${libdir}/${PACKAGE} +-pkglib_PROGRAMS = gksu-run-helper ++gksulibdir = ${libdir}/${PACKAGE} ++gksulib_PROGRAMS = gksu-run-helper + gksu_run_helper_LDADD = ${GLIB_LIBS} + gksu_run_helper_SOURCES = gksu-run-helper.c + -- cgit v1.2.3