system-config-printer: update to 1.5.4
- switch to python3 (required) - update deps - add systemd build option (off)
This commit is contained in:
parent
b661e38074
commit
9b7577e773
1 changed files with 13 additions and 9 deletions
|
@ -1,17 +1,21 @@
|
|||
# Template file for 'system-config-printer'
|
||||
pkgname=system-config-printer
|
||||
version=1.4.4
|
||||
revision=6
|
||||
version=1.5.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_options="systemd"
|
||||
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 libusb-devel systemd-devel
|
||||
python-cups python-dbus python-notify python-curl python-smbc python-gobject
|
||||
gir-freedesktop gnome-keyring"
|
||||
depends="python python-cups python-dbus python-notify python-curl python-smbc
|
||||
python-gobject gir-freedesktop gnome-keyring"
|
||||
python_versions="3.4"
|
||||
hostmakedepends="pkg-config intltool python3.4-devel xmlto desktop-file-utils"
|
||||
makedepends="
|
||||
glib-devel cups-devel eudev-libudev-devel libusb-devel $(vopt_if systemd systemd-devel)"
|
||||
depends="
|
||||
python3.4-cups python3.4-dbus python3.4-curl python3.4-smbc python3.4-gobject
|
||||
gir-freedesktop libnotify gtk+3 gnome-icon-theme libgnome-keyring polkit-gnome
|
||||
dconf desktop-file-utils"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="cupshelpers"
|
||||
pycompile_dirs="/usr/share/system-config-printer"
|
||||
short_desc="A CUPS printer configuration tool and status applet"
|
||||
|
@ -19,4 +23,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://cyberelk.net/tim/software/system-config-printer/"
|
||||
distfiles="http://cyberelk.net/tim/data/${pkgname}/${version%*.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=4200c1a7b44dff9f04badfe14514b1fa144878e142fb0858dedf34575eb7254e
|
||||
checksum=fedb98cd4bcebb5ca423c1b431fad81c128d7f3f089017ccf385c0433c074603
|
||||
|
|
Loading…
Reference in a new issue