mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/systemd to 223-1
This commit is contained in:
parent
ec62263208
commit
f833eaa979
1 changed files with 7 additions and 4 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue