summaryrefslogtreecommitdiff
path: root/community/systemd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/systemd/PKGBUILD')
-rw-r--r--community/systemd/PKGBUILD17
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 \