diff options
author | root <root@rshg047.dnsready.net> | 2011-06-17 23:02:42 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-17 23:02:42 +0000 |
commit | e96f6ac6e912185a495a99af2b0d51b73bd1d044 (patch) | |
tree | dbd018fc8e267c419876cd604cebed805287bf6c /community/systemd/PKGBUILD | |
parent | 1fcb176285908c33aca3b0f5cb703ec098e5440c (diff) |
Fri Jun 17 23:02:42 UTC 2011
Diffstat (limited to 'community/systemd/PKGBUILD')
-rw-r--r-- | community/systemd/PKGBUILD | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/community/systemd/PKGBUILD b/community/systemd/PKGBUILD index 0016127b2..0efa9c6d0 100644 --- a/community/systemd/PKGBUILD +++ b/community/systemd/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 47976 2011-05-26 18:14:34Z dreisner $ +# $Id: PKGBUILD 49447 2011-06-16 13:09:25Z dreisner $ # Maintainer: Dave Reisner <d@falconindy.com> pkgname=systemd -pkgver=28 +pkgver=29 pkgrel=1 pkgdesc="Session and Startup manager" arch=('i686' 'x86_64') url="http://www.freedesktop.org/wiki/Software/systemd" license=('GPL2') -depends=('dbus-core' 'initscripts' 'sysvinit' 'util-linux>=2.19') +depends=('dbus-core' 'sysvinit' 'util-linux>=2.19') makedepends=('docbook-xsl' 'libxslt' 'cryptsetup' 'gtk2' 'libnotify') optdepends=('cryptsetup: required for encrypted block devices' 'dbus-python: systemd-analyze' 'gtk2: systemadm' + 'initscripts: legacy support for hostname and vconsole setup' 'initscripts-systemd: native boot and initialization scripts' 'libnotify: systemadm' 'python2-cairo: systemd-analyze' @@ -27,7 +28,7 @@ backup=(etc/systemd/system.conf install=systemd.install source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.bz2" "os-release") -md5sums=('be37500f576a0494f82fed7fa47cc306' +md5sums=('e91ffd208c5f03e5c11966eee7b684b0' '752636def0db3c03f121f8b4f44a63cd') build() { @@ -50,15 +51,11 @@ package() { make DESTDIR="$pkgdir" install install -Dm644 "$srcdir/os-release" "$pkgdir/etc/os-release" - install -dm755 "$pkgdir/etc/modules-load.d" printf "d /run/console 755 root root\n" > "$pkgdir/etc/tmpfiles.d/console.conf" # fix systemd-analyze for python2 sed -i '1s/python$/python2/' "$pkgdir/usr/bin/systemd-analyze" - # install target doesn't bring in plymouth units - install -m644 units/plymouth-* "$pkgdir/lib/systemd/system" - # rename man pages to avoid conflicts with sysvinit cd "$pkgdir/usr/share/man/man8" for manpage in telinit halt reboot poweroff runlevel shutdown; do |