diff --git a/srcpkgs/systemd/systemd.rshlibs b/srcpkgs/systemd/systemd.rshlibs index 4441c3f866..598b444d3e 100644 --- a/srcpkgs/systemd/systemd.rshlibs +++ b/srcpkgs/systemd/systemd.rshlibs @@ -1,3 +1,4 @@ +libqrencode.so.3 libudev.so.1 libpam.so.0 libcap.so.2 diff --git a/srcpkgs/systemd/template b/srcpkgs/systemd/template index 7b900cecda..b3eadd6ec3 100644 --- a/srcpkgs/systemd/template +++ b/srcpkgs/systemd/template @@ -1,7 +1,7 @@ # Template file for 'systemd' pkgname=systemd version=194 -revision=6 +revision=7 build_style=gnu-configure configure_args="--with-distro=other --libexecdir=/usr/lib --disable-selinux --disable-tcpwrap --with-rootprefix=/usr @@ -11,7 +11,8 @@ configure_args="--with-distro=other --libexecdir=/usr/lib depends="dbus run-parts kbd>=1.15.3_5 systemd-libs>=${version}_${revision}" makedepends="pkg-config intltool gperf libxslt docbook-xsl acl-devel pam-devel dbus-devel libcap-devel libkmod-devel liblzma-devel cryptsetup-devel - libblkid-devel glib-devel libgcrypt-devel python-devel gobject-introspection" + libblkid-devel glib-devel libgcrypt-devel python-devel qrencode-devel + gobject-introspection" short_desc="A system and service manager for Linux" maintainer="Juan RP " homepage="http://www.freedesktop.org/wiki/Software/systemd"