summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2018-08-24 11:02:10 +0200
committerLuca Weiss2018-08-24 11:02:10 +0200
commit809baf2a1dc589145b568c0804f33a14dd99162f (patch)
tree4d4348eaa1a56cfa5965ebd8a792b41f621303ba
parent6aa7a80d9b70b86e87a3d3f1bfc844786b31513c (diff)
downloadaur-809baf2a1dc589145b568c0804f33a14dd99162f.tar.gz
upgpkg: blobby-volley-svn r1681-2
add desktop file
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
-rw-r--r--blobby2.desktop11
-rw-r--r--blobby2.pngbin0 -> 8032 bytes
4 files changed, 32 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5341f27d096..ca02d52919ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = blobby-volley-svn
pkgdesc = Official continuation of the famous Blobby Volley 1.x arcade game.
pkgver = r1681
- pkgrel = 1
+ pkgrel = 2
url = https://sourceforge.net/projects/blobby/
arch = x86_64
arch = i686
- license = GPL2
+ license = GPL
makedepends = subversion
makedepends = boost
makedepends = cmake
@@ -13,9 +13,13 @@ pkgbase = blobby-volley-svn
depends = physfs
depends = sdl2
source = blobby-code::svn+http://svn.code.sf.net/p/blobby/code/trunk
+ source = blobby2.desktop
+ source = blobby2.png
source = 0001-fix-vector-include.patch
- md5sums = SKIP
- md5sums = 4b452f8d9280bb7e315586be588969ae
+ sha512sums = SKIP
+ sha512sums = 715b4337dc868cf51ca69c01476e1fa3a3dd631397fca91dc55f4d45e241b35dd0850f4be3e12a0afd7c2a94b6adfa623c633d4ce79ca6098f8e7ee6e69b3917
+ sha512sums = 8b7b85d8e02f8174054a724752d5d40c609820be1e5e06c4868dc0e383d4cf4befe73ab0e910e9838b70be3f7e106ee71ef1e04f0560fdde7bff6ca473fa81ec
+ sha512sums = 6313ed40a37dcb852c617ad12419a55a0d801a9a4c5462c6c1dadf57bdcfca0f93e6df61083378ecbe23f9aae9e909732990d7abf031c3f7c93c7d750d4dbb99
pkgname = blobby-volley-svn
diff --git a/PKGBUILD b/PKGBUILD
index b2a8a04aa26a..afacd5d1f040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,21 @@
pkgname=blobby-volley-svn
pkgver=r1681
-pkgrel=1
+pkgrel=2
pkgdesc="Official continuation of the famous Blobby Volley 1.x arcade game."
arch=('x86_64' 'i686')
url="https://sourceforge.net/projects/blobby/"
makedepends=('subversion' 'boost' 'cmake' 'zip')
depends=('physfs' 'sdl2')
-license=('GPL2')
+license=('GPL')
source=("blobby-code::svn+http://svn.code.sf.net/p/blobby/code/trunk"
+ "blobby2.desktop"
+ "blobby2.png"
"0001-fix-vector-include.patch")
-md5sums=('SKIP'
- '4b452f8d9280bb7e315586be588969ae')
+sha512sums=('SKIP'
+ '715b4337dc868cf51ca69c01476e1fa3a3dd631397fca91dc55f4d45e241b35dd0850f4be3e12a0afd7c2a94b6adfa623c633d4ce79ca6098f8e7ee6e69b3917'
+ '8b7b85d8e02f8174054a724752d5d40c609820be1e5e06c4868dc0e383d4cf4befe73ab0e910e9838b70be3f7e106ee71ef1e04f0560fdde7bff6ca473fa81ec'
+ '6313ed40a37dcb852c617ad12419a55a0d801a9a4c5462c6c1dadf57bdcfca0f93e6df61083378ecbe23f9aae9e909732990d7abf031c3f7c93c7d750d4dbb99')
pkgver() {
cd blobby-code
@@ -37,6 +41,11 @@ build() {
package() {
cd blobby-code
make DESTDIR="$pkgdir/" install
+
+ # install .desktop file and icon
+ install -dm755 $pkgdir/usr/share/{applications,pixmaps}
+ install -m644 $srcdir/blobby2.desktop $pkgdir/usr/share/applications
+ install -m644 $srcdir/blobby2.png $pkgdir/usr/share/pixmaps
}
# vim:set ts=2 sw=2 et:
diff --git a/blobby2.desktop b/blobby2.desktop
new file mode 100644
index 000000000000..dfc2768bfe7f
--- /dev/null
+++ b/blobby2.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Blobby Volley 2
+Exec=blobby
+Icon=blobby2
+Terminal=false
+Type=Application
+Categories=Game;ArcadeGame;
+StartupNotify=false
+Comment=Volley game with network support
+GenericName=Volley Game
diff --git a/blobby2.png b/blobby2.png
new file mode 100644
index 000000000000..d5b937312a04
--- /dev/null
+++ b/blobby2.png
Binary files differ