system-config-printer: needs gir-freedesktop and gnome-keyring at run-time.

This commit is contained in:
Juan RP 2013-05-27 20:09:52 +02:00
parent 3d6f8c7cf0
commit e936589b72

View file

@ -1,14 +1,15 @@
# Template file for 'system-config-printer' # Template file for 'system-config-printer'
pkgname=system-config-printer pkgname=system-config-printer
version=1.4.1 version=1.4.1
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-udev-rules" configure_args="--with-udev-rules"
make_build_args="udevhelperdir=/usr/lib/udev" make_build_args="udevhelperdir=/usr/lib/udev"
make_install_args="udevhelperdir=/usr/lib/udev udevrulesdir=/usr/lib/udev/rules.d" make_install_args="udevhelperdir=/usr/lib/udev udevrulesdir=/usr/lib/udev/rules.d"
hostmakedepends="pkg-config intltool xmlto desktop-file-utils" hostmakedepends="pkg-config intltool xmlto desktop-file-utils"
makedepends="gtk+3-devel cups-devel libusbx-devel systemd-devel 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" short_desc="A CUPS printer configuration tool and status applet"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
@ -19,7 +20,8 @@ checksum=4e22413f3581fc1cf38af648573fa90bb7783a2c3b8be3aadf47beda101e04f8
system-config-printer_package() { system-config-printer_package() {
pycompile_module="cupshelpers" pycompile_module="cupshelpers"
pycompile_dirs="/usr/share/system-config-printer" 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() { pkg_install() {
vmove all vmove all
} }