systemd: update to v208-stable 722b700.

This commit is contained in:
Juan RP 2014-06-26 22:21:54 +02:00
parent 61505bad56
commit 9b2ab175b9
2 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ unset -f libudev_package libudev-devel_package post_install
pkgname=libgudev
version=208
revision=8
revision=10
configure_args+=" --enable-gudev --with-python"
hostmakedepends+=" glib-devel python-devel"

View File

@ -2,12 +2,13 @@
#
# We use the v208 stable branch, which is the branch that does not use IFUNC.
_gitbranch="v208-stable"
_gitcommit="bae1169dbfc807f7294c5ca18229a59976aa828f"
_gitcommit="722b7000a9973c9f3460fd5c41dfd613041a0976"
_gitshort="${_gitcommit:0:7}"
pkgname=systemd
version=208
revision=9
short_desc="A system and service manager for Linux"
revision=10
short_desc="A system and service manager for Linux (${_gitbranch} ${_gitshort})"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.freedesktop.org/wiki/Software/systemd"
license="LGPL-2.1, GPL-2, MIT"
@ -17,8 +18,7 @@ configure_args="--libexecdir=/usr/lib --with-rootprefix=/usr
--disable-selinux --with-sysvinit-path= --with-sysvrcnd-path=
--with-rc-local-script-path-start= --with-rc-local-script-path-stop=
--disable-audit --disable-static --disable-ima --disable-gudev
--disable-introspection --without-python
--with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr"
--disable-introspection --without-python"
hostmakedepends="automake gettext-devel libtool which pkg-config
intltool gperf libxslt docbook-xsl libgcrypt-devel"