core/systemd to 223-1

This commit is contained in:
Kevin Mihelich 2015-07-30 12:05:41 +00:00
parent ec62263208
commit f833eaa979

View file

@ -7,14 +7,14 @@
pkgbase=systemd
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
pkgver=222
pkgver=223
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam'
'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt'
'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers'
'python' 'python-lxml' 'quota-tools' 'shadow' 'git')
'python-lxml' 'quota-tools' 'shadow' 'git')
options=('strip' 'debug')
source=("git://github.com/systemd/systemd.git#tag=v$pkgver"
'initcpio-hook-udev'
@ -34,6 +34,10 @@ md5sums=('SKIP'
prepare() {
cd "$pkgname"
# networkd: fix size of networkd binary
# https://github.com/systemd/systemd/commit/6870b4156377
git cherry-pick -n 6870b4156377
./autogen.sh
}
@ -70,8 +74,7 @@ package_systemd() {
provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
replaces=('nss-myhostname' 'systemd-tools' 'udev')
conflicts=('nss-myhostname' 'systemd-tools' 'udev')
optdepends=('python: systemd library bindings'
'cryptsetup: required for encrypted block devices'
optdepends=('cryptsetup: required for encrypted block devices'
'libmicrohttpd: remote journald capabilities'
'quota-tools: kernel-level quota management'
'systemd-sysvcompat: symlink package to provide sysvinit binaries'