summaryrefslogtreecommitdiff
path: root/libre/systemd
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-30 04:44:00 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-30 04:44:00 -0300
commit6a9553273d47aba5e995be19f7044b08f58e3bbb (patch)
tree47a756941f20bf6c279c82690001952332c8b61a /libre/systemd
parenta554332d7c4b9a21043c910c627e39c376540a0f (diff)
systemd-223-1.parabola1: updating version
Diffstat (limited to 'libre/systemd')
-rw-r--r--libre/systemd/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD
index 11a63eba5..01aaa45af 100644
--- a/libre/systemd/PKGBUILD
+++ b/libre/systemd/PKGBUILD
@@ -4,14 +4,14 @@
pkgbase=systemd
pkgname=systemd
-pkgver=222
+pkgver=223
pkgrel=1.parabola1
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-libre-api-headers'
- 'python' 'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git')
+ 'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git')
options=('strip' 'debug')
source=("git://github.com/systemd/systemd.git#tag=v$pkgver"
"https://repo.parabola.nu/other/systemd/splash-parabola.bmp"
@@ -31,6 +31,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
}
@@ -65,8 +69,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'