summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2015-09-18 23:34:00 +0200
committerzoe2015-09-18 23:34:00 +0200
commitc6d82f4bddf0203ca9f61dccb723bd6809c84c9b (patch)
treef99cbde41b86e29e8fcd5ce029c11d5effb25266
parentd07b8525c148622415151deb0b53e7db9f1b4c00 (diff)
downloadaur-c6d82f4bddf0203ca9f61dccb723bd6809c84c9b.tar.gz
Update to 1.2.0-7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD20
2 files changed, 20 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0466708ffe2e..ee3759659f60 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 = 6
+ pkgrel = 7
url = http://kxstitch.sourceforge.net/
install = kxstitch.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7b14d3451a10..ee6f8a11e5da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zoe <chp321@gmail.com>
pkgname=kxstitch
pkgver=1.2.0
-pkgrel=6
+pkgrel=7
pkgdesc="The program that lets you create cross stitch patterns and charts."
arch=('i686' 'x86_64')
depends=('kdebase-runtime' 'imagemagick')
@@ -16,6 +16,24 @@ 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
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/ca/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/cs/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/da/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/de/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/en_GB/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/es/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/et/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/fr/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/hu/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/it/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/lt/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/nl/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/pl/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/pt/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/pt_BR/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/sk/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/sv/CMakeLists.txt
+ sed -i '1i\cmake_policy(SET CMP0002 OLD)' po/uk/CMakeLists.txt
rm -rf build
mkdir build
cd build