Date: Tuesday, November 29, 2016 @ 21:53:21 Author: andyrtr Revision: 282361
prepare next release, release tarball misses builf file - ftbs Modified: system-config-printer/trunk/PKGBUILD ----------+ PKGBUILD | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-29 21:47:10 UTC (rev 282360) +++ PKGBUILD 2016-11-29 21:53:21 UTC (rev 282361) @@ -3,10 +3,10 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=system-config-printer -pkgver=1.5.7 -pkgrel=2 +pkgver=1.5.8 +pkgrel=1 pkgdesc="A CUPS printer configuration tool and status applet" -url="http://cyberelk.net/tim/software/system-config-printer/" +url="https://github.com/zdohnal/system-config-printer" arch=('i686' 'x86_64') license=('GPL') depends=('python-pycups' 'python-dbus' 'python-pycurl' 'libnotify' @@ -16,12 +16,20 @@ 'python-pysmbc: SMB browser support' 'python-packagekit: to install drivers with PackageKit' 'cups-pk-helper: PolicyKit helper to configure cups with fine-grained privileges') -source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig}) -md5sums=('1a0c6a4566a5479733945f6db32d6f00' - 'SKIP') -validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3' #Tim Waugh <[email protected]> <[email protected]> - '4629AFE960EC20BEC12E3104B7C20D079491EA63') #Tim Waugh <[email protected]> +#source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig}) +source=(https://github.com/zdohnal/system-config-printer/archive/${pkgver}.tar.gz) +sha256sums=('0516a2cf91d1fbdd04b378f32c73d44e6b1b22ac70e66bc2267066d612a96562') +#validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3' #Tim Waugh <[email protected]> <[email protected]> +# '4629AFE960EC20BEC12E3104B7C20D079491EA63') #Tim Waugh <[email protected]> +prepare() { + cd ${pkgname}-${pkgver} + aclocal + autoconf +# autoheader + automake --add-missing +} + build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr \
