diff options
author | root <root@rshg054.dnsready.net> | 2011-09-01 23:14:36 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-01 23:14:36 +0000 |
commit | eb3d40c72c9dd19f6a5ef79b41e9d8ba73ccd928 (patch) | |
tree | 8b84e75352e1becac08cfc404361e88753b5daac /community/systemd/PKGBUILD | |
parent | 31f40feaa17912cf0ebfa72dd9368264633b3830 (diff) |
Thu Sep 1 23:14:36 UTC 2011
Diffstat (limited to 'community/systemd/PKGBUILD')
-rw-r--r-- | community/systemd/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/community/systemd/PKGBUILD b/community/systemd/PKGBUILD index c5c34f94e..8c3abd375 100644 --- a/community/systemd/PKGBUILD +++ b/community/systemd/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 54794 2011-08-25 17:29:00Z dreisner $ +# $Id: PKGBUILD 55043 2011-09-01 00:45:34Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> pkgname=systemd -pkgver=34 +pkgver=35 pkgrel=1 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') -makedepends=('docbook-xsl' 'libxslt' 'cryptsetup' 'gtk2' 'intltool' 'libnotify' 'gperf') +makedepends=('docbook-xsl' 'gperf' 'libxslt' 'cryptsetup' 'gtk2' 'intltool' 'libnotify') optdepends=('cryptsetup: required for encrypted block devices' 'dbus-python: systemd-analyze' 'gtk2: systemadm' @@ -31,7 +31,7 @@ backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf install=systemd.install source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.bz2" "os-release") -md5sums=('35761c50d5fe8fa8d15a3c651ab8bace' +md5sums=('6b37b385d22f28c184a04a4e6c3c69b4' '752636def0db3c03f121f8b4f44a63cd') build() { @@ -44,7 +44,7 @@ build() { ./configure --prefix=/usr \ --sysconfdir=/etc \ - --libexecdir=/usr/lib \ + --libexecdir=/usr/lib/systemd \ --libdir=/usr/lib \ --localstatedir=/var \ --with-rootdir= \ @@ -74,5 +74,4 @@ package() { for manpage in telinit halt reboot poweroff runlevel shutdown; do mv {,systemd.}"$manpage.8" done - } |