New packages: python-cups-1.9.66, replaces pycups (python2-only); python-smbc-1.0.14.1, replaces pysmbc (python2-only)
Revbump system-config-printer.
This commit is contained in:
parent
dfc01eccb4
commit
8a73269946
|
@ -1,13 +0,0 @@
|
|||
# Template file for 'pycups'
|
||||
pkgname=pycups
|
||||
version=1.9.62
|
||||
revision=1
|
||||
build_style=python-module
|
||||
hostmakedepends="python"
|
||||
makedepends="python-devel cups-devel"
|
||||
short_desc="Python CUPS bindings"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://cyberelk.net/tim/software/pycups/"
|
||||
license="GPL-2"
|
||||
distfiles="http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=7cad7d676d6e4b759d07ecefe2519cb438a7d074e67b4103efdeff8247cc51ab
|
|
@ -1,13 +0,0 @@
|
|||
# Template file for 'pysmbc'
|
||||
pkgname=pysmbc
|
||||
version=1.0.13
|
||||
revision=1
|
||||
build_style=python-module
|
||||
hostmakedepends="python"
|
||||
makedepends="python-devel samba-devel"
|
||||
short_desc="Python bindings for libsmbclient"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://pypi.python.org/pypi/pysmbc/"
|
||||
license="GPL-2"
|
||||
distfiles="http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=479fbb70d97fb64208d95975dc745f06f75661f954a8cbb988fe8b5bce4f379b
|
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'python-cups'
|
||||
pkgname=python-cups
|
||||
version=1.9.66
|
||||
revision=1
|
||||
wrksrc="pycups-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python"
|
||||
makedepends="python-devel cups-devel"
|
||||
replaces="pycups>=0"
|
||||
short_desc="Python2 CUPS bindings"
|
||||
homepage="http://cyberelk.net/tim/software/pycups/"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://cyberelk.net/tim/data/pycups/pycups-${version}.tar.bz2"
|
||||
checksum=cdde311fb375c827fb357665248c153000bc62b407bca281a9ea21772911680a
|
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'python-smbc'
|
||||
pkgname=python-smbc
|
||||
version=1.0.14.1
|
||||
revision=1
|
||||
wrksrc="pysmbc-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="pkg-config python"
|
||||
makedepends="python-devel samba-devel"
|
||||
replaces="pysmbc>=0"
|
||||
short_desc="Python2 bindings for libsmbclient"
|
||||
homepage="https://pypi.python.org/pypi/pysmbc/"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://pypi.python.org/packages/source/p/pysmbc/pysmbc-${version}.tar.bz2"
|
||||
checksum=cce3cd7d124a145e434eb580b1ac3aa78359a5ace200e0a937ec3ae2bad387ab
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'system-config-printer'
|
||||
pkgname=system-config-printer
|
||||
version=1.4.4
|
||||
revision=4
|
||||
revision=5
|
||||
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 xmlto desktop-file-utils"
|
||||
makedepends="gtk+3-devel cups-devel libusb-devel systemd-devel
|
||||
pycups python-dbus notify-python python-curl pysmbc python-gobject gir-freedesktop
|
||||
gnome-keyring"
|
||||
depends="python pycups python-dbus notify-python pycurl pysmbc python-gobject
|
||||
python-cups python-dbus notify-python python-curl python-smbc python-gobject
|
||||
gir-freedesktop gnome-keyring"
|
||||
depends="python python-cups python-dbus notify-python python-curl python-smbc
|
||||
python-gobject gir-freedesktop gnome-keyring"
|
||||
pycompile_module="cupshelpers"
|
||||
pycompile_dirs="/usr/share/system-config-printer"
|
||||
short_desc="A CUPS printer configuration tool and status applet"
|
||||
|
|
Loading…
Reference in New Issue