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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:12:20 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:12:20
  Author: heftig
Revision: 182486

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

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

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

Copied: gnome-backgrounds/repos/testing-any/PKGBUILD (from rev 182430, gnome-backgrounds/repos/staging-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2013-04-10 19:12:20 UTC (rev 182486)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-backgrounds
+pkgver=3.8.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=('6be4d4fcdaddad10dea545a42c6c1f05c39405573b1bb805d743fa2c5132d18e')
+
+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