Date: Friday, March 11, 2016 @ 10:19:50
  Author: bgyorgy
Revision: 166084

Support new libsystemd (which replaces libsystemd-login)

Modified:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/trunk/PKGBUILD

---------------------------------+
 repos/community-i686/PKGBUILD   |    3 +++
 repos/community-x86_64/PKGBUILD |    3 +++
 trunk/PKGBUILD                  |    3 +++
 3 files changed, 9 insertions(+)

Modified: repos/community-i686/PKGBUILD
===================================================================
--- repos/community-i686/PKGBUILD       2016-03-11 09:17:13 UTC (rev 166083)
+++ repos/community-i686/PKGBUILD       2016-03-11 09:19:50 UTC (rev 166084)
@@ -22,6 +22,9 @@
   cd $pkgname-$pkgver
   # Python2 fix
   sed -i 's@^#!.*python$@#!/usr/bin/python2@' data/screensavers/*/main
+
+  # Support new libsystemd (which replaces libsystemd-login)
+  sed -i 's/libsystemd-login/libsystemd/' configure.ac
 }
 
 build() {

Modified: repos/community-x86_64/PKGBUILD
===================================================================
--- repos/community-x86_64/PKGBUILD     2016-03-11 09:17:13 UTC (rev 166083)
+++ repos/community-x86_64/PKGBUILD     2016-03-11 09:19:50 UTC (rev 166084)
@@ -22,6 +22,9 @@
   cd $pkgname-$pkgver
   # Python2 fix
   sed -i 's@^#!.*python$@#!/usr/bin/python2@' data/screensavers/*/main
+
+  # Support new libsystemd (which replaces libsystemd-login)
+  sed -i 's/libsystemd-login/libsystemd/' configure.ac
 }
 
 build() {

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD      2016-03-11 09:17:13 UTC (rev 166083)
+++ trunk/PKGBUILD      2016-03-11 09:19:50 UTC (rev 166084)
@@ -22,6 +22,9 @@
   cd $pkgname-$pkgver
   # Python2 fix
   sed -i 's@^#!.*python$@#!/usr/bin/python2@' data/screensavers/*/main
+
+  # Support new libsystemd (which replaces libsystemd-login)
+  sed -i 's/libsystemd-login/libsystemd/' configure.ac
 }
 
 build() {

Reply via email to