diff options
Diffstat (limited to 'community/plasma-integration')
-rw-r--r-- | community/plasma-integration/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/plasma-integration/APKBUILD b/community/plasma-integration/APKBUILD index 1355c210ea..f844289850 100644 --- a/community/plasma-integration/APKBUILD +++ b/community/plasma-integration/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-integration pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces" arch="all !armhf" # Blocked by qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -16,7 +16,7 @@ options="!check" # Broken build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_DISABLE_FIND_PACKAGE_FontNotoSans=true \ |