[arch-commits] CVS update of extra/games/smc (PKGBUILD smc.desktop smc.png)
Juergen Hoetzel
juergen at archlinux.org
Sat Oct 20 17:44:31 UTC 2007
Date: Saturday, October 20, 2007 @ 13:44:31
Author: juergen
Path: /home/cvs-extra/extra/games/smc
Added: smc.desktop (1.1) smc.png (1.1)
Modified: PKGBUILD (1.13 -> 1.14)
upgpkg: smc 1.2-1 fix bug #8176
-------------+
PKGBUILD | 10 +++++++---
smc.desktop | 9 +++++++++
smc.png | <<Binary file>>
3 files changed, 17 insertions(+), 3 deletions(-)
Index: extra/games/smc/PKGBUILD
diff -u extra/games/smc/PKGBUILD:1.13 extra/games/smc/PKGBUILD:1.14
--- extra/games/smc/PKGBUILD:1.13 Sat Sep 29 05:00:55 2007
+++ extra/games/smc/PKGBUILD Sat Oct 20 13:44:31 2007
@@ -1,23 +1,27 @@
-# $Id: PKGBUILD,v 1.13 2007/09/29 09:00:55 juergen Exp $
+# $Id: PKGBUILD,v 1.14 2007/10/20 17:44:31 juergen Exp $
# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
# Contributor: Kritoke <typeolinux at yahoo.com>
pkgname=smc
replaces=('smclone')
conflicts=('smclone')
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="Secret Maryo Chronicles"
arch=(i686 x86_64)
url="http://www.secretmaryo.org/"
license=('GPL3')
depends=(sdl_image sdl_ttf sdl_mixer cegui boost)
-source=(http://dl.sourceforge.net/sourceforge/smclone/$pkgname-$pkgver-fixed.tar.bz2)
+source=(http://dl.sourceforge.net/sourceforge/smclone/$pkgname-$pkgve.rwtar.bz2 smc.desktop smc.png)
md5sums=('cae5b1ee5f81318e2ba95b8c6ad26ed9')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr || return 1
make install DESTDIR=$startdir/pkg || return 1
+
+ # install some freedesktop.org compatibility
+ install -D -m644 $startdir/src/$pkgname.desktop $startdir/pkg/usr/share/applications/$pkgname.desktop
+ install -D -m644 $startdir/src/$pkgname.png $startdir/pkg/usr/share/pixmaps/$pkgname.png
}
Index: extra/games/smc/smc.desktop
diff -u /dev/null extra/games/smc/smc.desktop:1.1
--- /dev/null Sat Oct 20 13:44:31 2007
+++ extra/games/smc/smc.desktop Sat Oct 20 13:44:31 2007
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Secret Maryo Chronicles
+GenericName=Arcade Game
+Exec=smc
+Icon=smc.png
+Terminal=false
+Type=Application
+Categories=Game;ArcadeGame;KidsGame;
+StartupNotify=false
\ No newline at end of file
Index: extra/games/smc/smc.png
<<Binary file>>
More information about the arch-commits
mailing list