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

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:36:58 UTC 2015


    Date: Wednesday, March 25, 2015 @ 16:36:58
  Author: jgc
Revision: 234875

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 234786, 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 234786, gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2015-03-25 15:36:58 UTC (rev 234875)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-backgrounds
+pkgver=3.16.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:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('76e3f9dd01d8335da8e3e7c20f64c51d4e2372fa43a5280ce1649b32bebca03b')
+
+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