updated PKGBUILDs for kdegames-klickety/kmahjongg/kolf/konquest/kreversi/ksirk/kspaceduel/ksudoku/ksnakeduel/ktuberling/kubrick/lskat/palapeli/picmi

This commit is contained in:
Neophytos Kolokotronis 2015-04-07 11:27:20 +00:00
parent 8f2a85a50e
commit aaa5778e3c

View File

@ -1,8 +1,5 @@
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributors: Manuel Tortosa <manutortosa@chakra-project.org>
# Include global configuration # Include global configuration
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf source ../kdeapps.conf
pkgname=kdegames-picmi pkgname=kdegames-picmi
_pkgname=picmi _pkgname=picmi
@ -10,21 +7,12 @@ pkgver=${_kdever}
pkgrel=1 pkgrel=1
pkgdesc="A nonogram logic game for KDE" pkgdesc="A nonogram logic game for KDE"
arch=('x86_64') arch=('x86_64')
url='http://kde.org/applications/games/picmi/' url='http://www.kde.org'
license=('GPL' license=('GPL' 'LGPL' 'FDL')
'LGPL' depends=("kdegames-libkdegames")
'FDL') makedepends=('pkg-config' 'cmake' 'automoc4')
depends=("kdegames-libkdegames>=${_kdever}") groups=("kde" "kdegames" "kde-uninstall")
makedepends=('pkg-config' options=('docs' '!header' 'debug' 'log')
'cmake'
'automoc4')
groups=("kde"
"kdegames"
"kde-uninstall")
options=('docs'
'!header'
'debug'
'log')
source=("$_mirror/${_pkgname}-$_kdever.tar.xz") source=("$_mirror/${_pkgname}-$_kdever.tar.xz")
sha256sums=(`grep ${_pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`) sha256sums=(`grep ${_pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)