summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgéballin2021-06-08 23:03:05 +0200
committergéballin2021-06-08 23:04:02 +0200
commit5677de0dd267a380f63010aa04e2714f11891ea8 (patch)
treef3d712f004ae65a9aa037c7e17f792561d33a903
parentc742574e03d0ba135e7fa72751651d046a74bf80 (diff)
downloadaur-hheretic.tar.gz
Heretic now read his datafiles from /usr/share/games/heretic/
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--hheretic.install4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d355f778e03b..c3970408c70c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hheretic
pkgdesc = A Linux port of Raven Game's old shooter, Heretic (aka Hacked Heretic)
pkgver = 0.2.3
- pkgrel = 1
+ pkgrel = 2
url = http://hhexen.sourceforge.net/hheretic.html
install = hheretic.install
changelog = hheretic.ChangeLog
diff --git a/PKGBUILD b/PKGBUILD
index caee177689df..6a3a4a2d58ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=hheretic
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="A Linux port of Raven Game's old shooter, Heretic (aka Hacked Heretic)"
arch=('i686' 'x86_64')
url="http://hhexen.sourceforge.net/hheretic.html"
@@ -20,7 +20,7 @@ sha256sums=('ad69fbdbae75cd673b140a0f1058fd1835ce26d5859ede9e8477d5c44ec35733')
build() {
cd $pkgname-$pkgver-src
- ./configure --prefix=/usr --with-audio=sdlmixer
+ ./configure --prefix=/usr --with-audio=sdlmixer --with-datapath=/usr/share/games/heretic/
make
}
diff --git a/hheretic.install b/hheretic.install
index eee5c2b43042..5076f9251c4c 100644
--- a/hheretic.install
+++ b/hheretic.install
@@ -1,7 +1,7 @@
post_install() {
- echo "Put your heretic(1).wad (and additional wads) in '~/.hheretic'."
- echo "You can put custom mp3/ogg music in '~/.hheretic/music', a recreated version"
+ echo "Put your heretic(1).wad (and additional wads) in '/usr/share/games/heretic/'."
+ echo "You can put custom mp3/ogg music in '/usr/share/games/heretic/music', a recreated version"
echo "of the original sound track is available freely here:"
echo "http://sycraft.org/content/audio/heretic.shtml"
}