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

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:30:12 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:30:11
  Author: ibiru
Revision: 138903

db-move: moved gnome-backgrounds from [gnome-unstable] to [testing] (any)

Added:
  gnome-backgrounds/repos/testing-any/
  gnome-backgrounds/repos/testing-any/PKGBUILD
    (from rev 138832, gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  gnome-backgrounds/repos/gnome-unstable-any/

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

Copied: gnome-backgrounds/repos/testing-any/PKGBUILD (from rev 138832, gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2011-09-28 19:30:11 UTC (rev 138903)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-backgrounds
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Background images and data for GNOME"
+arch=(any)
+makedepends=('intltool')
+url="http://www.gnome.org"
+license=('GPL')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b1ac882d8b35055d36c9e92623a671988f5ceacf2700f6d6decca25d35809358')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list