diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-27 12:44:19 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-27 12:44:19 +0200 |
commit | 830afd54d0d990fdb982292bed4c97f577dc195d (patch) | |
tree | 5c081214c4d28eae5e46c33094131ecc555b4a8f /community/stone-soup/PKGBUILD | |
parent | 06dc337f60287526f4db95ce79a2ea506023bffa (diff) | |
parent | 5ea071a53492ec9512f8d08a8b8ff8e08499209d (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/collectd/PKGBUILD
community/erlang/PKGBUILD
community/fcitx-mozc/PKGBUILD
community/libgexiv2/PKGBUILD
community/monica/PKGBUILD
community/neatx/PKGBUILD
community/qstardict/PKGBUILD
community/shell-fm/PKGBUILD
core/isl/PKGBUILD
extra/kdeadmin/PKGBUILD
extra/kdenetwork/PKGBUILD
extra/kdesdk/PKGBUILD
extra/kdetoys/PKGBUILD
extra/pkgfile/PKGBUILD
extra/pyqt4/PKGBUILD
extra/sip/PKGBUILD
extra/sqlite/PKGBUILD
Diffstat (limited to 'community/stone-soup/PKGBUILD')
-rw-r--r-- | community/stone-soup/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/stone-soup/PKGBUILD b/community/stone-soup/PKGBUILD index 3a860f36e..57e890a72 100644 --- a/community/stone-soup/PKGBUILD +++ b/community/stone-soup/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jakob Gruber <jakob.gruber@gmail.com> pkgname=stone-soup -pkgver=0.12.1 +pkgver=0.12.2 pkgrel=1 pkgdesc='Open-source, single-player, role-playing roguelike game of exploration and treasure-hunting' arch=('i686' 'x86_64' 'mips64el') @@ -19,7 +19,8 @@ _name=('Dungeon Crawl Stone Soup') package() { cd "$srcdir" - gendesk -n + gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \ + --exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' cd "stone_soup-${pkgver}/source" @@ -64,4 +65,5 @@ package() { "${pkgdir}/usr/share/applications/${pkgname}.desktop" } -md5sums=('47d7c65cf72786d446e1289533af01de') + +md5sums=('a0d5e6f2c4e32c943eb82d9d655199a4') |