40 lines
1.4 KiB
Bash
40 lines
1.4 KiB
Bash
# Template file for 'system-config-printer'
|
|
pkgname=system-config-printer
|
|
version=1.5.11
|
|
revision=4
|
|
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 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"
|
|
pycompile_version="$py3_ver"
|
|
pycompile_dirs="usr/share/system-config-printer"
|
|
short_desc="CUPS printer configuration tool and status applet"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/zdohnal/system-config-printer"
|
|
distfiles="${homepage}/releases/download/${version}/system-config-printer-${version}.tar.gz"
|
|
checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
|
|
|
|
python3-cupshelpers_package() {
|
|
noarch=yes
|
|
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*"
|
|
}
|
|
}
|
|
|
|
system-config-printer-udev_package() {
|
|
depends="python3-cupshelpers"
|
|
short_desc="CUPS printer configuration tool (udev integration)"
|
|
pkg_install() {
|
|
vmove usr/lib/udev
|
|
}
|
|
}
|