aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-01-16 17:37:18 +0000
committerpsykose <alice@ayaya.dev>2023-01-16 18:37:25 +0100
commitefea9909ad4aac18e29458a65f1aadb76877e1b0 (patch)
tree3465059a4e0b159ca37ec84bd52e14f1ec787d46
parent1000c9514ef4e04014385d9a0a1e1c4639142e72 (diff)
community/sddm: build with samurai
-rw-r--r--community/sddm/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/sddm/APKBUILD b/community/sddm/APKBUILD
index ac56861f569..03d533e9100 100644
--- a/community/sddm/APKBUILD
+++ b/community/sddm/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=sddm
pkgver=0.19.0
-pkgrel=5
+pkgrel=6
pkgdesc="Simple Desktop Display Manager"
url="https://github.com/sddm/sddm/"
# armhf blocked by qt5-qtdeclarative
@@ -24,6 +24,7 @@ makedepends="
qt5-qtbase-dev
qt5-qtdeclarative-dev
qt5-qttools-dev
+ samurai
upower-dev
utmps-dev
"
@@ -45,7 +46,7 @@ source="https://github.com/sddm/sddm/archive/v$pkgver/sddm-v$pkgver.tar.gz
# - CVE-2020-28049
build() {
- cmake -B build \
+ cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \