[arch-commits] Commit in systemd/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Sat Feb 11 02:14:17 UTC 2012


    Date: Friday, February 10, 2012 @ 21:14:17
  Author: dreisner
Revision: 149809

upgpkg: systemd 42-1

- add libxslt/docbook-xsl as makedeps to build manpages

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-11 00:01:15 UTC (rev 149808)
+++ PKGBUILD	2012-02-11 02:14:17 UTC (rev 149809)
@@ -2,14 +2,14 @@
 # Maintainer: Dave Reisner <dreisner at 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 @@
 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 @@
   # 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)
 




More information about the arch-commits mailing list