[arch-commits] Commit in light-locker/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun Dec 6 09:29:13 UTC 2020


    Date: Sunday, December 6, 2020 @ 09:29:12
  Author: alucryd
Revision: 771015

light-locker 1.9.0-3: patch some systemd-related issues

Modified:
  light-locker/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-06 09:18:34 UTC (rev 771014)
+++ PKGBUILD	2020-12-06 09:29:12 UTC (rev 771015)
@@ -2,7 +2,7 @@
 
 pkgname=light-locker
 pkgver=1.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A simple session locker for LightDM'
 arch=(x86_64)
 url=https://github.com/the-cavalry/light-locker
@@ -33,7 +33,8 @@
   xorgproto
 )
 optdepends=('upower: Power management support')
-source=(git+https://github.com/the-cavalry/light-locker.git#tag=7a96e9f87dc95c794cd45fd0378a62f45308ea87)
+_tag=7a96e9f87dc95c794cd45fd0378a62f45308ea87
+source=(git+https://github.com/the-cavalry/light-locker.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {
@@ -42,6 +43,14 @@
   git describe --tags | sed 's/^v//'
 }
 
+prepare() {
+  cd light-locker
+
+  git cherry-pick -n d3ea262b336cf66ec41d25a8ea021d759c2c3a1d
+  git cherry-pick -n 366fdbfe284efacf39d887a0512d38030af7ff16
+  git cherry-pick -n 6224184e2677d76c7904d488b0e9295886fa9ee3
+}
+
 build () {
   arch-meson light-locker build
   ninja -C build



More information about the arch-commits mailing list