From 0b31296d95d2e0f18abf69f30d0946e3a1f35672 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 15 Jan 2012 23:14:56 +0000 Subject: Sun Jan 15 23:14:55 UTC 2012 --- testing/systemd/PKGBUILD | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'testing/systemd/PKGBUILD') diff --git a/testing/systemd/PKGBUILD b/testing/systemd/PKGBUILD index da1a936ae..1dea4b12a 100644 --- a/testing/systemd/PKGBUILD +++ b/testing/systemd/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 146498 2012-01-12 03:32:19Z dreisner $ +# $Id: PKGBUILD 146631 2012-01-14 21:33:48Z dreisner $ # Maintainer: Dave Reisner pkgname=systemd pkgver=38 -pkgrel=1 +pkgrel=2 pkgdesc="Session and Startup manager" arch=('i686' 'x86_64') url="http://www.freedesktop.org/wiki/Software/systemd" license=('GPL2') -depends=('dbus-core' 'kbd' 'libcap' 'util-linux>=2.19' 'udev>=172' 'xz') -makedepends=('acl' 'gperf' 'cryptsetup' 'intltool' 'linux-api-headers') +depends=('acl' 'dbus-core' 'kbd' 'libcap' 'util-linux>=2.19' 'udev>=172' 'xz') +makedepends=('gperf' 'cryptsetup' 'intltool' 'linux-api-headers') optdepends=('cryptsetup: required for encrypted block devices' 'dbus-python: systemd-analyze' 'initscripts: legacy support for hostname and vconsole setup' @@ -28,9 +28,13 @@ backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf etc/systemd/systemd-logind.conf) install=systemd.install source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz" - "os-release") + "os-release" + '0001-tmpfiles-fix-parsing-of-proc-net-unix-on-32Bit-machi.patch' + '0001-units-make-sure-syslog-socket-goes-away-early-during.patch') md5sums=('68c66dce5a28c0efd7c210af5d11efed' - '752636def0db3c03f121f8b4f44a63cd') + '752636def0db3c03f121f8b4f44a63cd' + '07437e70be65ef14fd4f13c5ec5bd1fe' + 'c567ce597f68c07b9bc5b7e835f80f7d') build() { cd "$pkgname-$pkgver" @@ -40,13 +44,14 @@ build() { sed -i -e '/^Environ.*LANG/s/^/#/' \ -e '/^ExecStart/s/agetty/& -8/' units/getty@.service.m4 + patch -Np1 < "$srcdir/0001-tmpfiles-fix-parsing-of-proc-net-unix-on-32Bit-machi.patch" + patch -Np1 < "$srcdir/0001-units-make-sure-syslog-socket-goes-away-early-during.patch" ./configure --sysconfdir=/etc \ --libexecdir=/usr/lib \ --libdir=/usr/lib \ --localstatedir=/var \ - --with-rootprefix= \ - --with-rootlibdir=/lib + --with-rootprefix= make -- cgit v1.2.3-54-g00ecf