summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2022-03-18 21:45:47 +0100
committerSam James <sam@gentoo.org>2022-04-07 03:21:13 +0100
commit5582620b6261b390428cccebb0ccb8cd40f4ad75 (patch)
treefc13ac0bd0cbebae1957448c0c6b97621d83575d /media-plugins/gkrellmpc/files
parentx11-plugins/gkrellm-leds: update EAPI 6 -> 8 (diff)
downloadgentoo-5582620b6261b390428cccebb0ccb8cd40f4ad75.tar.gz
gentoo-5582620b6261b390428cccebb0ccb8cd40f4ad75.tar.bz2
gentoo-5582620b6261b390428cccebb0ccb8cd40f4ad75.zip
media-plugins/gkrellmpc: update EAPI 6 -> 8
Convert src_prepare() to use the PATCHES array, and calling default instead of eapply_user(). Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Closes: https://github.com/gentoo/gentoo/pull/24709 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-plugins/gkrellmpc/files')
-rw-r--r--media-plugins/gkrellmpc/files/gkrellmpc-0.1_beta10-r1-make-test.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/media-plugins/gkrellmpc/files/gkrellmpc-0.1_beta10-r1-make-test.patch b/media-plugins/gkrellmpc/files/gkrellmpc-0.1_beta10-r1-make-test.patch
new file mode 100644
index 000000000000..9f2007e768d4
--- /dev/null
+++ b/media-plugins/gkrellmpc/files/gkrellmpc-0.1_beta10-r1-make-test.patch
@@ -0,0 +1,10 @@
+Makefile: Run gkrellm, not gkrellm2 for test
+
+--- a/Makefile
++++ b/Makefile
+@@ -90,4 +90,4 @@ deinstall uninstall:
+ if [ -f ~/.gkrellm2/plugins/gkrellmpc.so ]; then rm -f ~/.gkrellm2/plugins/gkrellmpc.so; fi
+
+ test: gkrellmpc.so
+- gkrellm2 -p gkrellmpc.so
++ gkrellm -p gkrellmpc.so