summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2016-08-15 14:20:37 +0200
committerFrederic Bezies2016-08-15 14:20:37 +0200
commit333daaea2a267edd43c2e930b436ca2a3551e14f (patch)
tree750dce38f55a0a3a98d49a00983612a5049daef1
parentff51979546cc71e2e0ac4b75744183012d768306 (diff)
downloadaur-333daaea2a267edd43c2e930b436ca2a3551e14f.tar.gz
PKGBUILD tweaking
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD15
-rw-r--r--quakespasm.install3
3 files changed, 16 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d225d3073260..0c0dcc8d7997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jul 26 12:33:40 UTC 2016
+# Mon Aug 15 12:20:22 UTC 2016
pkgbase = quakespasm
- pkgdesc = A modern Quake 1 engine. Forked from Fitzquake. Stable version with Mission pack desktop files.
+ pkgdesc = A modern Quake 1 engine. Forked from Fitzquake. Stable version with optional Mission pack desktop files.
pkgver = 0.92.0
- pkgrel = 4
+ pkgrel = 5
url = http://quakespasm.sourceforge.net
install = quakespasm.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7650c5865ea8..862e72689c75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=quakespasm
pkgver=0.92.0
-pkgrel=4
-pkgdesc="A modern Quake 1 engine. Forked from Fitzquake. Stable version with Mission pack desktop files."
+pkgrel=5
+pkgdesc="A modern Quake 1 engine. Forked from Fitzquake. Stable version with optional Mission pack desktop files."
arch=('i686' 'x86_64')
url="http://quakespasm.sourceforge.net"
license=('GPL2')
@@ -36,7 +36,12 @@ package() {
done
install -Dm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
- install -Dm644 $srcdir/$pkgname-mp1.desktop $pkgdir/usr/share/applications/$pkgname-mp1.desktop
- install -Dm644 $srcdir/$pkgname-mp2.desktop $pkgdir/usr/share/applications/$pkgname-mp2.desktop
- install -Dm644 $srcdir/$pkgname-impel.desktop $pkgdir/usr/share/applications/$pkgname-impel.desktop
+#
+# Uncomment lines depending on the mission pack(s)
+# or extension you have.
+#
+# install -Dm644 $srcdir/$pkgname-mp1.desktop $pkgdir/usr/share/applications/$pkgname-mp1.desktop
+# install -Dm644 $srcdir/$pkgname-mp2.desktop $pkgdir/usr/share/applications/$pkgname-mp2.desktop
+# install -Dm644 $srcdir/$pkgname-impel.desktop $pkgdir/usr/share/applications/$pkgname-impel.desktop
+
}
diff --git a/quakespasm.install b/quakespasm.install
index 0c11e0fff0a7..8b4e0fefe88e 100644
--- a/quakespasm.install
+++ b/quakespasm.install
@@ -5,6 +5,9 @@ post_install() {
:: additionally pak1.pak for the whole game.
:: Put them into <YOUR_HOME_DIR>/.quakespasm/id1/
+ :: If you have uncommented line in package(),
+ :: Here is how to install MPs and extensions.
+
:: There is desktop file for Mission Pack 1 (hipnotic)
:: Mission Pack 2 (rogue)
:: and for Abyss of Pandemonium (impel)