diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2022-02-21 09:37:24 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2022-02-21 09:37:34 +0100 |
commit | 5ee919de2da1a6dd17d5e716c0a1bd481cc43dd5 (patch) | |
tree | edffbc1e0618d88e2ca58ab15d9519429e60561e /x11-plugins | |
parent | dev-python/tree-sitter: Remove old (diff) | |
download | gentoo-5ee919de2da1a6dd17d5e716c0a1bd481cc43dd5.tar.gz gentoo-5ee919de2da1a6dd17d5e716c0a1bd481cc43dd5.tar.bz2 gentoo-5ee919de2da1a6dd17d5e716c0a1bd481cc43dd5.zip |
x11-plugins/wmforkplop: fix gkrellm plugin disabling
Closes: https://bugs.gentoo.org/833819
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmforkplop/files/wmforkplop-0.9.3-configure.patch | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/x11-plugins/wmforkplop/files/wmforkplop-0.9.3-configure.patch b/x11-plugins/wmforkplop/files/wmforkplop-0.9.3-configure.patch index 23063948e861..a0a8e78a85d8 100644 --- a/x11-plugins/wmforkplop/files/wmforkplop-0.9.3-configure.patch +++ b/x11-plugins/wmforkplop/files/wmforkplop-0.9.3-configure.patch @@ -1,6 +1,6 @@ diff -Naur wmforkplop-0.9.3.orig/configure.ac wmforkplop-0.9.3/configure.ac --- wmforkplop-0.9.3.orig/configure.ac 2006-12-01 12:32:10.000000000 +0100 -+++ wmforkplop-0.9.3/configure.ac 2022-02-20 16:45:58.096842874 +0100 ++++ wmforkplop-0.9.3/configure.ac 2022-02-21 09:32:50.447638884 +0100 @@ -1,11 +1,13 @@ -AC_INIT(wmforkplop.c) -AM_INIT_AUTOMAKE(wmforkplop, 0.9.3) @@ -101,6 +101,15 @@ diff -Naur wmforkplop-0.9.3.orig/configure.ac wmforkplop-0.9.3/configure.ac [ --enable-gkrellm build the gkrellm plugin (requires gtk2 and gkrellm developpement files) (Default is yes) --disable-gkrellm do not build the gkrellm plugin], [ if test "x$enableval" = "xno" ; then +@@ -77,7 +73,7 @@ + + + dnl GKFORKPLOP DISABLED! IS BROKEN +-build_gkforkplop="yes" ++build_gkforkplop="no" + + + @@ -90,8 +86,8 @@ PKG_CHECK_MODULES(PACKAGE, [$pkg_modules]) GTK2_CFLAGS=$PACKAGE_CFLAGS; @@ -136,7 +145,7 @@ diff -Naur wmforkplop-0.9.3.orig/configure.ac wmforkplop-0.9.3/configure.ac +AC_OUTPUT([Makefile]) diff -Naur wmforkplop-0.9.3.orig/Makefile.am wmforkplop-0.9.3/Makefile.am --- wmforkplop-0.9.3.orig/Makefile.am 2004-07-11 20:22:33.000000000 +0200 -+++ wmforkplop-0.9.3/Makefile.am 2022-02-20 16:41:27.920695917 +0100 ++++ wmforkplop-0.9.3/Makefile.am 2022-02-21 09:32:25.649635912 +0100 @@ -1,3 +1,5 @@ +ACLOCAL_AMFLAGS = -I m4 + |