aboutsummaryrefslogtreecommitdiffstats
path: root/community/kdesignerplugin/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kdesignerplugin/APKBUILD')
-rw-r--r--community/kdesignerplugin/APKBUILD55
1 files changed, 0 insertions, 55 deletions
diff --git a/community/kdesignerplugin/APKBUILD b/community/kdesignerplugin/APKBUILD
deleted file mode 100644
index 1ad143ea840..00000000000
--- a/community/kdesignerplugin/APKBUILD
+++ /dev/null
@@ -1,55 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=kdesignerplugin
-pkgver=5.94.0
-pkgrel=0
-pkgdesc="Integration of Frameworks widgets in Qt Designer/Creator"
-# armhf blocked by extra-cmake-modules
-# s390x and riscv64 blocked by polkit
-arch="all !armhf !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
- samurai
- "
-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 -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 xvfb-run ctest
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
-
-sha512sums="
-46651ed770da8070541d8333baf6e37059693a4407245ea7330c8724f1ad03b06cbccea20b3909dbdd33ddaa33e9d2eac45d031eac8e0cc23eca0cec20a1e2ad kdesignerplugin-5.94.0.tar.xz
-"