summaryrefslogtreecommitdiff
path: root/testing/systemd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-11 23:14:54 +0000
committerroot <root@rshg054.dnsready.net>2012-02-11 23:14:54 +0000
commitcfceb92e73d7f6a32494f0ba258b98748af43f34 (patch)
tree56f71bc4b93aa78486f4e0e0b0c5250ea977f114 /testing/systemd
parent9d1489b877a1fa7c2674cf1f744804db42d93bfc (diff)
Sat Feb 11 23:14:53 UTC 2012
Diffstat (limited to 'testing/systemd')
-rw-r--r--testing/systemd/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/testing/systemd/PKGBUILD b/testing/systemd/PKGBUILD
index b601f58a2..383786889 100644
--- a/testing/systemd/PKGBUILD
+++ b/testing/systemd/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 149698 2012-02-09 03:31:55Z dreisner $
+# $Id: PKGBUILD 149810 2012-02-11 02:14:31Z dreisner $
# Maintainer: Dave Reisner <dreisner@archlinux.org>
pkgname=systemd
-pkgver=41
+pkgver=42
pkgrel=1
pkgdesc="Session and Startup manager"
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
license=('GPL2')
depends=('acl' 'dbus-core' 'kbd' 'kmod' 'libcap' 'util-linux' 'udev' 'xz')
-makedepends=('gperf' 'cryptsetup' 'intltool' 'linux-api-headers')
+makedepends=('gperf' 'cryptsetup' 'docbook-xsl' 'intltool' 'libxslt' 'linux-api-headers')
optdepends=('cryptsetup: required for encrypted block devices'
'dbus-python: systemd-analyze'
'initscripts: legacy support for hostname and vconsole setup'
@@ -29,7 +29,7 @@ backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf
install="$pkgname.install"
source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"
"os-release")
-md5sums=('a73b50aeccaee088bf816e773fb4d0b8'
+md5sums=('7686b44e368d2523901d3e903ed4dcea'
'752636def0db3c03f121f8b4f44a63cd')
build() {
@@ -71,6 +71,9 @@ package() {
# rename man pages to avoid conflicts with sysvinit and initscripts
cd "$pkgdir/usr/share/man"
+ # not building this with systemd
+ rm -f "man1/systemadm.1"
+
manpages=(man8/{telinit,halt,reboot,poweroff,runlevel,shutdown}.8
man5/{hostname,{vconsole,locale}.conf}.5)