Date: Tuesday, November 17, 2015 @ 15:53:36 Author: fyan Revision: 146991
addpkg: gtk-engine-unico 1.0.2-1 Modified: gtk-engine-unico/trunk/PKGBUILD ----------+ PKGBUILD | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-17 14:44:52 UTC (rev 146990) +++ PKGBUILD 2015-11-17 14:53:36 UTC (rev 146991) @@ -1,31 +1,31 @@ # $Id$ -# Maintainer: Maxime Gauduin <[email protected]> -# Maintainer: Bartlomiej Piotrowski <[email protected]> -# Contributor: Hilinus <itahilinus[at]hotmail[dot]it> +# Maintainer: Felix Yan <[email protected]> +# Contributor: Dan Panzarella <[email protected]> pkgname=gtk-engine-unico pkgver=1.0.2 -pkgrel=6 -pkgdesc='Unico GTK3 theme engine' +pkgrel=1 +pkgdesc="New GTK+ 3.0 theming engine by Andrea Cimitan" arch=('i686' 'x86_64') -url='https://launchpad.net/unico' +url="https://launchpad.net/unico" license=('GPL') -depends=('gtk3') -makedepends=('gnome-common') -source=("gtk-engine-unico-139.tar.gz::http://bazaar.launchpad.net/~unico-team/unico/trunk/tarball/139") -sha256sums=('SKIP') +depends=("gtk3") +makedepends=("gnome-common") +source=("http://launchpad.net/unico/1.0/$pkgver/+download/unico-$pkgver.tar.gz") +md5sums=('19fb3ecc36d4d13b4a76e26a4ebd6412') +options=(!libtool) + build() { - cd ~unico-team/unico/trunk - - ./autogen.sh --prefix='/usr' --disable-static + cd unico-$pkgver + + ./configure --prefix=/usr --disable-static make } package() { - cd ~unico-team/unico/trunk - - make DESTDIR="${pkgdir}" install + cd unico-$pkgver + make DESTDIR=${pkgdir} install } -# vim: ts=2 sw=2 et: +# vim:set ts=2 sw=2 et:
