diff options
author | root <root@rshg054.dnsready.net> | 2011-08-26 23:14:46 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-26 23:14:46 +0000 |
commit | d7d02f7c02a5c761e8a64df49598ae976640e450 (patch) | |
tree | f41444c598b244dfd14037b50bdccf3f9cf5d50e /community/systemd | |
parent | 9621cbabd4788b98dfdee59d784c4b4b58384c6b (diff) |
Fri Aug 26 23:14:45 UTC 2011
Diffstat (limited to 'community/systemd')
-rw-r--r-- | community/systemd/PKGBUILD | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/community/systemd/PKGBUILD b/community/systemd/PKGBUILD index 9d6c1d110..c5c34f94e 100644 --- a/community/systemd/PKGBUILD +++ b/community/systemd/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 54516 2011-08-19 14:57:25Z dreisner $ +# $Id: PKGBUILD 54794 2011-08-25 17:29:00Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> pkgname=systemd -pkgver=33 -pkgrel=3 +pkgver=34 +pkgrel=1 pkgdesc="Session and Startup manager" arch=('i686' 'x86_64') url="http://www.freedesktop.org/wiki/Software/systemd" @@ -30,11 +30,9 @@ 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.bz2" - "os-release" - 0001-convert-int-to-boolean-for-dbus_bool_t.patch) -md5sums=('361cad7c3debbdd81c211527509ba181' - '752636def0db3c03f121f8b4f44a63cd' - '299c03fa55628af7fdff5955ca4e48ea') + "os-release") +md5sums=('35761c50d5fe8fa8d15a3c651ab8bace' + '752636def0db3c03f121f8b4f44a63cd') build() { cd "$srcdir/$pkgname-$pkgver" @@ -44,9 +42,6 @@ build() { sed -i -e '/^Environ.*LANG/s/^/#/' \ -e '/^ExecStart/s/agetty/& -8/' units/getty@.service.m4 - # fix ABRT on `systemctl enable <unit-with-Also>' - patch -Np1 < "$srcdir/0001-convert-int-to-boolean-for-dbus_bool_t.patch" - ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ |