[arch-commits] Commit in gnome-themes-standard/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Mar 9 01:36:28 UTC 2012


    Date: Thursday, March 8, 2012 @ 20:36:28
  Author: heftig
Revision: 152713

3.3.91

Modified:
  gnome-themes-standard/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-09 01:17:54 UTC (rev 152712)
+++ PKGBUILD	2012-03-09 01:36:28 UTC (rev 152713)
@@ -2,28 +2,29 @@
 # Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
 
 pkgname=gnome-themes-standard
-pkgver=3.2.1
+pkgver=3.3.91
 pkgrel=1
 pkgdesc="Default themes for the GNOME desktop"
 arch=('i686' 'x86_64')
-url="http://abattis.org/cantarell/"
+url="http://www.gnome.org"
 license=('GPL2')
 depends=('cantarell-fonts' 'ttf-dejavu' 'gtk3' 'gtk-engines' 'librsvg')
 makedepends=('intltool')
 groups=('gnome')
 replaces=('gnome-themes')
 conflicts=('gnome-themes')
-source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-${pkgver}.tar.xz)
-sha256sums=('ab9e7f6001f4f18420df6a66407ace4340ee815b31e571bc55de7983370e26f3')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5047414bf27142bf194481124801679c37a4a711ceee09951f5492d2127e2960')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="${pkgdir}" install
 }
 




More information about the arch-commits mailing list