diff --git a/srcpkgs/libgudev/template b/srcpkgs/libgudev/template index ca034ea16ae..365de27afc7 100644 --- a/srcpkgs/libgudev/template +++ b/srcpkgs/libgudev/template @@ -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" diff --git a/srcpkgs/systemd/template b/srcpkgs/systemd/template index 9dba9b83f5c..d28a16513b1 100644 --- a/srcpkgs/systemd/template +++ b/srcpkgs/systemd/template @@ -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 " 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"