Search Criteria
Package Details: grotz 0.2c-5
Git Clone URL: | https://aur.archlinux.org/grotz.git (read-only, click to copy) |
---|---|
Package Base: | grotz |
Description: | A Z-code interactive fiction interpreter for GTK. |
Upstream URL: | http://kevinboone.net/README_grotz.html |
Licenses: | |
Submitter: | thr |
Maintainer: | thr |
Last Packager: | thr |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2012-05-25 05:15 |
Last Updated: | 2015-07-17 01:47 |
Latest Comments
thr commented on 2014-08-20 23:22
fixed, thanks.
trantor commented on 2014-08-14 18:45
This PKGBUILD does not work, the grotz binary and the mplayer wrapper script are not included.
It needs to be patched:
--- PKGBUILD
+++ PKGBUILD 2014-08-14 19:45:48.000000000 +0200
@@ -21,7 +21,7 @@
cp $srcdir/grotz2/icons/$pkgname.png $pkgdir/usr/share/pixmaps/
install -D -m644 $srcdir/grotz2/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
- install -D ./deploy/linux/grotz/grotz $startdir/pkg/usr/bin/grotz
- install -D ./deploy/linux/grotz/grotz_playmedia.sh $startdir/pkg/usr/bin/grotz_playmedia.sh
+ install -D $srcdir/grotz2/grotz $pkgdir/usr/bin/grotz
+ install -D $srcdir/grotz2/scripts/grotz_playmedia.sh $pkgdir/usr/bin/grotz_playmedia.sh
}