summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoşku Baş2016-09-17 21:54:23 +0300
committerCoşku Baş2016-09-17 21:54:23 +0300
commit6047db5850a181b7e98bd24711b3adf0d0f8724e (patch)
treedb691691c917518190f708e2c689880b44b9f12b
parentd065e3001fd97a760cb5a15716b9809865b6e98a (diff)
downloadaur-6047db5850a181b7e98bd24711b3adf0d0f8724e.tar.gz
Add new icon
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
-rw-r--r--quetoo.desktop2
-rw-r--r--quetoo.pngbin0 -> 26254 bytes
4 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f32e246b3203..a37a3dbf9e29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = quetoo-git
pkgdesc = Quetoo is a Free first person shooter for Mac, PC and Linux.
- pkgver = r2744.66a6c9f
+ pkgver = r2747.dce443a
pkgrel = 1
url = http://quetoo.org
arch = i686
@@ -21,8 +21,10 @@ pkgbase = quetoo-git
depends = libgl
source = git://github.com/jdolan/quetoo
source = quetoo.desktop
+ source = quetoo.png
sha1sums = SKIP
- sha1sums = f987aa5296d263138f752321efc23f6cf1acb10a
+ sha1sums = c4ebfb3c3414a9d189f29c79f2ef860d7108c40e
+ sha1sums = c7c1d2c8093fbf6fcd24f8f848955d922d7bd9fa
pkgname = quetoo-git
diff --git a/PKGBUILD b/PKGBUILD
index e79a48578f02..240f5e0cabcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cosku Bas <cosku.bas@gmail.com>
pkgname=quetoo-git
-pkgver=r2744.66a6c9f
+pkgver=r2747.dce443a
pkgrel=1
pkgdesc="Quetoo is a Free first person shooter for Mac, PC and Linux."
arch=('i686' 'x86_64')
@@ -12,9 +12,11 @@ makedepends=('git' 'clang' 'autoconf' 'automake' 'check')
depends=('quetoo-data-git' 'curl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'physfs' 'mesa' 'libgl')
source=(git://github.com/jdolan/quetoo
- quetoo.desktop)
+ quetoo.desktop
+ quetoo.png)
sha1sums=('SKIP'
- 'f987aa5296d263138f752321efc23f6cf1acb10a')
+ 'c4ebfb3c3414a9d189f29c79f2ef860d7108c40e'
+ 'c7c1d2c8093fbf6fcd24f8f848955d922d7bd9fa')
build() {
cd quetoo
@@ -32,5 +34,5 @@ package() {
cd quetoo
make DESTDIR="${pkgdir}" install
install -Dm644 "$srcdir/quetoo.desktop" "$pkgdir/usr/share/applications/quetoo.desktop"
- install -Dm644 "./src/main/quetoo.ico" "$pkgdir/usr/share/pixmaps/quetoo.ico"
+ install -Dm644 "$srcdir/quetoo.png" "$pkgdir/usr/share/pixmaps/quetoo.png"
}
diff --git a/quetoo.desktop b/quetoo.desktop
index d29588cf190c..7e22214cf730 100644
--- a/quetoo.desktop
+++ b/quetoo.desktop
@@ -8,5 +8,3 @@ Terminal=0
Type=Application
Categories=Game
Keywords=quake;fps;game;
-
-Name[en_GB]=quetoo.desktop
diff --git a/quetoo.png b/quetoo.png
new file mode 100644
index 000000000000..fc2df2e52417
--- /dev/null
+++ b/quetoo.png
Binary files differ