diff options
Diffstat (limited to 'user/plasma-integration/APKBUILD')
-rw-r--r-- | user/plasma-integration/APKBUILD | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/user/plasma-integration/APKBUILD b/user/plasma-integration/APKBUILD index a2922c75f..7f7854808 100644 --- a/user/plasma-integration/APKBUILD +++ b/user/plasma-integration/APKBUILD @@ -1,18 +1,20 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox-kde@adelielinux.org> pkgname=plasma-integration -pkgver=5.24.5 +pkgver=5.27.12 pkgrel=0 pkgdesc="Qt platform theme plugin for Plasma" url="https://www.kde.org/" arch="all" -options="!check" # Times out, requires X11 desktop. +options="checkx11" 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="breeze ttf-noto" +depends="breeze plasma-wayland-protocols qt5-qtquickcontrols ttf-noto" +checkdepends="openbox" makedepends="cmake extra-cmake-modules python3 qt5-qtbase-dev libxcursor-dev qt5-qtx11extras-dev kconfig-dev kconfigwidgets-dev ki18n-dev kio-dev kiconthemes-dev knotifications-dev kwayland-dev kwidgetsaddons-dev - kwindowsystem-dev breeze-dev qt5-qtquickcontrols2-dev" + kwindowsystem-dev breeze-dev qt5-qtquickcontrols2-dev qt5-qtwayland-dev + qt5-qtwayland-tools" subpackages="$pkgname-lang" source="https://download.kde.org/stable/plasma/$pkgver/plasma-integration-$pkgver.tar.xz" @@ -24,7 +26,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ -DCMAKE_DISABLE_FIND_PACKAGE_FontNotoSans=true \ @@ -34,11 +36,16 @@ build() { } check() { - CTEST_OUTPUT_ON_FAILURE=TRUE ctest + # KDE Platform Theme test fails due to border size (likely needs KWin) + # KFileDialog tests fail when Mesa can't provide valid GLX visuals + # (i.e. big endian issue) + openbox & + CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E 'frameworkintegration-(kdeplatformtheme|kfiledialog(qml)?)_unittest' + openbox --exit } package() { make DESTDIR="$pkgdir" install } -sha512sums="6c60eff349d6b60fd8f781e162768d7cfb45d042687c1206f3f2c9e7af0c5719ff70555eff181782607ac53755844b0968ee7b9a75c87d6bd65b489a3a9dc348 plasma-integration-5.24.5.tar.xz" +sha512sums="c43326a004344ffc004684f04d8706eafc05b9efe4e81719da88b3717e58201c5bf7d50f8d242ecac0a826de4e4e14ca5ea1b76682b745faff96bbe21ff806c1 plasma-integration-5.27.12.tar.xz" |