aboutsummaryrefslogtreecommitdiffstats
path: root/community/breeze/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/breeze/APKBUILD')
-rw-r--r--community/breeze/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/breeze/APKBUILD b/community/breeze/APKBUILD
index 5d4155eff7..52148a15c3 100644
--- a/community/breeze/APKBUILD
+++ b/community/breeze/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=breeze
pkgver=5.18.1
-pkgrel=0
+pkgrel=1
pkgdesc="Artwork, styles and assets for the Breeze visual style for the Plasma Desktop"
arch="all !armhf" # disable on armhf due to missing qt5-qtdeclarative
url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -14,7 +14,7 @@ subpackages="$pkgname-dev $pkgname-lang"
build() {
cmake -B "$builddir"/build \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make -C build