# Include global configuration source ../kdeapps.conf pkgname=kajongg pkgver=${_kdever} pkgrel=1 pkgdesc="The ancient Chinese board game for 4 players" arch=('x86_64') url='http://kde.org/applications/games/kajongg/' license=('GPL' 'LGPL' 'FDL') depends=(python3-twisted python3-pyqt5 libkmahjongg hicolor-icon-theme) makedepends=(extra-cmake-modules kdoctools) groups=("kde" "kdegames" "kde-uninstall") conflicts=(kdegames-kajongg) replaces=(kdegames-kajongg) provides=(kdegames-kajongg) options=('docs' 'debug') source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig}) sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1` 'SKIP') validpgpkeys=(${Avalidpgpkeys[@]}) prepare() { mkdir -p build } build() { cd build cmake_kf5 ../${pkgname}-${pkgver} make } package() { cd build make DESTDIR=${pkgdir} install }