aboutsummaryrefslogtreecommitdiffstats
path: root/community/polkit-qt-1/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/polkit-qt-1/APKBUILD')
-rw-r--r--community/polkit-qt-1/APKBUILD39
1 files changed, 0 insertions, 39 deletions
diff --git a/community/polkit-qt-1/APKBUILD b/community/polkit-qt-1/APKBUILD
deleted file mode 100644
index 74a6e15cd3b..00000000000
--- a/community/polkit-qt-1/APKBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=polkit-qt-1
-pkgver=0.114.0
-pkgrel=1
-pkgdesc="Qt wrapper around polkit-1 client libraries"
-# s390x and riscv64 blocked by polkit-elogind
-arch="all !s390x !riscv64"
-url="https://www.kde.org"
-license="LGPL-2.1-only"
-depends_dev="polkit-elogind-dev"
-makedepends="$depends_dev
- cmake
- qt5-qtbase-dev
- samurai
- "
-source="https://download.kde.org/stable/polkit-qt-1/polkit-qt-1-$pkgver.tar.xz"
-subpackages="$pkgname-dev"
-
-build() {
- cmake -B build -G Ninja \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- cmake --build build
-}
-
-check() {
- cd build
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
-
-sha512sums="
-4a16d9428d5ccc0107dcbd67c29ecba196424e555dc43d55cf2b6e0e7b72c99f894e9c994eaed85a9536010d67a19f20fe74f792c0d6b9ca0e05ce85f655f9a8 polkit-qt-1-0.114.0.tar.xz
-"