[arch-commits] Commit in light-locker/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 6 16:06:18 UTC 2022


    Date: Sunday, March 6, 2022 @ 16:06:18
  Author: felixonmars
Revision: 1142713

archrelease: copy trunk to community-staging-x86_64

Added:
  light-locker/repos/community-staging-x86_64/
  light-locker/repos/community-staging-x86_64/PKGBUILD
    (from rev 1142712, light-locker/trunk/PKGBUILD)

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)

Copied: light-locker/repos/community-staging-x86_64/PKGBUILD (from rev 1142712, light-locker/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-06 16:06:18 UTC (rev 1142713)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=light-locker
+pkgver=1.9.0
+pkgrel=5
+pkgdesc='A simple session locker for LightDM'
+arch=(x86_64)
+url=https://github.com/the-cavalry/light-locker
+license=(GPL2)
+depends=(
+  cairo
+  dbus-glib
+  glibc
+  libdbus-1.so
+  libgdk-3.so
+  libgio-2.0.so
+  libglib-2.0.so
+  libgobject-2.0.so
+  libgtk-3.so
+  libpango-1.0.so
+  libpangocairo-1.0.so
+  libsystemd.so
+  libx11
+  libxext
+  libxss
+)
+makedepends=(
+  git
+  gnome-common
+  intltool
+  meson
+  upower
+  xorgproto
+)
+optdepends=('upower: Power management support')
+_tag=7a96e9f87dc95c794cd45fd0378a62f45308ea87
+source=(git+https://github.com/the-cavalry/light-locker.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd light-locker
+
+  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
+  git cherry-pick -n 8e03981e83fd03920e8e68145d0eb933dddb4c3c
+}
+
+build () {
+  arch-meson light-locker build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list