[arch-commits] Commit in cutefish-screenlocker/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Sep 10 05:18:21 UTC 2022
Date: Saturday, September 10, 2022 @ 05:18:20
Author: felixonmars
Revision: 1298770
archrelease: copy trunk to community-x86_64
Added:
cutefish-screenlocker/repos/community-x86_64/PKGBUILD
(from rev 1298769, cutefish-screenlocker/trunk/PKGBUILD)
Deleted:
cutefish-screenlocker/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 53 +++++++++++++++++++++++++++--------------------------
1 file changed, 27 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-10 05:18:03 UTC (rev 1298769)
+++ PKGBUILD 2022-09-10 05:18:20 UTC (rev 1298770)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-screenlocker
-pkgver=0.5
-pkgrel=1
-pkgdesc="CutefishOS system screen locker"
-arch=('x86_64')
-url="https://github.com/cutefishos/screenlocker"
-license=('GPL')
-groups=('cutefish')
-depends=('fishui' 'libcutefish')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-source=("https://github.com/cutefishos/screenlocker/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('7b5c2064afe74ff036a840cb73ea51a0b203d4abd2756d983bd160b670374813d851a9b0f8fd0028d3dc3340c1947b8edd153ce4c9cd966d480f4e65fb9f8f76')
-
-build() {
- cd screenlocker-$pkgver
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr .
- make
-}
-
-package() {
- cd screenlocker-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: cutefish-screenlocker/repos/community-x86_64/PKGBUILD (from rev 1298769, cutefish-screenlocker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-10 05:18:20 UTC (rev 1298770)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cutefish-screenlocker
+pkgver=0.5
+pkgrel=2
+pkgdesc="CutefishOS system screen locker"
+arch=('x86_64')
+url="https://github.com/cutefishos/screenlocker"
+license=('GPL')
+groups=('cutefish')
+depends=('fishui' 'libcutefish')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+source=("https://github.com/cutefishos/screenlocker/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('7b5c2064afe74ff036a840cb73ea51a0b203d4abd2756d983bd160b670374813d851a9b0f8fd0028d3dc3340c1947b8edd153ce4c9cd966d480f4e65fb9f8f76')
+
+build() {
+ cd screenlocker-$pkgver
+
+ # https://github.com/cutefishos/screenlocker/issues/2
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DKDE4_KSCREENSAVER_PAM_SERVICE=system-login .
+ make
+}
+
+package() {
+ cd screenlocker-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list