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

2018-01-30 Thread Jan Steffens via arch-commits
Date: Tuesday, January 30, 2018 @ 19:42:04
  Author: heftig
Revision: 315633

3.22.3+16+gc092fc89-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-30 19:34:46 UTC (rev 315632)
+++ PKGBUILD2018-01-30 19:42:04 UTC (rev 315633)
@@ -2,33 +2,33 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-themes-standard
-pkgver=3.22.3+13+ga993fdc0
+pkgver=3.22.3+16+gc092fc89
 pkgrel=1
 pkgdesc="Standard Themes for GNOME Applications"
-url="https://git.gnome.org/browse/gnome-themes-standard;
+url="https://gitlab.gnome.org/GNOME/gnome-themes-extra;
 arch=(x86_64)
 license=(GPL2)
-depends=(cantarell-fonts ttf-dejavu librsvg)
+depends=(cantarell-fonts)
 makedepends=(intltool gtk2 gtk3 gnome-common git)
 optdepends=('gtk-engines: HighContrast GTK2 theme')
 groups=(gnome)
 options=(!emptydirs)
-_commit=a993fdc050a001fe7880b29155908772f874efb4  # master
-source=("git+https://git.gnome.org/browse/gnome-themes-standard#commit=$_commit;)
+_commit=c092fc89acc581d145e63aae77e186284a56af71  # master~13
+source=("git+https://gitlab.gnome.org/GNOME/gnome-themes-extra.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd gnome-themes-extra
   git describe --tags | sed 's/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd gnome-themes-extra
   NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
+  cd gnome-themes-extra
   ./configure --prefix=/usr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
@@ -35,8 +35,8 @@
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
+  cd gnome-themes-extra
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:


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

2017-09-17 Thread Jan Steffens
Date: Sunday, September 17, 2017 @ 16:33:41
  Author: heftig
Revision: 305721

3.22.3+13+ga993fdc0-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-17 16:29:29 UTC (rev 305720)
+++ PKGBUILD2017-09-17 16:33:41 UTC (rev 305721)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-themes-standard
-pkgver=3.22.3
+pkgver=3.22.3+13+ga993fdc0
 pkgrel=1
 pkgdesc="Standard Themes for GNOME Applications"
 url="https://git.gnome.org/browse/gnome-themes-standard;
@@ -13,7 +13,7 @@
 optdepends=('gtk-engines: HighContrast GTK2 theme')
 groups=(gnome)
 options=(!emptydirs)
-_commit=015785c53c37912bc6266c9cf107a0d1c8816d51  # tags/3.22.3^0
+_commit=a993fdc050a001fe7880b29155908772f874efb4  # master
 
source=("git+https://git.gnome.org/browse/gnome-themes-standard#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-04-13 Thread Jan de Groot
Date: Thursday, April 13, 2017 @ 21:03:27
  Author: jgc
Revision: 292805

upgpkg: gnome-themes-standard 3.22.3-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 21:03:22 UTC (rev 292804)
+++ PKGBUILD2017-04-13 21:03:27 UTC (rev 292805)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-themes-standard
-pkgver=3.22.2
+pkgver=3.22.3
 pkgrel=1
 pkgdesc="Standard Themes for GNOME Applications"
 url="https://git.gnome.org/browse/gnome-themes-standard;
@@ -13,8 +13,8 @@
 optdepends=('gtk-engines: HighContrast GTK2 theme')
 groups=(gnome)
 options=(!emptydirs)
-_commit=4003aa8aa0007939b3fc2d647acbd31bc4696b59  # tags/3.22.2^0
-source=("git://git.gnome.org/gnome-themes-standard#commit=$_commit")
+_commit=015785c53c37912bc6266c9cf107a0d1c8816d51  # tags/3.22.3^0
+source=("git+https://git.gnome.org/browse/gnome-themes-standard#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2016-10-05 Thread Jan Steffens
Date: Wednesday, October 5, 2016 @ 20:29:06
  Author: heftig
Revision: 277783

3.22.2-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-05 20:20:15 UTC (rev 277782)
+++ PKGBUILD2016-10-05 20:29:06 UTC (rev 277783)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-themes-standard
-pkgver=3.22.1
+pkgver=3.22.2
 pkgrel=1
 pkgdesc="Standard Themes for GNOME Applications"
 url="https://git.gnome.org/browse/gnome-themes-standard;
@@ -13,7 +13,7 @@
 optdepends=('gtk-engines: HighContrast GTK2 theme')
 groups=(gnome)
 options=(!emptydirs)
-_commit=84a6ab0385d9ca5a4eb423f34e78361143aa2c9f  # tags/3.22.1^0
+_commit=4003aa8aa0007939b3fc2d647acbd31bc4696b59  # tags/3.22.2^0
 source=("git://git.gnome.org/gnome-themes-standard#commit=$_commit")
 sha256sums=('SKIP')
 


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

2016-10-03 Thread Jan Steffens
Date: Monday, October 3, 2016 @ 17:55:11
  Author: heftig
Revision: 277584

3.22.1-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |   31 ---
 1 file changed, 20 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-03 16:41:01 UTC (rev 277583)
+++ PKGBUILD2016-10-03 17:55:11 UTC (rev 277584)
@@ -2,24 +2,33 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-themes-standard
-pkgver=3.20.2
+pkgver=3.22.1
 pkgrel=1
-pkgdesc="Default themes for the GNOME desktop"
+pkgdesc="Standard Themes for GNOME Applications"
+url="https://git.gnome.org/browse/gnome-themes-standard;
 arch=(i686 x86_64)
-url="http://www.gnome.org;
 license=(GPL2)
 depends=(cantarell-fonts ttf-dejavu librsvg)
-makedepends=(intltool gtk2 gtk3)
+makedepends=(intltool gtk2 gtk3 gnome-common git)
 optdepends=('gtk-engines: HighContrast GTK2 theme')
 groups=(gnome)
-replaces=(gnome-themes)
-conflicts=(gnome-themes)
-options=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9d0d9c4b2c9f9008301c3c1878ebb95859a735b7fd4a6a518802b9637e4a7915')
+options=(!emptydirs)
+_commit=84a6ab0385d9ca5a4eb423f34e78361143aa2c9f  # tags/3.22.1^0
+source=("git://git.gnome.org/gnome-themes-standard#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
@@ -26,7 +35,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="${pkgdir}" install
 }
 


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

2016-05-15 Thread Jan Steffens
Date: Sunday, May 15, 2016 @ 15:27:18
  Author: heftig
Revision: 268059

3.20.2-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-15 13:20:03 UTC (rev 268058)
+++ PKGBUILD2016-05-15 13:27:18 UTC (rev 268059)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-themes-standard
-pkgver=3.20
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="Default themes for the GNOME desktop"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1cde84b34da310e6f2d403bfdbe9abb0798e5f07a1d1b4fde82af8e97edd3bdc')
+sha256sums=('9d0d9c4b2c9f9008301c3c1878ebb95859a735b7fd4a6a518802b9637e4a7915')
 
 build() {
   cd $pkgname-$pkgver


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

2016-03-23 Thread Jan de Groot
Date: Wednesday, March 23, 2016 @ 09:20:00
  Author: jgc
Revision: 262442

upgpkg: gnome-themes-standard 3.20-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-23 06:53:18 UTC (rev 262441)
+++ PKGBUILD2016-03-23 08:20:00 UTC (rev 262442)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-themes-standard
-pkgver=3.18.0
+pkgver=3.20
 pkgrel=1
 pkgdesc="Default themes for the GNOME desktop"
 arch=(i686 x86_64)
@@ -16,11 +16,12 @@
 conflicts=(gnome-themes)
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e646eb04c225282b7df7fff65741adaad4cf9ed2c12616b7310e7edd27d2bacb')
+sha256sums=('1cde84b34da310e6f2d403bfdbe9abb0798e5f07a1d1b4fde82af8e97edd3bdc')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2015-09-24 Thread Jan de Groot
Date: Thursday, September 24, 2015 @ 15:38:07
  Author: jgc
Revision: 247251

upgpkg: gnome-themes-standard 3.18.0-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-24 13:13:11 UTC (rev 247250)
+++ PKGBUILD2015-09-24 13:38:07 UTC (rev 247251)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-themes-standard
-pkgver=3.16.2
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="Default themes for the GNOME desktop"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('59eb79a59d44b5cd8daa8de1e7559fb5186503dcd78e47d0b72cb896d8654b9f')
+sha256sums=('e646eb04c225282b7df7fff65741adaad4cf9ed2c12616b7310e7edd27d2bacb')
 
 build() {
   cd $pkgname-$pkgver


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

2015-05-12 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 06:08:49
  Author: heftig
Revision: 239277

3.16.2

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 04:07:42 UTC (rev 239276)
+++ PKGBUILD2015-05-13 04:08:49 UTC (rev 239277)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.16.0
+pkgver=3.16.2
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4ce9cbac71c74d1426b73ad8ca37a29b3267c66f94d2fb4de5e619fab25bd94f')
+sha256sums=('59eb79a59d44b5cd8daa8de1e7559fb5186503dcd78e47d0b72cb896d8654b9f')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 12:10:24
  Author: jgc
Revision: 234708

upgpkg: gnome-themes-standard 3.16.0-1

GNOME 3.16

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-25 11:10:13 UTC (rev 234707)
+++ PKGBUILD2015-03-25 11:10:24 UTC (rev 234708)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.15.90
+pkgver=3.16.0
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cb5c5bd235f8c71d69632225c9918fc57d60f5348c7c3cbaad010955870c19d1')
+sha256sums=('4ce9cbac71c74d1426b73ad8ca37a29b3267c66f94d2fb4de5e619fab25bd94f')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-08 Thread Jan de Groot
Date: Sunday, March 8, 2015 @ 16:18:43
  Author: jgc
Revision: 233083

upgpkg: gnome-themes-standard 3.15.90-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 14:59:37 UTC (rev 233082)
+++ PKGBUILD2015-03-08 15:18:43 UTC (rev 233083)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.14.2.3
+pkgver=3.15.90
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d82a1cf90be3397deadea46d3ba396a46943c7e141ebc70cf833956b5794e479')
+sha256sums=('cb5c5bd235f8c71d69632225c9918fc57d60f5348c7c3cbaad010955870c19d1')
 
 build() {
   cd $pkgname-$pkgver


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

2014-12-01 Thread Jan Steffens
Date: Tuesday, December 2, 2014 @ 08:07:22
  Author: heftig
Revision: 227244

3.14.2.3

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 23:01:37 UTC (rev 227243)
+++ PKGBUILD2014-12-02 07:07:22 UTC (rev 227244)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.14.2
+pkgver=3.14.2.3
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2fc21963bd8b65afff9a7f1b025035adc6d9db2810a134172c7a0155d81a7d28')
+sha256sums=('d82a1cf90be3397deadea46d3ba396a46943c7e141ebc70cf833956b5794e479')
 
 build() {
   cd $pkgname-$pkgver


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

2014-11-12 Thread Jan Steffens
Date: Wednesday, November 12, 2014 @ 22:34:57
  Author: heftig
Revision: 226148

3.14.2

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-12 21:30:15 UTC (rev 226147)
+++ PKGBUILD2014-11-12 21:34:57 UTC (rev 226148)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.14.0
+pkgver=3.14.2
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('addd469f4ba746f8ebb03da8b5c67b7d8b6b2c979f7f07958455c7e33fbdbe09')
+sha256sums=('2fc21963bd8b65afff9a7f1b025035adc6d9db2810a134172c7a0155d81a7d28')
 
 build() {
   cd $pkgname-$pkgver


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

2014-09-23 Thread Jan de Groot
Date: Tuesday, September 23, 2014 @ 11:25:21
  Author: jgc
Revision: 222826

upgpkg: gnome-themes-standard 3.14.0-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-23 09:25:15 UTC (rev 222825)
+++ PKGBUILD2014-09-23 09:25:21 UTC (rev 222826)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.13.90
+pkgver=3.14.0
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('76bfbf25cdd6f86fdbf15b085c5bcfbe0abf4715510a917ec023a4d780fb5f53')
+sha256sums=('addd469f4ba746f8ebb03da8b5c67b7d8b6b2c979f7f07958455c7e33fbdbe09')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-07 Thread Jan de Groot
Date: Sunday, September 7, 2014 @ 09:38:28
  Author: jgc
Revision: 221060

upgpkg: gnome-themes-standard 3.13.90-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 07:07:12 UTC (rev 221059)
+++ PKGBUILD2014-09-07 07:38:28 UTC (rev 221060)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.12.0
+pkgver=3.13.90
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a05d1b7ca872b944a69d0c0cc2369408ece32ff4355e37f8594a1b70d13c3217')
+sha256sums=('76bfbf25cdd6f86fdbf15b085c5bcfbe0abf4715510a917ec023a4d780fb5f53')
 
 build() {
   cd $pkgname-$pkgver



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

2013-09-24 Thread Jan Steffens
Date: Tuesday, September 24, 2013 @ 15:18:06
  Author: heftig
Revision: 195003

3.10.0

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-24 13:17:43 UTC (rev 195002)
+++ PKGBUILD2013-09-24 13:18:06 UTC (rev 195003)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.9.91
+pkgver=3.10.0
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bf0f820efff8a716040b2363c69e214a9a126dad9d91bef973765783ac8e8f16')
+sha256sums=('812c6cfc534fced921dc327b436e70020d8979529284bb59d72d6f37af1f4b38')
 
 build() {
   cd $pkgname-$pkgver



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

2013-09-19 Thread Jan de Groot
Date: Thursday, September 19, 2013 @ 19:51:29
  Author: jgc
Revision: 194607

upgpkg: gnome-themes-standard 3.9.91-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-19 17:42:32 UTC (rev 194606)
+++ PKGBUILD2013-09-19 17:51:29 UTC (rev 194607)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.8.4
+pkgver=3.9.91
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1252d719847cab54cc0dc510c3d3698462dcb1b45fabd9643473ac28e5cd7a20')
+sha256sums=('bf0f820efff8a716040b2363c69e214a9a126dad9d91bef973765783ac8e8f16')
 
 build() {
   cd $pkgname-$pkgver



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

2013-09-16 Thread Jan de Groot
Date: Monday, September 16, 2013 @ 11:09:08
  Author: jgc
Revision: 194417

upgpkg: gnome-themes-standard 3.8.4-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-16 09:02:57 UTC (rev 194416)
+++ PKGBUILD2013-09-16 09:09:08 UTC (rev 194417)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.8.3
+pkgver=3.8.4
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('977eb8ac94bad6e7095c272a583e614fba1c1897410e9f25ae028618d269b1e4')
+sha256sums=('1252d719847cab54cc0dc510c3d3698462dcb1b45fabd9643473ac28e5cd7a20')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-26 Thread Jan Steffens
Date: Saturday, July 27, 2013 @ 01:39:21
  Author: heftig
Revision: 191599

3.8.3

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 15:46:23 UTC (rev 191598)
+++ PKGBUILD2013-07-26 23:39:21 UTC (rev 191599)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.8.2
+pkgver=3.8.3
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7e89f92c214b560e59edcbfac2263e49dccf201600871aa3d806ff1c562dff38')
+sha256sums=('977eb8ac94bad6e7095c272a583e614fba1c1897410e9f25ae028618d269b1e4')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-23 Thread Jan Steffens
Date: Tuesday, July 23, 2013 @ 14:26:19
  Author: heftig
Revision: 191299

3.8.2

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 11:52:23 UTC (rev 191298)
+++ PKGBUILD2013-07-23 12:26:19 UTC (rev 191299)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5cc1b27a70ca6176343212159236332799b074885867e380ed9b3817e15dd1d1')
+sha256sums=('7e89f92c214b560e59edcbfac2263e49dccf201600871aa3d806ff1c562dff38')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-15 Thread Jan Steffens
Date: Tuesday, April 16, 2013 @ 00:53:30
  Author: heftig
Revision: 182890

3.8.1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 22:29:12 UTC (rev 182889)
+++ PKGBUILD2013-04-15 22:53:30 UTC (rev 182890)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d544f3df574eb956059a77d0ee9cd766858ccd1b086d975909c07e444aaf931b')
+sha256sums=('5cc1b27a70ca6176343212159236332799b074885867e380ed9b3817e15dd1d1')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 16:26:26
  Author: jgc
Revision: 181003

upgpkg: gnome-themes-standard 3.8.0-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 15:14:37 UTC (rev 181002)
+++ PKGBUILD2013-03-29 15:26:26 UTC (rev 181003)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.6.5
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -14,9 +14,9 @@
 groups=(gnome)
 replaces=(gnome-themes)
 conflicts=(gnome-themes)
-options=('!libtool')
+options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e39129063b2edcad19370e06b46bbe7fb61fcb4a0c5901eaa9e0d08080097a3c')
+sha256sums=('d544f3df574eb956059a77d0ee9cd766858ccd1b086d975909c07e444aaf931b')
 
 build() {
   cd $pkgname-$pkgver



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

2013-02-19 Thread Jan Steffens
Date: Tuesday, February 19, 2013 @ 19:37:06
  Author: heftig
Revision: 178298

3.6.5

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-19 15:32:54 UTC (rev 178297)
+++ PKGBUILD2013-02-19 18:37:06 UTC (rev 178298)
@@ -2,21 +2,21 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.6.2
+pkgver=3.6.5
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url=http://www.gnome.org;
-license=('GPL2')
-depends=('cantarell-fonts' 'ttf-dejavu' 'gtk3' 'librsvg')
-makedepends=('intltool')
+license=(GPL2)
+depends=(cantarell-fonts ttf-dejavu librsvg)
+makedepends=(intltool gtk2 gtk3)
 optdepends=('gtk-engines: HighContrast GTK2 theme')
-groups=('gnome')
-replaces=('gnome-themes')
-conflicts=('gnome-themes')
+groups=(gnome)
+replaces=(gnome-themes)
+conflicts=(gnome-themes)
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c41503d0e18e17188c4fd1be5f6a7e90b08564e2a19d9a318b145a56d4455352')
+sha256sums=('e39129063b2edcad19370e06b46bbe7fb61fcb4a0c5901eaa9e0d08080097a3c')
 
 build() {
   cd $pkgname-$pkgver



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

2012-11-17 Thread Jan de Groot
Date: Saturday, November 17, 2012 @ 09:28:10
  Author: jgc
Revision: 171429

Move gtk-engines to optdepends

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 14:26:30 UTC (rev 171428)
+++ PKGBUILD2012-11-17 14:28:10 UTC (rev 171429)
@@ -8,8 +8,9 @@
 arch=('i686' 'x86_64')
 url=http://www.gnome.org;
 license=('GPL2')
-depends=('cantarell-fonts' 'ttf-dejavu' 'gtk3' 'gtk-engines' 'librsvg')
+depends=('cantarell-fonts' 'ttf-dejavu' 'gtk3' 'librsvg')
 makedepends=('intltool')
+optdepends=('gtk-engines: HighContrast GTK2 theme')
 groups=('gnome')
 replaces=('gnome-themes')
 conflicts=('gnome-themes')



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

2012-11-12 Thread Jan Steffens
Date: Monday, November 12, 2012 @ 17:40:15
  Author: heftig
Revision: 170905

3.6.2

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-12 22:38:21 UTC (rev 170904)
+++ PKGBUILD2012-11-12 22:40:15 UTC (rev 170905)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.6.1
+pkgver=3.6.2
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('gnome-themes')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f56dd1f593b0a853041b54f9167aab0cb3689ced9cd8f8f4d777c3116bb4878a')
+sha256sums=('c41503d0e18e17188c4fd1be5f6a7e90b08564e2a19d9a318b145a56d4455352')
 
 build() {
   cd $pkgname-$pkgver



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

2012-10-17 Thread Jan de Groot
Date: Wednesday, October 17, 2012 @ 03:19:25
  Author: jgc
Revision: 168974

upgpkg: gnome-themes-standard 3.6.1-1

3.6.1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-17 07:09:38 UTC (rev 168973)
+++ PKGBUILD2012-10-17 07:19:25 UTC (rev 168974)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.6.0.2
+pkgver=3.6.1
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 replaces=('gnome-themes')
 conflicts=('gnome-themes')
 options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3f3c0448d7cda9a9381570c9869df2a7b2ef8587d85817bc5bbcf24870244490')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f56dd1f593b0a853041b54f9167aab0cb3689ced9cd8f8f4d777c3116bb4878a')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-25 Thread Jan Steffens
Date: Tuesday, September 25, 2012 @ 16:53:48
  Author: heftig
Revision: 167129

3.6.0.2

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-25 20:16:18 UTC (rev 167128)
+++ PKGBUILD2012-09-25 20:53:48 UTC (rev 167129)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.6.0.1
+pkgver=3.6.0.2
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('gnome-themes')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('122a3f56ba97597cc888c59451851c456f28e5558d258cb3d54b8bb79a6d45a4')
+sha256sums=('3f3c0448d7cda9a9381570c9869df2a7b2ef8587d85817bc5bbcf24870244490')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 05:48:35
  Author: jgc
Revision: 166793

upgpkg: gnome-themes-standard 3.5.92-1

Update to 3.5.92

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 09:47:32 UTC (rev 166792)
+++ PKGBUILD2012-09-19 09:48:35 UTC (rev 166793)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.5.91
+pkgver=3.5.92
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('gnome-themes')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b6f514b60aa6e8d748a0356d5c4dc6951d8068396772c8497d780017dadbc0f1')
+sha256sums=('234507791a2d863a41c4e5439991afa95180a1d31c1f2bd4273d3b4a212aed2d')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 18:50:22
  Author: jgc
Revision: 166448

upgpkg: gnome-themes-standard 3.5.91-1

Update to 3.5.91

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 22:46:09 UTC (rev 166447)
+++ PKGBUILD2012-09-07 22:50:22 UTC (rev 166448)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.4.2
+pkgver=3.5.91
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('gnome-themes')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('aa29d23708e3357775fb7ea2de14b90551a2c732fce297f3372dae005374c3a8')
+sha256sums=('b6f514b60aa6e8d748a0356d5c4dc6951d8068396772c8497d780017dadbc0f1')
 
 build() {
   cd $pkgname-$pkgver



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

2012-05-15 Thread Jan Steffens
Date: Tuesday, May 15, 2012 @ 07:20:40
  Author: heftig
Revision: 159058

3.4.2

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-15 11:15:31 UTC (rev 159057)
+++ PKGBUILD2012-05-15 11:20:40 UTC (rev 159058)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('gnome-themes')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0096f3d8ba5416e77a5b4d398140a7f53480ee706740cb698df3f5267540169f')
+sha256sums=('aa29d23708e3357775fb7ea2de14b90551a2c732fce297f3372dae005374c3a8')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-16 Thread Ionut Biru
Date: Monday, April 16, 2012 @ 16:00:36
  Author: ibiru
Revision: 156312

update to 3.4.1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 19:55:16 UTC (rev 156311)
+++ PKGBUILD2012-04-16 20:00:36 UTC (rev 156312)
@@ -2,7 +2,7 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('gnome-themes')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6c85056db16b748a14c412554371a22f096b981d2eca3ae3d6922a435d43b0fd')
+sha256sums=('0096f3d8ba5416e77a5b4d398140a7f53480ee706740cb698df3f5267540169f')
 
 build() {
   cd $pkgname-$pkgver



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

2012-03-29 Thread Jan Steffens
Date: Thursday, March 29, 2012 @ 12:00:48
  Author: heftig
Revision: 154503

3.4.0

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-29 15:55:52 UTC (rev 154502)
+++ PKGBUILD2012-03-29 16:00:48 UTC (rev 154503)
@@ -2,7 +2,7 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.3.92
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('gnome-themes')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bfcb95952e63a07b9c157b16530f19eea4f773e604e79986fb06d8c00edcc776')
+sha256sums=('6c85056db16b748a14c412554371a22f096b981d2eca3ae3d6922a435d43b0fd')
 
 build() {
   cd $pkgname-$pkgver



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

2012-03-20 Thread Ionut Biru
Date: Tuesday, March 20, 2012 @ 05:26:45
  Author: ibiru
Revision: 153885

update to 3.3.92

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-20 09:22:48 UTC (rev 153884)
+++ PKGBUILD2012-03-20 09:26:45 UTC (rev 153885)
@@ -2,7 +2,7 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.3.91
+pkgver=3.3.92
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('gnome-themes')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5047414bf27142bf194481124801679c37a4a711ceee09951f5492d2127e2960')
+sha256sums=('bfcb95952e63a07b9c157b16530f19eea4f773e604e79986fb06d8c00edcc776')
 
 build() {
   cd $pkgname-$pkgver



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

2012-03-08 Thread Jan Steffens
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
===
--- PKGBUILD2012-03-09 01:17:54 UTC (rev 152712)
+++ PKGBUILD2012-03-09 01:36:28 UTC (rev 152713)
@@ -2,28 +2,29 @@
 # Maintainer: Jan heftig Steffens jan.steff...@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
 }
 



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

2011-12-05 Thread Jan Steffens
Date: Monday, December 5, 2011 @ 07:49:31
  Author: heftig
Revision: 144378

Add a dep on ttf-dejavu so we're guaranteed to have a good Monospace font

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 12:49:24 UTC (rev 144377)
+++ PKGBUILD2011-12-05 12:49:31 UTC (rev 144378)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url=http://abattis.org/cantarell/;
 license=('GPL2')
-depends=('cantarell-fonts' 'gtk3' 'gtk-engines' 'librsvg')
+depends=('cantarell-fonts' 'ttf-dejavu' 'gtk3' 'gtk-engines' 'librsvg')
 makedepends=('intltool')
 groups=('gnome')
 replaces=('gnome-themes')



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

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:38:18
  Author: ibiru
Revision: 140721

update to 3.2.1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 14:36:58 UTC (rev 140720)
+++ PKGBUILD2011-10-18 14:38:18 UTC (rev 140721)
@@ -2,7 +2,7 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.2.0.2
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 replaces=('gnome-themes')
 conflicts=('gnome-themes')
 
source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-${pkgver}.tar.xz)
-sha256sums=('49b8177fcc6693690eceef207f78173f0ca34bdef873a6c1fed90bef28791bc1')
+sha256sums=('ab9e7f6001f4f18420df6a66407ace4340ee815b31e571bc55de7983370e26f3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 11:00:02
  Author: ibiru
Revision: 138673

update to 3.2.0.1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-27 14:57:03 UTC (rev 138672)
+++ PKGBUILD2011-09-27 15:00:02 UTC (rev 138673)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 pkgname=gnome-themes-standard
-pkgver=3.1.92
+pkgver=3.2.0.1
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 groups=('gnome')
 replaces=('gnome-themes')
 conflicts=('gnome-themes')
-source=(http://download.gnome.org/sources/$pkgname/3.1/$pkgname-${pkgver}.tar.xz)
-sha256sums=('cffa18c223c8877a97502cb521ec83958c0979cf0566c43129ba1ec329366079')
+source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-${pkgver}.tar.xz)
+sha256sums=('da61debb537426a2dad8dffb87e1452a9079a7bc28f9ccf39d12a91471668163')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-09-27 Thread Ionut Biru
Date: Wednesday, September 28, 2011 @ 01:13:33
  Author: ibiru
Revision: 138771

update to 3.2.0.2

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-28 04:21:04 UTC (rev 138770)
+++ PKGBUILD2011-09-28 05:13:33 UTC (rev 138771)
@@ -1,7 +1,8 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
 pkgname=gnome-themes-standard
-pkgver=3.2.0.1
+pkgver=3.2.0.2
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -13,7 +14,7 @@
 replaces=('gnome-themes')
 conflicts=('gnome-themes')
 
source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-${pkgver}.tar.xz)
-sha256sums=('da61debb537426a2dad8dffb87e1452a9079a7bc28f9ccf39d12a91471668163')
+sha256sums=('49b8177fcc6693690eceef207f78173f0ca34bdef873a6c1fed90bef28791bc1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-09-19 Thread Ionut Biru
Date: Monday, September 19, 2011 @ 11:16:28
  Author: ibiru
Revision: 138246

update to 3.1.92

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-19 15:15:04 UTC (rev 138245)
+++ PKGBUILD2011-09-19 15:16:28 UTC (rev 138246)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 pkgname=gnome-themes-standard
-pkgver=3.1.91
+pkgver=3.1.92
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 replaces=('gnome-themes')
 conflicts=('gnome-themes')
 
source=(http://download.gnome.org/sources/$pkgname/3.1/$pkgname-${pkgver}.tar.xz)
-sha256sums=('9e44bce5b324dc4cce32124bbf7f76f471deaa958fae39eb6b8e311c69067663')
+sha256sums=('cffa18c223c8877a97502cb521ec83958c0979cf0566c43129ba1ec329366079')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-09-06 Thread Ionut Biru
Date: Tuesday, September 6, 2011 @ 15:29:23
  Author: ibiru
Revision: 137215

update to 3.1.91

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-06 19:26:06 UTC (rev 137214)
+++ PKGBUILD2011-09-06 19:29:23 UTC (rev 137215)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 pkgname=gnome-themes-standard
-pkgver=3.1.90
+pkgver=3.1.91
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 replaces=('gnome-themes')
 conflicts=('gnome-themes')
 
source=(http://download.gnome.org/sources/$pkgname/3.1/$pkgname-${pkgver}.tar.xz)
-sha256sums=('12e40625577f03c5224f64dadcdbe9749c63ff198b5951983e8c86eaf94b90d4')
+sha256sums=('9e44bce5b324dc4cce32124bbf7f76f471deaa958fae39eb6b8e311c69067663')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 14:00:36
  Author: ibiru
Revision: 136724

update to 3.1.90

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 17:52:23 UTC (rev 136723)
+++ PKGBUILD2011-08-31 18:00:36 UTC (rev 136724)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 pkgname=gnome-themes-standard
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.1.90
+pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
 url=http://abattis.org/cantarell/;
@@ -12,8 +12,8 @@
 groups=('gnome')
 replaces=('gnome-themes')
 conflicts=('gnome-themes')
-source=(http://download.gnome.org/sources/$pkgname/3.0/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('1def884063aa441860e20dd9925bb7c3b6f917bae44f77b1ada40c463809')
+source=(http://download.gnome.org/sources/$pkgname/3.1/$pkgname-${pkgver}.tar.xz)
+sha256sums=('12e40625577f03c5224f64dadcdbe9749c63ff198b5951983e8c86eaf94b90d4')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-05-23 Thread Ionut Biru
Date: Monday, May 23, 2011 @ 10:48:53
  Author: ibiru
Revision: 124628

update to 3.0.2

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-23 14:34:07 UTC (rev 124627)
+++ PKGBUILD2011-05-23 14:48:53 UTC (rev 124628)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 pkgname=gnome-themes-standard
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 replaces=('gnome-themes')
 conflicts=('gnome-themes')
 
source=(http://download.gnome.org/sources/$pkgname/3.0/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('9630b12c02d8a05a328cb0bef111bb776b86639c9c582475943f71666ab82677')
+sha256sums=('1def884063aa441860e20dd9925bb7c3b6f917bae44f77b1ada40c463809')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:43:37
  Author: ibiru
Revision: 120589

update to 3.0.1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 17:41:24 UTC (rev 120588)
+++ PKGBUILD2011-04-25 17:43:37 UTC (rev 120589)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 pkgname=gnome-themes-standard
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 replaces=('gnome-themes')
 conflicts=('gnome-themes')
 
source=(http://download.gnome.org/sources/$pkgname/3.0/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('ea6215d814da2301e4a287e454693ee62616c0e42b57b0576c2489786e3487f3')
+sha256sums=('9630b12c02d8a05a328cb0bef111bb776b86639c9c582475943f71666ab82677')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-04-04 Thread Ionut Biru
Date: Monday, April 4, 2011 @ 13:01:29
  Author: ibiru
Revision: 117713

upgpkg: gnome-themes-standard 3.0.0-1
update to 3.0.0

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-04 16:55:55 UTC (rev 117712)
+++ PKGBUILD2011-04-04 17:01:29 UTC (rev 117713)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 pkgname=gnome-themes-standard
-pkgver=2.91.93
+pkgver=3.0.0
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 groups=('gnome')
 replaces=('gnome-themes')
 conflicts=('gnome-themes')
-source=(http://download.gnome.org/sources/$pkgname/2.91/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('f09eff320dffde6438d1039525682865974f27f624c345f91dd25687c68197eb')
+source=(http://download.gnome.org/sources/$pkgname/3.0/$pkgname-${pkgver}.tar.bz2)
+sha256sums=('ea6215d814da2301e4a287e454693ee62616c0e42b57b0576c2489786e3487f3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-03-28 Thread Ionut Biru
Date: Monday, March 28, 2011 @ 10:54:16
  Author: ibiru
Revision: 117075

upgpkg: gnome-themes-standard 2.91.93-1
update to 2.91.93

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-28 13:01:49 UTC (rev 117074)
+++ PKGBUILD2011-03-28 14:54:16 UTC (rev 117075)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 pkgname=gnome-themes-standard
-pkgver=2.91.92.1
+pkgver=2.91.93
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 replaces=('gnome-themes')
 conflicts=('gnome-themes')
 
source=(http://download.gnome.org/sources/$pkgname/2.91/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('71ae71b02edab0d8b0aaf87807b3bfde83d0cff4c1afb378752b2f8cab917c95')
+sha256sums=('f09eff320dffde6438d1039525682865974f27f624c345f91dd25687c68197eb')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-03-22 Thread Jan Steffens
Date: Tuesday, March 22, 2011 @ 16:44:46
  Author: heftig
Revision: 116259

upgpkg: gnome-themes-standard 2.91.92-1
Update to 2.91.92

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-22 20:41:47 UTC (rev 116258)
+++ PKGBUILD2011-03-22 20:44:46 UTC (rev 116259)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 pkgname=gnome-themes-standard
-pkgver=2.91.91.1
+pkgver=2.91.92
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 replaces=('gnome-themes')
 conflicts=('gnome-themes')
 
source=(http://download.gnome.org/sources/$pkgname/2.91/$pkgname-${pkgver}.tar.bz2)
-sha256sums=(' 
ebaac18b7413cdc22d6ea23d5f57714622dfaae6aa60c3ea5270d335980a13b3')
+sha256sums=('814dab96c60336abd373fa853a1dbbf8f52c3e7d955938209e16d6f1f02bfbe1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-03-22 Thread Jan Steffens
Date: Tuesday, March 22, 2011 @ 17:02:40
  Author: heftig
Revision: 116274

upgpkg: gnome-themes-standard 2.91.92.1-1
Update to 2.91.92.1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-22 21:01:09 UTC (rev 116273)
+++ PKGBUILD2011-03-22 21:02:40 UTC (rev 116274)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 pkgname=gnome-themes-standard
-pkgver=2.91.92
+pkgver=2.91.92.1
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 replaces=('gnome-themes')
 conflicts=('gnome-themes')
 
source=(http://download.gnome.org/sources/$pkgname/2.91/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('814dab96c60336abd373fa853a1dbbf8f52c3e7d955938209e16d6f1f02bfbe1')
+sha256sums=('71ae71b02edab0d8b0aaf87807b3bfde83d0cff4c1afb378752b2f8cab917c95')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-03-15 Thread Ionut Biru
Date: Tuesday, March 15, 2011 @ 04:45:26
  Author: ibiru
Revision: 114652

upgpkg: gnome-themes-standard 2.91.91.1-1
update to 2.91.91.1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-15 08:33:32 UTC (rev 114651)
+++ PKGBUILD2011-03-15 08:45:26 UTC (rev 114652)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 pkgname=gnome-themes-standard
-pkgver=2.91.91
+pkgver=2.91.91.1
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 groups=('gnome')
 replaces=('gnome-themes')
 conflicts=('gnome-themes')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('da9a7f11d60d7f47b4931e9cc1471896a30774993173eef5def5fa67443cc24e')
+source=(http://download.gnome.org/sources/$pkgname/2.91/$pkgname-${pkgver}.tar.bz2)
+sha256sums=(' 
ebaac18b7413cdc22d6ea23d5f57714622dfaae6aa60c3ea5270d335980a13b3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-03-08 Thread Jan Steffens
Date: Tuesday, March 8, 2011 @ 07:44:30
  Author: heftig
Revision: 113343

upgpkg: gnome-themes-standard 2.91.91-1
Update to 2.91.91

Modified:
  gnome-themes-standard/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-08 12:44:00 UTC (rev 113342)
+++ PKGBUILD2011-03-08 12:44:30 UTC (rev 113343)
@@ -1,17 +1,19 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 pkgname=gnome-themes-standard
-pkgver=2.91.90.1
+pkgver=2.91.91
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
 url=http://abattis.org/cantarell/;
 license=('GPL2')
-depends=('cantarell-fonts' 'gtk3')
+depends=('cantarell-fonts' 'gtk3' 'gtk-engines')
 makedepends=('intltool')
 groups=('gnome')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*.*}/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('3489e3ba82a9d34d83bbfeb20ea61c7f75ed9b9924f7b8d14fde967dd74e38d0')
+replaces=('gnome-themes')
+conflicts=('gnome-themes')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.bz2)
+sha256sums=('da9a7f11d60d7f47b4931e9cc1471896a30774993173eef5def5fa67443cc24e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-02-26 Thread Jan Steffens
Date: Saturday, February 26, 2011 @ 10:08:02
  Author: heftig
Revision: 111389

upgpkg: gnome-themes-standard 2.91.90.1-1
Update to 2.91.90.1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-26 15:05:07 UTC (rev 111388)
+++ PKGBUILD2011-02-26 15:08:02 UTC (rev 111389)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 pkgname=gnome-themes-standard
-pkgver=2.91.8
+pkgver=2.91.90.1
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@
 depends=('cantarell-fonts' 'gtk3')
 makedepends=('intltool')
 groups=('gnome')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('59db71ade78c909236c19b74db321296ad093a3c70c83bd38d0b611ad91ee398')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*.*}/$pkgname-${pkgver}.tar.bz2)
+sha256sums=('3489e3ba82a9d34d83bbfeb20ea61c7f75ed9b9924f7b8d14fde967dd74e38d0')
 
 build() {
   cd $srcdir/$pkgname-$pkgver