mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/kdegames-ksirk to 17.08.2-1
This commit is contained in:
parent
d967fd7391
commit
bd4608d469
1 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
# - patch from Fedora to fix FTBFS on ARM
|
||||
|
||||
pkgname=kdegames-ksirk
|
||||
pkgver=17.08.1
|
||||
pkgver=17.08.2
|
||||
pkgrel=1
|
||||
pkgdesc="A computerized version of a well known strategy game"
|
||||
url="https://kde.org/applications/games/ksirk/"
|
||||
|
@ -15,9 +15,9 @@ license=('GPL' 'LGPL' 'FDL')
|
|||
groups=('kde-applications' 'kdegames')
|
||||
depends=('kdebase-runtime' 'libkdegames4' 'qca-qt4')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
source=("https://download.kde.org/stable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz"{,.sig}
|
||||
source=("https://download.kde.org/stable/applications/$pkgver/src/ksirk-$pkgver.tar.xz"{,.sig}
|
||||
'ksirk-15.12.1-iris_base64.patch')
|
||||
sha256sums=('d083b7ec736251c9e11a665914705f1b0156fa19f1dce334dec4593095c49dec'
|
||||
sha256sums=('206ed74a021b0636b618dcae26607150918a7b1e0c27fde46dcf990bdff62960'
|
||||
'SKIP'
|
||||
'04a8cc75458bf55f40073cbffabd8fada59d65eea9d389e62f029e3e868b1e6c')
|
||||
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>
|
||||
|
@ -30,7 +30,7 @@ prepare() {
|
|||
build() {
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ../ksirk-${pkgver} \
|
||||
cmake ../ksirk-$pkgver \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DKDE4_BUILD_TESTS=OFF \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
|
|
Loading…
Reference in a new issue