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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:34:11 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:34:10
  Author: heftig
Revision: 155153

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

Added:
  gnome-themes-standard/repos/testing-x86_64/
  gnome-themes-standard/repos/testing-x86_64/PKGBUILD
    (from rev 155005, gnome-themes-standard/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  gnome-themes-standard/repos/gnome-unstable-x86_64/

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

Copied: gnome-themes-standard/repos/testing-x86_64/PKGBUILD (from rev 155005, gnome-themes-standard/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:34:10 UTC (rev 155153)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=gnome-themes-standard
+pkgver=3.4.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' 'gtk3' 'gtk-engines' 'librsvg')
+makedepends=('intltool')
+groups=('gnome')
+replaces=('gnome-themes')
+conflicts=('gnome-themes')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6c85056db16b748a14c412554371a22f096b981d2eca3ae3d6922a435d43b0fd')
+
+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