aboutsummaryrefslogtreecommitdiffstats
path: root/community/kdesignerplugin/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kdesignerplugin/APKBUILD')
-rw-r--r--community/kdesignerplugin/APKBUILD54
1 files changed, 0 insertions, 54 deletions
diff --git a/community/kdesignerplugin/APKBUILD b/community/kdesignerplugin/APKBUILD
deleted file mode 100644
index a9c769b1a5a..00000000000
--- a/community/kdesignerplugin/APKBUILD
+++ /dev/null
@@ -1,54 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=kdesignerplugin
-pkgver=5.84.0
-pkgrel=0
-pkgdesc="Integration of Frameworks widgets in Qt Designer/Creator"
-# armhf blocked by extra-cmake-modules
-# mips64, s390x and riscv64 blocked by polkit
-arch="all !armhf !mips64 !s390x !riscv64"
-url="https://community.kde.org/Frameworks"
-license="LGPL-2.1-only"
-depends_dev="
- kcompletion-dev
- kconfig-dev
- kconfigwidgets-dev
- kcoreaddons-dev
- kiconthemes-dev
- kio-dev
- kitemviews-dev
- kplotting-dev
- ktextwidgets-dev
- kwidgetsaddons-dev
- kxmlgui-dev
- sonnet-dev
- "
-makedepends="$depends_dev
- extra-cmake-modules
- kdoctools-dev
- qt5-qttools-dev
- "
-checkdepends="xvfb-run"
-source="https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/kdesignerplugin-$pkgver.tar.xz"
-subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-
-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 --install build
-}
-
-sha512sums="
-095786c8de9f0b2767e7db6722af1482314e42b99a998d4a210d41bb74a08ff9540c47458450383ebbe60e6a2ecbef6a66e2904501db635ccd7b68d9dac1a10c kdesignerplugin-5.84.0.tar.xz
-"