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

Jan de Groot jgc at archlinux.org
Thu Oct 18 19:27:36 UTC 2012


    Date: Thursday, October 18, 2012 @ 15:27:35
  Author: jgc
Revision: 169239

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 169138, 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 169138, gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-10-18 19:27:35 UTC (rev 169239)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-backgrounds
+pkgver=3.6.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=('006c8e0dc7c5b223dac4243291886d6106faae95cb620700dc211e668d6a70ed')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list