summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-12-27 15:02:39 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-27 15:49:41 +0100
commit6feaeb8e47d5928528ac398cefa4cb3b21a462d3 (patch)
tree678dc31d3f9621a88e6c0039eb98ea357fa42508 /testing
parent6096977d845bde953815a962c6433ef63c20a8cd (diff)
downloadaports-6feaeb8e47d5928528ac398cefa4cb3b21a462d3.zip
community/kaccounts-integration: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/kaccounts-integration/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/kaccounts-integration/APKBUILD b/testing/kaccounts-integration/APKBUILD
deleted file mode 100644
index f8463829cfd..00000000000
--- a/testing/kaccounts-integration/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=kaccounts-integration
-pkgver=19.12.0
-pkgrel=1
-arch="all"
-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 AND LGPL-2.1-or-later"
-depends="accounts-qml-module"
-depends_dev="qt5-qtbase-dev kcmutils-dev ki18n-dev kcoreaddons-dev kdbusaddons-dev kdeclarative-dev libaccounts-qt-dev signond-dev"
-makedepends="$depends_dev extra-cmake-modules"
-source="https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"
-subpackages="$pkgname-dev $pkgname-lang"
-options="!check" # No tests available
-
-build() {
- cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-package() {
- DESTDIR="$pkgdir" make install
-}
-
-sha512sums="c40775509f9c336974bef0effade36adf36e19398a0445e5d155a8e4e3062219da191fab912640c610799dc7d6bc114f7daa423fea97304714332b9f00db94b9 kaccounts-integration-19.12.0.tar.xz"