aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-13 22:38:07 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-13 22:38:07 -0300
commitae0d4bce74ebf5c86132811e185fc5644870f330 (patch)
tree0f498a0cba54e031129d5cd0b5ab7b897a38fe3f /testing
parent6f220467bdd686681ec8cbb1c1eb4f2e2adce34f (diff)
community/polkit-qt-1: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/polkit-qt-1/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/polkit-qt-1/APKBUILD b/testing/polkit-qt-1/APKBUILD
deleted file mode 100644
index ce8b0d1026a..00000000000
--- a/testing/polkit-qt-1/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=polkit-qt-1
-pkgver=0.112.0
-pkgrel=1
-pkgdesc="Qt wrapper around polkit-1 client libraries"
-arch="all"
-url="https://www.kde.org"
-license="LGPL-2.1-only"
-depends_dev="polkit-elogind-dev"
-makedepends="$depends_dev cmake qt5-qtbase-dev"
-source="https://download.kde.org/stable/apps/KDE4.x/admin/$pkgname-$pkgver.tar.bz2"
-subpackages="$pkgname-dev"
-
-build() {
- cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-check() {
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest
-}
-
-package() {
- DESTDIR="$pkgdir" make install
-}
-sha512sums="4cb17389b54a09c53052f6d72aa5cbfe09ccb19f7fd4edf8b43ccd4751f5e88609c5f89777f4af92167d32eb2ce1e78537cea7bcfb60a90072d1fe02d6a59b50 polkit-qt-1-0.112.0.tar.bz2"