summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
-rw-r--r--quake3.pngbin0 -> 8410 bytes
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c21353949cfd..64c661dc23ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sun Mar 4 18:41:44 UTC 2018
pkgbase = ioquake3-git
pkgdesc = The de-facto OSS Quake 3 distribution. You need the retail/demo .pk3 files to play.
pkgver = 20180304.gd28e667e
@@ -8,6 +6,7 @@ pkgbase = ioquake3-git
install = quake3.install
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL
makedepends = git
depends = curl
@@ -29,11 +28,12 @@ pkgbase = ioquake3-git
replaces = quake3-icculus-svn
replaces = ioquake3-svn
source = quake3.desktop
+ source = quake3.png
source = http://ftp.gwdg.de/pub/misc/ftp.idsoftware.com/idstuff/quake3/linux/linuxq3apoint-1.32b-3.x86.run
source = quake3::git+https://github.com/ioquake/ioq3.git
sha256sums = 12dbd31e9de1493642d120bfd1548dfc4935e47fec806003cfc04b9d84b85673
+ sha256sums = 1ce9af6ee0055896c5e4ba07ccaa05da0809ea8d97f7b5ed9f7dda9127c6a8f7
sha256sums = c36132c5556b35e01950f1e9c646235033a5130f87ad776ba2bc7becf4f4f186
sha256sums = SKIP
pkgname = ioquake3-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 29c57fb7512e..7845a3f2024c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="The de-facto OSS Quake 3 distribution. You need the retail/demo .pk3 files to play."
url="http://ioquake3.org/"
license=('GPL')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
depends=('curl' 'freetype2' 'libjpeg' 'libvorbis' 'openal' 'opus' 'opusfile' 'sdl2' 'zlib')
makedepends=('git')
optdepends=('mumble: Mumble VoIP support')
@@ -15,10 +15,11 @@ conflicts=('quake3' 'quake3-icculus-svn' 'quake3-svn' 'ioquake3-svn')
provides=('quake3' 'ioquake3')
replaces=('quake3-icculus-svn' 'ioquake3-svn')
install=quake3.install
-source=('quake3.desktop'
+source=('quake3.desktop' 'quake3.png'
'http://ftp.gwdg.de/pub/misc/ftp.idsoftware.com/idstuff/quake3/linux/linuxq3apoint-1.32b-3.x86.run'
'quake3::git+https://github.com/ioquake/ioq3.git')
sha256sums=('12dbd31e9de1493642d120bfd1548dfc4935e47fec806003cfc04b9d84b85673'
+ '1ce9af6ee0055896c5e4ba07ccaa05da0809ea8d97f7b5ed9f7dda9127c6a8f7'
'c36132c5556b35e01950f1e9c646235033a5130f87ad776ba2bc7becf4f4f186'
'SKIP')
@@ -106,7 +107,7 @@ package() {
"${pkgdir}/usr/share/applications/quake3.desktop"
# Install Icon File
- install -D -m 644 "${srcdir}/quake3/misc/quake3.png" \
+ install -D -m 644 "${srcdir}/quake3.png" \
"${pkgdir}/usr/share/pixmaps/quake3.png"
}
diff --git a/quake3.png b/quake3.png
new file mode 100644
index 000000000000..5a288c29eb59
--- /dev/null
+++ b/quake3.png
Binary files differ