[arch-commits] Commit in lib32-systemd/trunk (PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Sun Jul 12 16:49:55 UTC 2015


    Date: Sunday, July 12, 2015 @ 18:49:55
  Author: lcarlier
Revision: 136726

upgpkg: lib32-systemd 222-1

upstream update 222

Modified:
  lib32-systemd/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-12 14:32:27 UTC (rev 136725)
+++ PKGBUILD	2015-07-12 16:49:55 UTC (rev 136726)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=221
+pkgver=222
 pkgrel=1
 pkgdesc="system and service manager (32-bit)"
 arch=('x86_64')
@@ -11,20 +11,23 @@
 url="http://www.freedesktop.org/wiki/Software/systemd"
 license=('GPL2' 'LGPL2.1' 'MIT')
 depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'lib32-curl' 'lib32-libcap' 'lib32-bzip2' 'systemd')
-makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-acl' 'intltool' 'gperf')
-source=("http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz")
-md5sums=('b4d5a253841cf28a98b7ec99c45e3716')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-acl' 'intltool' 'gperf' 'git')
+source=("git://github.com/systemd/systemd.git#tag=v$pkgver")
+md5sums=('SKIP')
 
+prepare() {
+  cd systemd
+
+  ./autogen.sh
+}
+
 build() {
   export CC="gcc -m32"
   export CXX="g++ -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-  cd "${srcdir}/systemd-${pkgver}"
+  cd systemd
 
-  # LTO currently breaks the build because of libtool failures
-  CFLAGS+=' -fno-lto'
-
   local timeservers=({0..3}.arch.pool.ntp.org)
 
   ./configure \
@@ -43,6 +46,7 @@
     --disable-networkd \
     --disable-blkid \
     --disable-libiptc \
+    --disable-manpages \
     --without-python \
     --disable-libcryptsetup \
     --with-sysvinit-path= \
@@ -53,7 +57,7 @@
 }
 
 package() {
-  cd "${srcdir}/systemd-${pkgver}"
+  cd systemd
     
   make DESTDIR="$pkgdir" install
     



More information about the arch-commits mailing list