[arch-commits] Commit in gnome-themes-standard/repos (6 files)

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:13:17 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:13:16
  Author: heftig
Revision: 182524

db-move: moved gnome-themes-standard from [staging] to [testing] (i686, x86_64)

Added:
  gnome-themes-standard/repos/testing-i686/
  gnome-themes-standard/repos/testing-i686/PKGBUILD
    (from rev 182430, gnome-themes-standard/repos/staging-i686/PKGBUILD)
  gnome-themes-standard/repos/testing-x86_64/
  gnome-themes-standard/repos/testing-x86_64/PKGBUILD
    (from rev 182430, gnome-themes-standard/repos/staging-x86_64/PKGBUILD)
Deleted:
  gnome-themes-standard/repos/staging-i686/
  gnome-themes-standard/repos/staging-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: gnome-themes-standard/repos/testing-i686/PKGBUILD (from rev 182430, gnome-themes-standard/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-10 19:13:16 UTC (rev 182524)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-themes-standard
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Default themes for the GNOME desktop"
+arch=(i686 x86_64)
+url="http://www.gnome.org"
+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)
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d544f3df574eb956059a77d0ee9cd766858ccd1b086d975909c07e444aaf931b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-themes-standard/repos/testing-x86_64/PKGBUILD (from rev 182430, gnome-themes-standard/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-10 19:13:16 UTC (rev 182524)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-themes-standard
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Default themes for the GNOME desktop"
+arch=(i686 x86_64)
+url="http://www.gnome.org"
+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)
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d544f3df574eb956059a77d0ee9cd766858ccd1b086d975909c07e444aaf931b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list