system-config-printer: update to 1.5.13.
This commit is contained in:
parent
a6a31abb35
commit
118e10d19a
1 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'system-config-printer'
|
||||
pkgname=system-config-printer
|
||||
version=1.5.11
|
||||
revision=7
|
||||
version=1.5.13
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
pycompile_dirs="usr/share/system-config-printer"
|
||||
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"
|
||||
|
@ -10,19 +11,17 @@ hostmakedepends="pkg-config intltool python3-devel xmlto desktop-file-utils"
|
|||
makedepends="libglib-devel cups-devel eudev-libudev-devel libusb-devel"
|
||||
depends="python3-cupshelpers python3-smbc python3-gobject gir-freedesktop
|
||||
libnotify gtk+3 dconf desktop-file-utils libsecret"
|
||||
python_version=3
|
||||
pycompile_dirs="usr/share/system-config-printer"
|
||||
short_desc="CUPS printer configuration tool and status applet"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/OpenPrinting/system-config-printer"
|
||||
distfiles="${homepage}/releases/download/${version}/system-config-printer-${version}.tar.gz"
|
||||
checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
|
||||
distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=eea3f06448aa5bb5fa0decdf9b912aefd21e3bd6615fc3e77b349ca443dcb8a1
|
||||
python_version=3
|
||||
|
||||
python3-cupshelpers_package() {
|
||||
depends="python3-cups python3-dbus python3-requests"
|
||||
short_desc="Python utility modules around the CUPS printing system"
|
||||
pycompile_module="cupshelpers"
|
||||
pkg_install() {
|
||||
vmove etc/cupshelpers
|
||||
vmove "usr/lib/python3*"
|
||||
|
|
Loading…
Reference in a new issue