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

Ionut Biru ibiru at archlinux.org
Thu Sep 1 15:41:32 UTC 2011


    Date: Thursday, September 1, 2011 @ 11:41:32
  Author: ibiru
Revision: 136799

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-backgrounds/repos/gnome-unstable-any/
  gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD
    (from rev 136798, gnome-backgrounds/trunk/PKGBUILD)

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

Copied: gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD (from rev 136798, gnome-backgrounds/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2011-09-01 15:41:32 UTC (rev 136799)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-backgrounds
+pkgver=3.1.2
+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=('695f44c547a905f00028eab76f87f68286246e733ad31bf225a73a066c8cfde4')
+
+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