[arch-commits] CVS update of extra/x11/gtk2-themes-collection (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Apr 22 18:11:16 UTC 2007


    Date: Sunday, April 22, 2007 @ 14:11:16
  Author: jgc
    Path: /home/cvs-extra/extra/x11/gtk2-themes-collection

Modified: PKGBUILD (1.2 -> 1.3)

upgpkg: gtk2-themes-collection 0.1.0-2
Fix one dead source file, move the metacity themes to /usr. Come on, next time make standalones from these


----------+
 PKGBUILD |   17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)


Index: extra/x11/gtk2-themes-collection/PKGBUILD
diff -u extra/x11/gtk2-themes-collection/PKGBUILD:1.2 extra/x11/gtk2-themes-collection/PKGBUILD:1.3
--- extra/x11/gtk2-themes-collection/PKGBUILD:1.2	Sun May 21 12:09:42 2006
+++ extra/x11/gtk2-themes-collection/PKGBUILD	Sun Apr 22 14:11:15 2007
@@ -1,30 +1,27 @@
-# $Id: PKGBUILD,v 1.2 2006/05/21 16:09:42 uid1014 Exp $
+# $Id: PKGBUILD,v 1.3 2007/04/22 18:11:15 jgc Exp $
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=gtk2-themes-collection
 pkgver=0.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional GTK2 Themes (and their coresponding metacity themes)"
 arch=(i686 x86_64)
 depends=(gtk2)
 source=(http://art.gnome.org/download/themes/gtk2/733/GTK2-SnowLight.tar.bz2 \
         http://art.gnome.org/download/themes/gtk2/598/GTK2-Yattacier3.tar.gz \
         http://art.gnome.org/download/themes/gtk2/734/GTK2-industrial-myst.tar.bz2 \
-        http://art.gnome.org/download/themes/gtk2/728/GTK2-toolbox.tar.gz \
+        http://art.gnome.org/download/themes/gtk2/728/GTK2-toolbox-2.0.tar.gz \
         http://art.gnome.org/download/themes/gtk2/571/GTK2-Glossy_P.tar.gz \
         http://art.gnome.org/download/themes/gtk2/567/GTK2-Milk-2.0.tar.bz2 \
         http://art.gnome.org/download/themes/gtk2/712/GTK2-Tenebrific.tar.gz \
         http://art.gnome.org/download/themes/gtk2/213/GTK2-H2O-default-2.0.tar.gz \
-        http://art.gnome.org/download/themes/gtk2/702/GTK2-Litoral.tar.gz \
-        )
-
+        http://art.gnome.org/download/themes/gtk2/702/GTK2-Litoral.tar.gz)
 url="http://art.gnome.org/themes/gtk2/?sort_by=popularity&thumbnails_per_page=12"
 
 build() {
-
 rm $startdir/src/*.tar.{gz,bz2}
 
-mkdir -p $startdir/pkg/{usr/share/themes/,opt/gnome/share/themes/}
+mkdir -p $startdir/pkg/usr/share/themes
 
 cd $startdir/src/
 
@@ -44,8 +41,8 @@
 
       if [ -d metacity-1 ]; then
         echo "      has metacity theme ..."
-        mkdir -p          "$startdir/pkg/opt/gnome/share/themes/$i/"
-        mv metacity-1     "$startdir/pkg/opt/gnome/share/themes/$i/"
+        mkdir -p          "$startdir/pkg/usr/share/themes/$i/"
+        mv metacity-1     "$startdir/pkg/usr/share/themes/$i/"
       fi
 
       if [ -e index.theme ]; then




More information about the arch-commits mailing list