pmaports/kde/plasma-integration/APKBUILD
PureTryOut 77598f47f2 kde/{framework,plasma-}integration: new aports (!203)
These packages allow better integration of applications with the KDE
workspace.

[ci:skip-build]: already built successfully in CI, and ollieparanoid
                 made sure that it builds for x86_64, aarch64, armhf
2019-02-28 08:56:25 +00:00

34 lines
1.2 KiB
Text

# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-integration
pkgver=5.15.1
pkgrel=0
pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
arch="all"
url="https://www.kde.org/workspaces/plasmadesktop/"
license="LGPL-3.0"
depends="ttf-hack"
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"
source="https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"
subpackages="$pkgname-lang"
options="!check" # Requires X11 to be running
build() {
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_DISABLE_FIND_PACKAGE_FontHack=true
make
}
check() {
cd "$builddir"
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="5d34028882c1b28576b6b0cb5f5656bc46ea71a14718aab1b57ce755535ac8667ee819ae142b484387901092391954a772f8191f1739af19d1ecd5734e094821 plasma-integration-5.15.1.tar.xz"