aboutsummaryrefslogtreecommitdiffstats
path: root/community/breeze-gtk/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/breeze-gtk/APKBUILD')
-rw-r--r--community/breeze-gtk/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/breeze-gtk/APKBUILD b/community/breeze-gtk/APKBUILD
index 0be215a85f..af8decfd5b 100644
--- a/community/breeze-gtk/APKBUILD
+++ b/community/breeze-gtk/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=breeze-gtk
pkgver=5.18.1
-pkgrel=0
+pkgrel=1
pkgdesc="A GTK Theme Built to Match KDE's Breeze"
arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -13,7 +13,7 @@ source="https://download.kde.org/stable/plasma/$pkgver/breeze-gtk-$pkgver.tar.xz
build() {
cmake -B "$builddir"/build \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make -C build