summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid A. Redick2018-07-16 12:56:46 +0000
committerDavid A. Redick2018-07-16 12:56:46 +0000
commit9a6bf794e043a2568ae792b6f2a154dd150bf30f (patch)
tree2b860b4a4643f37c9ea962f0f9a4580b6bd23310
parent95bbdc137b89ed78d9f774b73ec7e502053af195 (diff)
downloadaur-9a6bf794e043a2568ae792b6f2a154dd150bf30f.tar.gz
Fixed path in .desktop and added better icons.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD19
-rw-r--r--tecnoballz.48.pngbin0 -> 3709 bytes
-rw-r--r--tecnoballz.64.pngbin0 -> 2218 bytes
-rw-r--r--tecnoballz.desktop2
5 files changed, 21 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a99a8da4dd9..c17d4ee231f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tecnoballz
pkgdesc = An exciting brick breaker game
pkgver = 0.93.1
- pkgrel = 2
+ pkgrel = 3
url = http://linux.tlk.fr/games/TecnoballZ/
arch = i686
arch = x86_64
@@ -15,10 +15,14 @@ pkgbase = tecnoballz
source = tecnoballz.xpm
source = tecnoballz.desktop
source = games.dir.patch
+ source = tecnoballz.48.png
+ source = tecnoballz.64.png
md5sums = 7beeacb06fa841382f0ecbe73f64723a
md5sums = 5b8d94612523353b6d2eb32f840b58d8
- md5sums = eec9a3f78b51647b41c3e4c6d1d19ce9
+ md5sums = e6a50c9c6ec7fd3ecf21fd9738c8d6be
md5sums = 92793da20387db8c32646052a85e56d7
+ md5sums = de4554b57efe05c35ce7adeef597f798
+ md5sums = f4e4f0ff03728180f84cfa99970a117b
pkgname = tecnoballz
diff --git a/PKGBUILD b/PKGBUILD
index 3a1c6f478386..ad106af6d359 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=tecnoballz
pkgver=0.93.1
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
pkgdesc='An exciting brick breaker game'
url='http://linux.tlk.fr/games/TecnoballZ/'
@@ -16,13 +16,17 @@ source=(
"${pkgname}.xpm"
"${pkgname}.desktop"
games.dir.patch
+ 'tecnoballz.48.png'
+ 'tecnoballz.64.png'
)
md5sums=(
'7beeacb06fa841382f0ecbe73f64723a'
'5b8d94612523353b6d2eb32f840b58d8'
- 'eec9a3f78b51647b41c3e4c6d1d19ce9'
+ 'e6a50c9c6ec7fd3ecf21fd9738c8d6be'
'92793da20387db8c32646052a85e56d7'
+ 'de4554b57efe05c35ce7adeef597f798'
+ 'f4e4f0ff03728180f84cfa99970a117b'
)
prepare () {
@@ -48,9 +52,14 @@ build () {
package () {
mkdir -p "${pkgdir}/usr/share/applications"
- mkdir -p "${pkgdir}/usr/share/pixmaps"
- install -m644 tecnoballz.desktop "${pkgdir}/usr/share/applications"
- install -m644 tecnoballz.xpm "${pkgdir}/usr/share/pixmaps"
+# mkdir -p "${pkgdir}/usr/share/icons/hicolor/scalable/apps"
+ mkdir -p "${pkgdir}/usr/share/icons/hicolor/64x64/apps"
+ mkdir -p "${pkgdir}/usr/share/icons/hicolor/48x48/apps"
+
+ install -m644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications"
+# install -m644 "${pkgname}.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps"
+ install -m644 "${pkgname}.64.png" "${pkgdir}/usr/share/icons/hicolor/64x64/apps/${pkgname}.png"
+ install -m644 "${pkgname}.48.png" "${pkgdir}/usr/share/icons/hicolor/48x48/apps/${pkgname}.png"
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="$pkgdir" install
diff --git a/tecnoballz.48.png b/tecnoballz.48.png
new file mode 100644
index 000000000000..86d304d611fd
--- /dev/null
+++ b/tecnoballz.48.png
Binary files differ
diff --git a/tecnoballz.64.png b/tecnoballz.64.png
new file mode 100644
index 000000000000..1fbaeeb4de47
--- /dev/null
+++ b/tecnoballz.64.png
Binary files differ
diff --git a/tecnoballz.desktop b/tecnoballz.desktop
index 28172721caad..49781c8ebedd 100644
--- a/tecnoballz.desktop
+++ b/tecnoballz.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=TecnoBallZ
Comment=A Brick Busting game
-Exec=/usr/games/tecnoballz
+Exec=/usr/bin/tecnoballz
Terminal=false
Type=Application
Icon=tecnoballz