[arch-commits] Commit in cinnamon-session (3 files)

Balló György bgyorgy at archlinux.org
Fri Mar 11 09:05:17 UTC 2016


    Date: Friday, March 11, 2016 @ 10:05:16
  Author: bgyorgy
Revision: 166078

Support new libsystemd (which replaces libsystemd-login)

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

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

Modified: repos/community-i686/PKGBUILD
===================================================================
--- repos/community-i686/PKGBUILD	2016-03-11 09:01:00 UTC (rev 166077)
+++ repos/community-i686/PKGBUILD	2016-03-11 09:05:16 UTC (rev 166078)
@@ -24,6 +24,8 @@
   # Increase timeout, for slow machines
   patch -Np1 -i ../timeout.patch
 
+  # 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:01:00 UTC (rev 166077)
+++ repos/community-x86_64/PKGBUILD	2016-03-11 09:05:16 UTC (rev 166078)
@@ -24,6 +24,8 @@
   # Increase timeout, for slow machines
   patch -Np1 -i ../timeout.patch
 
+  # 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:01:00 UTC (rev 166077)
+++ trunk/PKGBUILD	2016-03-11 09:05:16 UTC (rev 166078)
@@ -24,6 +24,8 @@
   # Increase timeout, for slow machines
   patch -Np1 -i ../timeout.patch
 
+  # Support new libsystemd (which replaces libsystemd-login)
+  sed -i 's/libsystemd-login/libsystemd/' configure.ac
 }
 
 build() {



More information about the arch-commits mailing list