[arch-commits] Commit in gtk-engine-unico/trunk (PKGBUILD)

Maxime Gauduin alucryd at nymeria.archlinux.org
Wed Jul 2 09:37:59 UTC 2014


    Date: Wednesday, July 2, 2014 @ 11:37:58
  Author: alucryd
Revision: 114619

upgpkg: gtk-engine-unico 1.0.2-4

Modified:
  gtk-engine-unico/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-02 09:31:40 UTC (rev 114618)
+++ PKGBUILD	2014-07-02 09:37:58 UTC (rev 114619)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer:  Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Maintainer: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
 # Contributor: Hilinus <itahilinus[at]hotmail[dot]it>
 
 pkgname=gtk-engine-unico
 pkgver=1.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Unico GTK3 theme engine'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/unico'
@@ -11,16 +12,20 @@
 license=('GPL')
 depends=('gtk3')
 makedepends=('gnome-common')
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-139.tar.xz)
-md5sums=('a451cf9e3d6b092a2fbeb424d0436dd3')
+source=("${url}/${pkgver%.?}/${pkgver}/+download/unico-${pkgver}.tar.gz")
+sha256sums=('525a12012ffff79bbb5405eb0d27a084dfc7ff9cabd9b7c4f8872b759312311b')
 
 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:




More information about the arch-commits mailing list