aboutsummaryrefslogtreecommitdiffstats
path: root/community/slim/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/slim/APKBUILD')
-rw-r--r--community/slim/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/slim/APKBUILD b/community/slim/APKBUILD
index cfbad25c92..be32cd898f 100644
--- a/community/slim/APKBUILD
+++ b/community/slim/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=slim
pkgver=1.3.6
-pkgrel=10
+pkgrel=11
pkgdesc="Desktop-independent graphical login manager for X11"
url="https://sourceforge.net/projects/slim.berlios/files/"
arch="all"
@@ -40,7 +40,7 @@ prepare() {
build() {
cd "$srcdir/slim-$pkgver"
cmake . \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DUSE_PAM=no \