27 lines
1.2 KiB
Bash
27 lines
1.2 KiB
Bash
# Template file for 'system-config-printer'
|
|
pkgname=system-config-printer
|
|
version=1.5.5
|
|
revision=2
|
|
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"
|
|
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
|
|
python3.4-requests 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"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
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=b000e47d0a18b436eda73d0826b4e1447eeedf609bea4dd9325e6c35f2e99a98
|