aboutsummaryrefslogtreecommitdiffstats
path: root/testing/plasma-integration
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-09-09 21:34:23 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-09-11 15:14:34 -0300
commit6235a7c7fec596110cfcc66561a2ddec6805fa55 (patch)
tree5111a172b731096a773e28595463c2c17f131a1b /testing/plasma-integration
parentf1c367d5bcc68b822396ed03334a2b4273ad5bd7 (diff)
downloadaports-6235a7c7fec596110cfcc66561a2ddec6805fa55.tar.bz2
aports-6235a7c7fec596110cfcc66561a2ddec6805fa55.tar.xz
community/plasma-integration: move from testing
Diffstat (limited to 'testing/plasma-integration')
-rw-r--r--testing/plasma-integration/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/plasma-integration/APKBUILD b/testing/plasma-integration/APKBUILD
deleted file mode 100644
index 433b352b63..0000000000
--- a/testing/plasma-integration/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=plasma-integration
-pkgver=5.16.5
-pkgrel=0
-pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
-arch="all"
-url="https://www.kde.org/workspaces/plasmadesktop/"
-license="(LGPL-2.1-only OR LGPL-3.0-only) AND LGPL-2.1-only AND ((LGPL-2.1-only WITH Nokia-Qt-exception-1.1) OR (GPL-3.0-only WITH Nokia-Qt-exception-1.1))"
-depends="font-noto ttf-hack qqc2-desktop-style"
-makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtx11extras-dev qt5-qtquickcontrols2-dev kconfig-dev kconfigwidgets-dev ki18n-dev kiconthemes-dev kio-dev knotifications-dev kwayland-dev kwidgetsaddons-dev kwindowsystem-dev kconfigwidgets-dev breeze-dev libxcursor-dev"
-checkdepends="xvfb-run"
-source="https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"
-subpackages="$pkgname-lang"
-options="!check" # Broken
-
-build() {
- cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_DISABLE_FIND_PACKAGE_FontNotoSans=true \
- -DCMAKE_DISABLE_FIND_PACKAGE_FontHack=true
- make
-}
-
-check() {
- CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest
-}
-
-package() {
- DESTDIR="$pkgdir" make install
-}
-sha512sums="f974db9c85fb22e7dfeb8154d5c51c7106f2b95aeb783843701234a4b7186fd6b4be6298809d73b1a776399420a0e451908e5466aca622fd69800f0cfa2e3a91 plasma-integration-5.16.5.tar.xz"