aboutsummaryrefslogtreecommitdiffstats
path: root/testing/akonadiconsole
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-03-11 13:15:49 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-03-15 15:42:46 +0100
commitdc9617ecddac979239dbd1743e70a81743f77f62 (patch)
treec2ce5e0b2958dab18c152dbb7c37edd3c7e643dc /testing/akonadiconsole
parente284ee4af8b2ebe9699a7125205be34db120bfc3 (diff)
downloadaports-dc9617ecddac979239dbd1743e70a81743f77f62.tar.bz2
aports-dc9617ecddac979239dbd1743e70a81743f77f62.tar.xz
{community,testing}/kde-applications: upgrade to 19.12.3
Diffstat (limited to 'testing/akonadiconsole')
-rw-r--r--testing/akonadiconsole/APKBUILD22
1 files changed, 7 insertions, 15 deletions
diff --git a/testing/akonadiconsole/APKBUILD b/testing/akonadiconsole/APKBUILD
index a57c09d30f..57ef7449f8 100644
--- a/testing/akonadiconsole/APKBUILD
+++ b/testing/akonadiconsole/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=akonadiconsole
-pkgver=19.12.2
-pkgrel=1
+pkgver=19.12.3
+pkgrel=0
arch="all !s390x !ppc64le !armhf" # calendarsupport messagelib missing
url="https://kontact.kde.org/"
pkgdesc="Application for debugging Akonadi Resources"
@@ -11,29 +11,21 @@ makedepends="extra-cmake-modules qt5-qtbase-dev kcompletion-dev kconfig-dev kcon
checkdepends="xvfb-run"
source="https://download.kde.org/stable/release-service/$pkgver/src/akonadiconsole-$pkgver.tar.xz"
-prepare() {
- default_prepare
-
- mkdir "$builddir"/build
-}
-
build() {
- cd "$builddir"/build
- cmake "$builddir" \
+ cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
- make
+ make -C build
}
check() {
- cd "$builddir"/build
+ cd build
CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest
}
package() {
- cd "$builddir"/build
- DESTDIR="$pkgdir" make install
+ DESTDIR="$pkgdir" make -C build install
}
-sha512sums="0739406c6ec5d847e53ab84a1c91b6dff58835e91a9e04c1acd487bd8c1780369cc9c8b317586e4b9c95b7fc33ea45a75ef0d7f7e4da985be64cdd6ab2d6ec00 akonadiconsole-19.12.2.tar.xz"
+sha512sums="39131877e0bc7b09141e0d218a01eaa86bd3aa9963514eaa3f44fe510aa7a88b4478ddf1461fc1ce59084d0dfa34186d3d0e4ab8d4763204ba651e8ab4c7d355 akonadiconsole-19.12.3.tar.xz"