diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template index 2b0f7a6fda..cf86c08c23 100644 --- a/srcpkgs/system-config-printer/template +++ b/srcpkgs/system-config-printer/template @@ -1,14 +1,15 @@ # Template file for 'system-config-printer' pkgname=system-config-printer version=1.4.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-udev-rules" make_build_args="udevhelperdir=/usr/lib/udev" make_install_args="udevhelperdir=/usr/lib/udev udevrulesdir=/usr/lib/udev/rules.d" hostmakedepends="pkg-config intltool xmlto desktop-file-utils" makedepends="gtk+3-devel cups-devel libusbx-devel systemd-devel - pycups dbus-python notify-python pycurl pysmbc pygobject" + pycups dbus-python notify-python pycurl pysmbc pygobject gir-freedesktop + gnome-keyring" short_desc="A CUPS printer configuration tool and status applet" maintainer="Juan RP " license="GPL-2" @@ -19,7 +20,8 @@ checksum=4e22413f3581fc1cf38af648573fa90bb7783a2c3b8be3aadf47beda101e04f8 system-config-printer_package() { pycompile_module="cupshelpers" pycompile_dirs="/usr/share/system-config-printer" - depends="python pycups dbus-python notify-python pycurl pysmbc pygobject" + depends="python pycups dbus-python notify-python pycurl pysmbc pygobject + gir-freedesktop gnome-keyring" pkg_install() { vmove all }