summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaz-12015-10-26 20:23:35 +0800
committermaz-12015-10-26 20:23:35 +0800
commit89c1b2ccdd144550acde1e17839442399ad35ef7 (patch)
tree18d45812c19d4c6e0becb1ae6dd3815c61d3ee6a
parent1a1e4b50dbd64660fa4dbb27f49ac294c6b45d9f (diff)
downloadaur-pymo.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--pymo.desktop9
-rw-r--r--pymo.pngbin0 -> 37445 bytes
4 files changed, 18 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7520a332da14..c1c96e2b8e74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,10 @@ pkgbase = pymo
depends = python2
depends = python2-pygame
source = git+https://github.com/pymo/pymo.git
+ source = pymo.desktop
+ source = pymo.png
+ md5sums = SKIP
+ md5sums = SKIP
md5sums = SKIP
pkgname = pymo
diff --git a/PKGBUILD b/PKGBUILD
index e410cd86e019..feb4d9c63e6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@ arch=('any')
url="http://pymo.github.io/"
license=('MIT')
depends=('python2' 'python2-pygame')
-source=("git+https://github.com/pymo/pymo.git")
-md5sums=('SKIP')
+source=("git+https://github.com/pymo/pymo.git" "pymo.desktop" "pymo.png")
+md5sums=('SKIP' 'SKIP' 'SKIP')
install=pymo.install
package() {
cd "$pkgname"
- install -dm755 "$pkgdir/"{/usr/bin,/opt}
+ install -dm755 "$pkgdir/"{/usr/bin,/opt,/usr/share/pixmaps,/usr/share/applications}
cp -r pc "$pkgdir/opt/pymo"
echo \
'#!/bin/sh
@@ -28,4 +28,6 @@ do
done
python2 main.py' > "$pkgdir/usr/bin/pymo"
chmod +x "$pkgdir/usr/bin/pymo"
+ install -Dm755 "$srcdir/pymo.png" "$pkgdir/usr/share/pixmaps/pymo.png"
+ install -Dm755 "$srcdir/pymo.desktop" "$pkgdir/usr/share/applications/pymo.desktop"
}
diff --git a/pymo.desktop b/pymo.desktop
new file mode 100644
index 000000000000..eac7844c683b
--- /dev/null
+++ b/pymo.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=pymo
+GenericName=pymo
+Comment=An AVG game engine for mobile devices.
+Icon=pymo
+Exec=pymo
+Categories=Game;AdventureGame;
diff --git a/pymo.png b/pymo.png
new file mode 100644
index 000000000000..698a050edb7d
--- /dev/null
+++ b/pymo.png
Binary files differ