# Contributor: Bart Ribbers # Maintainer: team/kde # The group tag is just to easily find this APKBUILD by some scripts for automation # group=kde-applications pkgname=kaccounts-providers pkgver=23.04.3 pkgrel=1 # armhf blocked by extra-cmake-modules # s390x, ppc64le and riscv64 blocked by qt5-qtwebengine arch="all !armhf !ppc64le !s390x !riscv64" url="https://kde.org/applications/internet/" pkgdesc="Small system to administer web accounts for the sites and services across the KDE desktop" license="GPL-2.0-or-later" depends=" signon-plugin-oauth2 " makedepends=" extra-cmake-modules kaccounts-integration-dev kdeclarative-dev ki18n-dev kio-dev kpackage-dev qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtwebengine-dev samurai " _repo_url="https://invent.kde.org/network/kaccounts-providers.git" source="https://download.kde.org/stable/release-service/$pkgver/src/kaccounts-providers-$pkgver.tar.xz" options="!check" # No tests subpackages="$pkgname-lang" 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=" c1a5d0f35a70c6cba6ac5fc71d237a8bfe47702fda2f9adf9ec8e72f02c13549e4ca14b0a4dd3dae12372fc06ce99bebc82c5b34a7aa8bb10450876de9203fef kaccounts-providers-23.04.3.tar.xz "