aboutsummaryrefslogtreecommitdiffstats
path: root/community/kdelibs4support/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kdelibs4support/APKBUILD')
-rw-r--r--community/kdelibs4support/APKBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/community/kdelibs4support/APKBUILD b/community/kdelibs4support/APKBUILD
deleted file mode 100644
index c756d4c7d11..00000000000
--- a/community/kdelibs4support/APKBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=kdelibs4support
-pkgver=5.82.0
-pkgrel=0
-pkgdesc="Porting aid from KDELibs4"
-arch="all !armhf !mips64 !s390x" # armhf blocked by extra-cmake-modules and mips64, s390x blocked by polkit
-url="https://community.kde.org/Frameworks"
-license="LGPL-2.1-or-later AND MIT AND LGPL-2.1-only AND LGPL-2.0-only AND (LGPL-2.1-only OR LGPL-3.0-only) AND (LGPL-2.0-only OR LGPL-3.0-only)"
-depends_dev="qt5-qtbase-dev qt5-qttools-dev kcompletion-dev kconfig-dev kconfigwidgets-dev kcrash-dev kdesignerplugin kdesignerplugin-dev kglobalaccel-dev kemoticons-dev kguiaddons-dev ki18n-dev kiconthemes-dev kio-dev knotifications-dev kparts-dev kservice-dev ktextwidgets-dev kunitconversion-dev kwidgetsaddons-dev kwindowsystem-dev kxmlgui-dev kdbusaddons-dev kded-dev kinit-dev perl-uri kdoctools-dev kitemmodels-dev"
-makedepends="$depends_dev extra-cmake-modules kded"
-checkdepends="xvfb-run"
-source="https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/kdelibs4support-$pkgver.tar.xz"
-subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-options="suid !check" # Fails due to requiring running dbus
-
-build() {
- cmake -B build \
- -DCMAKE_BUILD_TYPE=None \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- cmake --build build
-}
-
-check() {
- cd build
- CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest
-}
-
-
-package() {
- DESTDIR="$pkgdir" cmake --build build --target install
-}
-sha512sums="
-0662810f884d65d33b789fbae02009e5e6c92d8df45a4355899722a96dd7402168a46998150a9ee580e5dad8873a38a829c1f73d8157cc3cbcff495cd5a875d9 kdelibs4support-5.82.0.tar.xz
-"