diff --git a/srcpkgs/pycups/template b/srcpkgs/pycups/template deleted file mode 100644 index fd187a5f77e..00000000000 --- a/srcpkgs/pycups/template +++ /dev/null @@ -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 " -homepage="http://cyberelk.net/tim/software/pycups/" -license="GPL-2" -distfiles="http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${version}.tar.bz2" -checksum=7cad7d676d6e4b759d07ecefe2519cb438a7d074e67b4103efdeff8247cc51ab diff --git a/srcpkgs/pysmbc/template b/srcpkgs/pysmbc/template deleted file mode 100644 index 1b71b1b5d2e..00000000000 --- a/srcpkgs/pysmbc/template +++ /dev/null @@ -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 " -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 diff --git a/srcpkgs/python-cups/template b/srcpkgs/python-cups/template new file mode 100644 index 00000000000..7ee02d38e5f --- /dev/null +++ b/srcpkgs/python-cups/template @@ -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 " +distfiles="http://cyberelk.net/tim/data/pycups/pycups-${version}.tar.bz2" +checksum=cdde311fb375c827fb357665248c153000bc62b407bca281a9ea21772911680a diff --git a/srcpkgs/python-smbc/template b/srcpkgs/python-smbc/template new file mode 100644 index 00000000000..de8b92a0398 --- /dev/null +++ b/srcpkgs/python-smbc/template @@ -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 " +distfiles="http://pypi.python.org/packages/source/p/pysmbc/pysmbc-${version}.tar.bz2" +checksum=cce3cd7d124a145e434eb580b1ac3aa78359a5ace200e0a937ec3ae2bad387ab diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template index 9f96987e568..43923b1c134 100644 --- a/srcpkgs/system-config-printer/template +++ b/srcpkgs/system-config-printer/template @@ -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"