aboutsummaryrefslogtreecommitdiffstats
path: root/community/akonadiconsole/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/akonadiconsole/APKBUILD')
-rw-r--r--community/akonadiconsole/APKBUILD19
1 files changed, 11 insertions, 8 deletions
diff --git a/community/akonadiconsole/APKBUILD b/community/akonadiconsole/APKBUILD
index 455c7921778..6bf4fbfe86d 100644
--- a/community/akonadiconsole/APKBUILD
+++ b/community/akonadiconsole/APKBUILD
@@ -1,12 +1,15 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
+# Maintainer: team/kde <bribbers@disroot.org>
+
+# The group tag is just to easily find this APKBUILD by some scripts for automation
+# group=kde-applications
pkgname=akonadiconsole
-pkgver=22.04.0
+pkgver=24.02.2
pkgrel=0
# armhf blocked by extra-cmake-modules
# s390x, ppc64le and riscv64 blocked by akonadi
-# ppc64le blocked by calendarsupport
-arch="all !armhf !s390x !ppc64le !riscv64"
+# ppc64le and armv7 blocked by calendarsupport
+arch="all !armhf !s390x !ppc64le !riscv64 !armv7"
url="https://kontact.kde.org/"
pkgdesc="Application for debugging Akonadi Resources"
license="GPL-2.0-or-later AND GFDL-1.2-only"
@@ -35,11 +38,12 @@ makedepends="
kxmlgui-dev
libkdepim-dev
messagelib-dev
- qt5-qtbase-dev
+ qt6-qtbase-dev
samurai
xapian-bindings
"
checkdepends="xvfb-run"
+_repo_url="https://invent.kde.org/pim/akonadiconsole.git"
source="https://download.kde.org/stable/release-service/$pkgver/src/akonadiconsole-$pkgver.tar.xz"
build() {
@@ -51,8 +55,7 @@ build() {
}
check() {
- cd build
- CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest
+ xvfb-run ctest --test-dir build --output-on-failure
}
package() {
@@ -60,5 +63,5 @@ package() {
}
sha512sums="
-24eb709159e33f4c3f05f818816ef5f65ac29d27cadcb0810e0222ff1a25c946e4c72ea438f4e0b95dd8ed4a501e5c56b28801794346ca23dabfd56754d7a5ee akonadiconsole-22.04.0.tar.xz
+c45a23185083fc16e7f4406b16e35a9bcdb9975d3e3a40e6bc58af64ea745fd7f141ad3de4b03df056833a119fdf17467fe7b20e612efaf44df9b2528548f768 akonadiconsole-24.02.2.tar.xz
"