diff --git a/srcpkgs/systemd/libgudev.template b/srcpkgs/systemd/libgudev.template index 246121890c4..d775fc2508e 100644 --- a/srcpkgs/systemd/libgudev.template +++ b/srcpkgs/systemd/libgudev.template @@ -1,6 +1,7 @@ # Template file for 'libgudev'. # short_desc="GObject-based wrapper library for libudev" +depends="libudev>=${version}" do_install() { vmove "usr/lib/libgudev*.so*" usr/lib diff --git a/srcpkgs/systemd/template b/srcpkgs/systemd/template index 51173aa14dc..a7ad89c1ee7 100644 --- a/srcpkgs/systemd/template +++ b/srcpkgs/systemd/template @@ -1,7 +1,7 @@ # Template file for 'systemd' pkgname=systemd version=198 -revision=1 +revision=2 build_style=gnu-configure configure_args="--libexecdir=/usr/lib --disable-selinux --disable-tcpwrap --with-rootprefix=/usr @@ -31,6 +31,7 @@ conf_files=" /etc/systemd/user.conf /etc/systemd/journald.conf /etc/systemd/logind.conf +/etc/systemd/bootchart.conf /etc/udev/udev.conf" if [ -n "$XBPS_CROSS_TRIPLET" ]; then