[arch-commits] Commit in gnome-themes-extras/trunk (PKGBUILD gorilla.patch)

Jan de Groot jgc at archlinux.org
Sat Jun 28 20:08:57 UTC 2008


    Date: Saturday, June 28, 2008 @ 16:08:57
  Author: jgc
Revision: 3680

upgpkg: gnome-themes-extras 2.22.0-1

Modified:
  gnome-themes-extras/trunk/PKGBUILD
Deleted:
  gnome-themes-extras/trunk/gorilla.patch

---------------+
 PKGBUILD      |   12 ++++++------
 gorilla.patch |   20 --------------------
 2 files changed, 6 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-28 19:59:57 UTC (rev 3679)
+++ PKGBUILD	2008-06-28 20:08:57 UTC (rev 3680)
@@ -1,21 +1,21 @@
 # $Id$
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=gnome-themes-extras
-pkgver=2.20
+pkgver=2.22.0
 pkgrel=1
 pkgdesc="Extra themes for GNOME2"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gtk-engines>=2.12.1' 'librsvg>=2.18.2')
+depends=('gtk-engines>=2.14.2' 'librsvg>=2.22.2')
 makedepends=('perlxml')
 url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/gnome-themes-extras/2.20/$pkgname-${pkgver}.tar.bz2)
-md5sums=('830b27cb368e40c70b15288d2db12937')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.22/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('3c24a31bf43d4dbb97bc8712b8cd72b3')
 
 build() {
   cd ${startdir}/src/$pkgname-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var
+              --localstatedir=/var || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${startdir}/pkg install || return 1
 }

Deleted: gorilla.patch
===================================================================
--- gorilla.patch	2008-06-28 19:59:57 UTC (rev 3679)
+++ gorilla.patch	2008-06-28 20:08:57 UTC (rev 3680)
@@ -1,20 +0,0 @@
---- Gorilla/gtk-2.0/gtkrc.orig	Sun Sep 14 10:14:29 2003
-+++ Gorilla/gtk-2.0/gtkrc	Sun Sep 14 10:14:45 2003
-@@ -1,7 +1,5 @@
- # Gorilla gtk theme
- # (c) 2002-2003 Jakub 'jimmac' Steiner <jimmac at ximian.com>
--include "iconrc"
--
- style "gorilla-default"
- {
-   GtkWidget::interior_focus = 1
-@@ -48,6 +46,8 @@
-   engine "industrial" {}
- 
- }
-+
-+include "iconrc"
- 
- style "gorilla-unrounded" = "gorilla-default"
- {
-





More information about the arch-commits mailing list