summaryrefslogtreecommitdiff
path: root/community/stone-soup
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-15 10:41:48 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-15 10:41:48 +0200
commite6fce62e8ff0bdb90a7e6bc3cc224bdabcd20a24 (patch)
treebe7ad5844280dfaaae5be11497923aa72155d237 /community/stone-soup
parent1d953269cf1d33902f0a61e4cb50ed8ed2895874 (diff)
parentf06b9295f0e60a0faa0d3231a0d0b3f2358d8459 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/stone-soup/PKGBUILD extra/maxima/PKGBUILD multilib/wine/PKGBUILD testing/rpcbind/PKGBUILD
Diffstat (limited to 'community/stone-soup')
-rw-r--r--community/stone-soup/PKGBUILD22
1 files changed, 13 insertions, 9 deletions
diff --git a/community/stone-soup/PKGBUILD b/community/stone-soup/PKGBUILD
index bfd16e6d8..ea00e7e06 100644
--- a/community/stone-soup/PKGBUILD
+++ b/community/stone-soup/PKGBUILD
@@ -1,22 +1,28 @@
# Maintainer: Jakob Gruber <jakob.gruber@gmail.com>
pkgname=stone-soup
-pkgver=0.10.1
+pkgver=0.10.2
pkgrel=1
-pkgdesc='An open-source, single-player, role-playing roguelike game of exploration and treasure-hunting'
+pkgdesc='Open-source, single-player, role-playing roguelike game of exploration and treasure-hunting'
arch=('i686' 'x86_64' 'mips64el')
url='http://crawl.develz.org/'
-depends=('lua' 'ncurses' 'sdl_image' 'sqlite3' 'libgl' 'mesa' 'freetype2')
-makedepends=('bison' 'flex')
+depends=('lua' 'ncurses' 'sdl_image' 'sqlite' 'libgl' 'mesa' 'freetype2')
+makedepends=('bison' 'flex' 'gendesk')
conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
license=('custom')
install=stone-soup.install
-source=("http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz"
- "${pkgname}.desktop")
+source=("http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz")
+md5sums=('60f46bc6936db6fe5de81220ab8513bd')
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
build() {
+ cd "$srcdir"
+ gendesk -n
- cd "${srcdir}/stone_soup-${pkgver}/source"
+ cd "stone_soup-${pkgver}/source"
# adjust makefile to use /usr/bin, owner root:root,
# disable setgid on executable
@@ -61,5 +67,3 @@ build() {
}
# vim: ts=4:sw=4:expandtab
-md5sums=('3afd529a30d73c9ab896e1704c4215a5'
- 'afdacb4c39342e75674efb88eeb3da21')