mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-09 13:54:35 +02:00
43 lines
1.3 KiB
Text
43 lines
1.3 KiB
Text
# The group tag is just to easily find this APKBUILD by some scripts for automation
|
|
# group=kde-applications
|
|
maintainer="team/kde <bribbers@disroot.org>"
|
|
pkgname=akonadi-calendar-tools
|
|
pkgver=25.04.0
|
|
pkgrel=0
|
|
# ppc64le, s390x, riscv64, armhf and armv7 blocked by akonadi-calendar -> kmailtransport -> libkgapi -> qt6-qtwebengine
|
|
arch="all !armhf !ppc64le !s390x !riscv64 !armv7"
|
|
url="https://kontact.kde.org/"
|
|
pkgdesc="CLI tools to manage akonadi calendars"
|
|
license="GPL-2.0-or-later AND GFDL-1.2-only"
|
|
makedepends="
|
|
akonadi-calendar-dev
|
|
akonadi-dev
|
|
calendarsupport-dev
|
|
extra-cmake-modules
|
|
kcalendarcore-dev
|
|
kcalutils-dev
|
|
kdoctools-dev
|
|
libkdepim-dev
|
|
qt6-qtbase-dev
|
|
samurai
|
|
"
|
|
subpackages="$pkgname-doc $pkgname-lang"
|
|
_repo_url="https://invent.kde.org/pim/akonadi-calendar-tools.git"
|
|
source="https://download.kde.org/stable/release-service/$pkgver/src/akonadi-calendar-tools-$pkgver.tar.xz"
|
|
options="!check" # No tests
|
|
|
|
build() {
|
|
cmake -B build -G Ninja \
|
|
-DCMAKE_BUILD_TYPE=MinSizeRel \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_INSTALL_LIBDIR=lib
|
|
cmake --build build
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" cmake --install build
|
|
}
|
|
|
|
sha512sums="
|
|
58b8538ac195cf0861717e672176a1dcbf80016369f6e8dce7b4f4df447b8836e5a5f80b39338c201fc1a91abbe7969d37689a3d3b4646ca5da1bcff5ad97856 akonadi-calendar-tools-25.04.0.tar.xz
|
|
"
|