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

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:31:17 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:31:16
  Author: ibiru
Revision: 138949

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 138832, gnome-themes-standard/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  gnome-themes-standard/repos/gnome-unstable-x86_64/

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

Copied: gnome-themes-standard/repos/testing-x86_64/PKGBUILD (from rev 138832, gnome-themes-standard/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-09-28 19:31:16 UTC (rev 138949)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=gnome-themes-standard
+pkgver=3.2.0.2
+pkgrel=1
+pkgdesc="Default themes for the GNOME desktop"
+arch=('i686' 'x86_64')
+url="http://abattis.org/cantarell/"
+license=('GPL2')
+depends=('cantarell-fonts' '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=('49b8177fcc6693690eceef207f78173f0ca34bdef873a6c1fed90bef28791bc1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list