[arch-commits] Commit in light-locker/repos/community-x86_64 (3 files)

Maxime Gauduin alucryd at archlinux.org
Mon Feb 24 13:28:37 UTC 2020


    Date: Monday, February 24, 2020 @ 13:28:36
  Author: alucryd
Revision: 580459

archrelease: copy trunk to community-x86_64

Added:
  light-locker/repos/community-x86_64/PKGBUILD
    (from rev 580458, light-locker/trunk/PKGBUILD)
Deleted:
  light-locker/repos/community-x86_64/PKGBUILD
  light-locker/repos/community-x86_64/light-locker-libsystemd-login.patch

-------------------------------------+
 PKGBUILD                            |   97 ++++++++++++++++++----------------
 light-locker-libsystemd-login.patch |   47 ----------------
 2 files changed, 54 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-24 13:28:31 UTC (rev 580458)
+++ PKGBUILD	2020-02-24 13:28:36 UTC (rev 580459)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=light-locker
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='A simple session locker for LightDM'
-arch=(x86_64)
-url=https://github.com/the-cavalry/light-locker
-license=(GPL2)
-depends=(
-  dbus-glib
-  gtk3
-  lightdm
-  libsystemd
-  libxss
-  upower
-)
-makedepends=(
-  git
-  gnome-common
-  intltool
-  meson
-  xorgproto
-)
-source=(git+https://github.com/the-cavalry/light-locker.git#tag=7a96e9f87dc95c794cd45fd0378a62f45308ea87)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd light-locker
-
-  git describe --tags | sed 's/^v//'
-}
-
-build () {
-  arch-meson light-locker build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: light-locker/repos/community-x86_64/PKGBUILD (from rev 580458, light-locker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-24 13:28:36 UTC (rev 580459)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=light-locker
+pkgver=1.9.0
+pkgrel=2
+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')
+source=(git+https://github.com/the-cavalry/light-locker.git#tag=7a96e9f87dc95c794cd45fd0378a62f45308ea87)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd light-locker
+
+  git describe --tags | sed 's/^v//'
+}
+
+build () {
+  arch-meson light-locker build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: light-locker-libsystemd-login.patch
===================================================================
--- light-locker-libsystemd-login.patch	2020-02-24 13:28:31 UTC (rev 580458)
+++ light-locker-libsystemd-login.patch	2020-02-24 13:28:36 UTC (rev 580459)
@@ -1,47 +0,0 @@
-diff -rupN light-locker-1.6.0.orig/configure light-locker-1.6.0/configure
---- light-locker-1.6.0.orig/configure	2016-04-29 20:03:27.914972019 +0200
-+++ light-locker-1.6.0/configure	2016-04-29 20:04:32.217760286 +0200
-@@ -17558,12 +17558,12 @@ if test -n "$SYSTEMD_CFLAGS"; then
-     pkg_cv_SYSTEMD_CFLAGS="$SYSTEMD_CFLAGS"
-  elif test -n "$PKG_CONFIG"; then
-     if test -n "$PKG_CONFIG" && \
--    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsystemd-login\""; } >&5
--  ($PKG_CONFIG --exists --print-errors "libsystemd-login") 2>&5
-+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsystemd\""; } >&5
-+  ($PKG_CONFIG --exists --print-errors "libsystemd") 2>&5
-   ac_status=$?
-   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-   test $ac_status = 0; }; then
--  pkg_cv_SYSTEMD_CFLAGS=`$PKG_CONFIG --cflags "libsystemd-login" 2>/dev/null`
-+  pkg_cv_SYSTEMD_CFLAGS=`$PKG_CONFIG --cflags "libsystemd" 2>/dev/null`
- 		      test "x$?" != "x0" && pkg_failed=yes
- else
-   pkg_failed=yes
-@@ -17575,12 +17575,12 @@ if test -n "$SYSTEMD_LIBS"; then
-     pkg_cv_SYSTEMD_LIBS="$SYSTEMD_LIBS"
-  elif test -n "$PKG_CONFIG"; then
-     if test -n "$PKG_CONFIG" && \
--    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsystemd-login\""; } >&5
--  ($PKG_CONFIG --exists --print-errors "libsystemd-login") 2>&5
-+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsystemd\""; } >&5
-+  ($PKG_CONFIG --exists --print-errors "libsystemd") 2>&5
-   ac_status=$?
-   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-   test $ac_status = 0; }; then
--  pkg_cv_SYSTEMD_LIBS=`$PKG_CONFIG --libs "libsystemd-login" 2>/dev/null`
-+  pkg_cv_SYSTEMD_LIBS=`$PKG_CONFIG --libs "libsystemd" 2>/dev/null`
- 		      test "x$?" != "x0" && pkg_failed=yes
- else
-   pkg_failed=yes
-@@ -17601,9 +17601,9 @@ else
-         _pkg_short_errors_supported=no
- fi
-         if test $_pkg_short_errors_supported = yes; then
--	        SYSTEMD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd-login" 2>&1`
-+	        SYSTEMD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd" 2>&1`
-         else
--	        SYSTEMD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd-login" 2>&1`
-+	        SYSTEMD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd" 2>&1`
-         fi
- 	# Put the nasty error message in config.log where it belongs
- 	echo "$SYSTEMD_PKG_ERRORS" >&5



More information about the arch-commits mailing list