summaryrefslogtreecommitdiff
path: root/user/kolourpaint
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-01 20:41:42 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-01 20:41:42 +0000
commit4c66fd861e536f7b7e2e68a78b748cfeb62026c4 (patch)
tree87c3a796971548386b7761b4a1f3d8b0c001e9d0 /user/kolourpaint
parentfb133d320c064560942081ed07c783e1dffe9a50 (diff)
downloadpackages-4c66fd861e536f7b7e2e68a78b748cfeb62026c4.tar.gz
packages-4c66fd861e536f7b7e2e68a78b748cfeb62026c4.tar.bz2
packages-4c66fd861e536f7b7e2e68a78b748cfeb62026c4.tar.xz
packages-4c66fd861e536f7b7e2e68a78b748cfeb62026c4.zip
user/[KDE Graphics]: Bump to 19.12.0 (and Krita)
This bumps Krita to 4.2.8.2, the latest release. Also removes the Qt 5.9 compat patch for Spectacle.
Diffstat (limited to 'user/kolourpaint')
-rw-r--r--user/kolourpaint/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/user/kolourpaint/APKBUILD b/user/kolourpaint/APKBUILD
index 88c903bda..3447f7c98 100644
--- a/user/kolourpaint/APKBUILD
+++ b/user/kolourpaint/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=kolourpaint
-pkgver=19.08.2
+pkgver=19.12.0
pkgrel=0
pkgdesc="Simple painting program for KDE"
url="http://kolourpaint.org/"
@@ -12,10 +12,9 @@ depends=""
makedepends="cmake extra-cmake-modules qt5-qtbase-dev kdelibs4support-dev
libksane-dev"
subpackages="$pkgname-doc $pkgname-lang"
-source="https://download.kde.org/stable/applications/$pkgver/src/kolourpaint-$pkgver.tar.xz"
+source="https://download.kde.org/stable/release-service/$pkgver/src/kolourpaint-$pkgver.tar.xz"
build() {
- cd "$builddir"
if [ "$CBUILD" != "$CHOST" ]; then
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
@@ -26,18 +25,16 @@ build() {
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
- ${CMAKE_CROSSOPTS}
+ ${CMAKE_CROSSOPTS} .
make
}
check() {
- cd "$builddir"
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="beaf80f8cdc13f23ad19e0832fdb7d95d17fa11a84137e0d2c84c8f5fadd57e4c6cfa03583ebfa52d2c55923dfd9802362f63e04e59829ef205947033b47590f kolourpaint-19.08.2.tar.xz"
+sha512sums="901152a81a302de808343774b238ab7693c4298888a815debac91fc43ec84e2c784a6c26420a703f1887003962e0bd4b60946fc8d8f2ba43748997922988557f kolourpaint-19.12.0.tar.xz"