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

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


    Date: Sunday, April 1, 2012 @ 07:32:43
  Author: heftig
Revision: 155095

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 155005, 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 155005, gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-04-01 11:32:43 UTC (rev 155095)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-backgrounds
+pkgver=3.4.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=('b17dfd76ab829b67148b380a0b57bda9972fd117efd5a9cefda88aa86c72feb2')
+
+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