summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2015-09-18 23:10:33 +0200
committerzoe2015-09-18 23:10:33 +0200
commit41cb6d54d8aae847c9e09f13eebca20fca9126d1 (patch)
treed0a5f53319254d6aed04578a442e2c0a30aa4bed
parent8d1b1ec1dd9fe6784658226ece7dafd101bfc12e (diff)
downloadaur-41cb6d54d8aae847c9e09f13eebca20fca9126d1.tar.gz
Update to 1.2.0-5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 190f7a1b056e..b25d865c2225 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kxstitch
pkgdesc = The program that lets you create cross stitch patterns and charts.
pkgver = 1.2.0
- pkgrel = 4
+ pkgrel = 5
url = http://kxstitch.sourceforge.net/
install = kxstitch.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 5b656423a508..edc28c06ee72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zoe <chp321@gmail.com>
pkgname=kxstitch
pkgver=1.2.0
-pkgrel=4
+pkgrel=5
pkgdesc="The program that lets you create cross stitch patterns and charts."
arch=('i686' 'x86_64')
depends=('kdebase-runtime' 'imagemagick')
@@ -15,6 +15,8 @@ install=kxstitch.install
build() {
cd "$srcdir/kxstitch-${pkgver}"
sed -i 's/-DMAGICKCORE_HDRI_ENABLE=0/-DMAGICKCORE_HDRI_ENABLE=1/' CMakeLists.txt
+ sed -i '1i\
+ > cmake_policy(SET CMP0002 OLD)' po/CMakeLists.txt
rm -rf build
mkdir build
cd build