[arch-commits] Commit in cutefish-screenlocker/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Sep 10 05:18:04 UTC 2022
Date: Saturday, September 10, 2022 @ 05:18:03
Author: felixonmars
Revision: 1298769
upgpkg: cutefish-screenlocker 0.5-2: fix unload issue
Modified:
cutefish-screenlocker/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-10 04:57:44 UTC (rev 1298768)
+++ PKGBUILD 2022-09-10 05:18:03 UTC (rev 1298769)
@@ -2,7 +2,7 @@
pkgname=cutefish-screenlocker
pkgver=0.5
-pkgrel=1
+pkgrel=2
pkgdesc="CutefishOS system screen locker"
arch=('x86_64')
url="https://github.com/cutefishos/screenlocker"
@@ -16,7 +16,8 @@
build() {
cd screenlocker-$pkgver
- cmake -DCMAKE_INSTALL_PREFIX=/usr .
+ # https://github.com/cutefishos/screenlocker/issues/2
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DKDE4_KSCREENSAVER_PAM_SERVICE=system-login .
make
}
More information about the arch-commits
mailing list