summaryrefslogtreecommitdiff
path: root/user/libkexiv2
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/libkexiv2
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/libkexiv2')
-rw-r--r--user/libkexiv2/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/user/libkexiv2/APKBUILD b/user/libkexiv2/APKBUILD
index 7072e5213..71354e09c 100644
--- a/user/libkexiv2/APKBUILD
+++ b/user/libkexiv2/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libkexiv2
-pkgver=19.08.2
+pkgver=19.12.0
pkgrel=0
pkgdesc="KDE integration with Exiv2 EXIF data library"
url="https://www.KDE.org/"
@@ -11,7 +11,7 @@ depends=""
depends_dev="qt5-qtbase-dev"
makedepends="$depends_dev cmake extra-cmake-modules exiv2-dev"
subpackages="$pkgname-dev"
-source="https://download.kde.org/stable/applications/$pkgver/src/libkexiv2-$pkgver.tar.xz"
+source="https://download.kde.org/stable/release-service/$pkgver/src/libkexiv2-$pkgver.tar.xz"
build() {
if [ "$CBUILD" != "$CHOST" ]; then
@@ -24,7 +24,7 @@ build() {
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
- ${CMAKE_CROSSOPTS}
+ ${CMAKE_CROSSOPTS} .
make
}
@@ -36,4 +36,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="6e5a9be84daaa556d6450ebecd412b9daa2be37a9f40583c88c8331009349b3092c03e1e974d8bdb435ddfa8c0d1e37dd5d067ab4334763cbdd0f99f0ff1dc55 libkexiv2-19.08.2.tar.xz"
+sha512sums="5d5b25eadb17e0b10e5d866da4c27beef629c60d68c28b20f59c5bcab0e7d6c1d3f61e2af7d041855034b158592b308b9fc0cc70d6554585fbd132ad13fcf5cb libkexiv2-19.12.0.tar.xz"