summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-24 09:25:37 +0000
committerSam James <sam@gentoo.org>2021-10-24 09:26:15 +0000
commit5433add0647cb10a2f7ef602ba582d07497ce285 (patch)
tree83a7f1dd7d7e16dba13c6db47b142e5ab83f8edc /games-puzzle/toppler/files/toppler-1.1.6-use-gamestat-group.patch
parentdev-ruby/tidy-ext: EAPI 8; fix extension install (diff)
downloadgentoo-5433add0647cb10a2f7ef602ba582d07497ce285.tar.gz
gentoo-5433add0647cb10a2f7ef602ba582d07497ce285.tar.bz2
gentoo-5433add0647cb10a2f7ef602ba582d07497ce285.zip
games-puzzle/toppler: EAPI 8, fix joystick dep, docdir, gamestat group
- Install to correct docdir (${PF}) - Depend on libsdl[joystick] - Use the gamestat group, not games (long gone) Closes: https://bugs.gentoo.org/818619 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-puzzle/toppler/files/toppler-1.1.6-use-gamestat-group.patch')
-rw-r--r--games-puzzle/toppler/files/toppler-1.1.6-use-gamestat-group.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/games-puzzle/toppler/files/toppler-1.1.6-use-gamestat-group.patch b/games-puzzle/toppler/files/toppler-1.1.6-use-gamestat-group.patch
new file mode 100644
index 000000000000..9de870deafcc
--- /dev/null
+++ b/games-puzzle/toppler/files/toppler-1.1.6-use-gamestat-group.patch
@@ -0,0 +1,16 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -55,11 +55,11 @@ EXTRA_DIST = \
+ toppler.qpg
+
+ install-exec-hook:
+- -chgrp games $(DESTDIR)$(bindir)/toppler
++ -chgrp gamestat $(DESTDIR)$(bindir)/toppler
+ -chmod 2755 $(DESTDIR)$(bindir)/toppler
+
+ install-data-hook:
+- -chgrp games $(DESTDIR)$(pkglocalstatedir)/$(PACKAGE).hsc
++ -chgrp gamestat $(DESTDIR)$(pkglocalstatedir)/$(PACKAGE).hsc
+ -chmod 0664 $(DESTDIR)$(pkglocalstatedir)/$(PACKAGE).hsc
+
+ abs_builddir = @abs_builddir@