Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6de291d290ace0224ae37a30f6054103d03cf3a7
commit 6de291d290ace0224ae37a30f6054103d03cf3a7 Author: Melko <[email protected]> Date: Tue Oct 11 00:24:10 2011 +0200 openclonk-5.2.0-1-i686 * version bump diff --git a/source/games-extra/openclonk/FrugalBuild b/source/games-extra/openclonk/FrugalBuild index 7eec016..7b9211a 100644 --- a/source/games-extra/openclonk/FrugalBuild +++ b/source/games-extra/openclonk/FrugalBuild @@ -2,32 +2,29 @@ # Maintainer: Melko <[email protected]> pkgname=openclonk -pkgver=5.1.2 +pkgver=5.2.0 pkgrel=1 pkgdesc="Free multiplayer action game where you control clonks, small but witty and nimble humanoid beings." url="http://www.openclonk.org/" depends=('openssl' 'glew' 'gtk+2-libs' 'gdk-pixbuf2' 'libxpm' 'sdl_mixer') -makedepends=('boost' 'gtk+2') +makedepends=('boost' 'gtk+2' 'imagemagick') groups=('games-extra') archs=('i686' 'x86_64') _F_archive_name=$pkgname-release -Finclude cmake +_F_gnome_iconcache='y' +Finclude cmake gnome-scriptlet up2date="Flastarchive http://hg.openclonk.org/openclonk/archive/ '-src.tar.gz'" source=(http://hg.openclonk.org/openclonk/archive/$pkgname-release-$pkgver-src.tar.gz - $pkgname.desktop $pkgname.png) -sha1sums=('c29649d3cba907bc88079d019d1d4c9aadd60255' \ - '7620d369573b685d06588fe5750d1e7f7bf85bda' \ + clonk.png) +sha1sums=('477e8a865246f5e9570480b523b3a9f6cce19d20' \ '36bc26a08fecbe6dd75bcc541c879a69ff31fd95') build() { Fcd $pkgname-release-$pkgver-src - CMake_make - Fmkdir usr/share/games/$pkgname - Fcprel ../planet usr/share/games/$pkgname - Fexerel clonk usr/share/games/$pkgname/planet/clonk - Ffile $pkgname.desktop usr/share/applications/$pkgname.desktop - Ficon $pkgname.png - Fwrapper "/usr/share/games/$pkgname/planet/clonk" $pkgname + CMake_build + Ficon clonk.png + Fsed "Icon=clonk" "Icon=/usr/share/pixmaps/clonk.png" $Fdestdir/usr/share/applications/clonk.desktop + Fbuild_gnome_scriptlet } # optimization OK diff --git a/source/games-extra/openclonk/openclonk.png b/source/games-extra/openclonk/clonk.png similarity index 100% rename from source/games-extra/openclonk/openclonk.png rename to source/games-extra/openclonk/clonk.png diff --git a/source/games-extra/openclonk/openclonk.desktop b/source/games-extra/openclonk/openclonk.desktop deleted file mode 100644 index 2be2430..0000000 --- a/source/games-extra/openclonk/openclonk.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Name=OpenClonk -Comment= -Exec=openclonk -Icon=openclonk.png -Terminal=false -Encoding=UTF-8 -Categories=Game; -Type=Application - _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
