summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2016-12-27 21:11:16 +0100
committerzoe2016-12-27 21:11:16 +0100
commit7f2eac8751fa014233bbb339cb43688f2b872efe (patch)
treeea9c4925060ac6c0620ef63af4f029e1a062cad3
parentb4f6a8ad817e3aba4fd1e6a62ef30a97c7a69c54 (diff)
downloadaur-7f2eac8751fa014233bbb339cb43688f2b872efe.tar.gz
Update to 2.0.0-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b04cac0c54c3..130bb3abe0c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 15 21:12:08 UTC 2016
+# Tue Dec 27 20:10:15 UTC 2016
pkgbase = kxstitch
pkgdesc = The program that lets you create cross stitch patterns and charts.
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://userbase.kde.org/KXStitch
install = kxstitch.install
arch = i686
@@ -15,7 +15,7 @@ pkgbase = kxstitch
makedepends = patch
makedepends = extra-cmake-modules
makedepends = kdoctools
- depends = plasma-framework
+ depends = plasma-workspace
depends = imagemagick
source = http://download.kde.org/stable/kxstitch/2.0.0/src/kxstitch-2.0.0.tar.xz
source = kxstitch.install
diff --git a/PKGBUILD b/PKGBUILD
index 7cc9ee3a106c..af64854c0150 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: zoe <chp321@gmail.com>
pkgname=kxstitch
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="The program that lets you create cross stitch patterns and charts."
arch=('i686' 'x86_64')
-depends=('plasma-framework' 'imagemagick')
+depends=('plasma-workspace' 'imagemagick')
makedepends=('cmake' 'automoc4' 'doxygen' 'patch' 'extra-cmake-modules' 'kdoctools')
url="https://userbase.kde.org/KXStitch"
license=('GPL')
@@ -23,7 +23,7 @@ build() {
rm -rf build
mkdir build
cd build
- cmake -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` .. \
+ cmake -DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` .. \
-DCMAKE_BUILD_TYPE="Release"
make
}