aports/community/kontact/APKBUILD
2025-04-24 20:45:31 +02:00

52 lines
1.4 KiB
Text

# Contributor: Bart Ribbers <bribbers@disroot.org>
# 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=kontact
pkgver=25.04.0
pkgrel=0
# armhf blocked by extra-cmake-modules
# armv7, ppc64le, s390x and riscv64 blocked by qt6-qtwebengine -> akonadi
arch="all !armv7 !armhf !ppc64le !s390x !riscv64"
url="https://kontact.kde.org/"
pkgdesc="Container application to unify several major PIM applications within one application"
license="GPL-2.0-or-later"
makedepends="
akonadi-dev
extra-cmake-modules
grantleetheme-dev
kcmutils-dev
kcrash-dev
kdbusaddons-dev
kdoctools-dev
kiconthemes-dev
kontactinterface-dev
kpimtextedit-dev
kwindowsystem-dev
libkdepim-dev
pimcommon-dev
qt6-qtbase-dev
qt6-qtwebengine-dev
samurai
"
subpackages=" $pkgname-lang"
_repo_url="https://invent.kde.org/pim/kontact.git"
source="https://download.kde.org/stable/release-service/$pkgver/src/kontact-$pkgver.tar.xz"
options="!check" # No tests
build() {
cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
cmake --build build
}
package() {
DESTDIR="$pkgdir" cmake --install build
}
sha512sums="
b25a91eee864df50f235ba1307253cbe131ab4fb2d87d5fc1b21f6be1710cb1c9fe1ce525a000000cd398af04ec0ed2a8a565da5cbabe42d60b69a0fbf4e9886 kontact-25.04.0.tar.xz
"