[arch-commits] Commit in gnome-screensaver/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Apr 25 10:33:11 UTC 2018


    Date: Wednesday, April 25, 2018 @ 10:33:10
  Author: bgyorgy
Revision: 317887

upgpkg: gnome-screensaver 3.6.1-15

Build again with systemd support

Modified:
  gnome-screensaver/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-25 09:59:34 UTC (rev 317886)
+++ PKGBUILD	2018-04-25 10:33:10 UTC (rev 317887)
@@ -5,7 +5,7 @@
 
 pkgname=gnome-screensaver
 pkgver=3.6.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Legacy GNOME screensaver"
 arch=('x86_64')
 license=('GPL')
@@ -57,6 +57,9 @@
   # Restore the original position after shake
   patch -Np1 -i ../recenter.patch
 
+  # Fix build with systemd support
+  sed -i 's/libsystemd-login libsystemd-daemon/libsystemd/' configure.ac
+
   autoreconf -fi
 }
 
@@ -64,7 +67,7 @@
   cd $pkgname-$pkgver
   CFLAGS+=" -Wno-error=return-type"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-              --with-mit-ext
+              --with-mit-ext --without-console-kit --with-systemd
   make
 }
 



More information about the arch-commits mailing list