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

Jan de Groot jgc at archlinux.org
Fri Sep 15 12:06:26 UTC 2017


    Date: Friday, September 15, 2017 @ 12:06:26
  Author: jgc
Revision: 305593

archrelease: copy trunk to gnome-unstable-any

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

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

Copied: gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD (from rev 305592, gnome-backgrounds/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2017-09-15 12:06:26 UTC (rev 305593)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-backgrounds
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Background images and data for GNOME"
+arch=(any)
+makedepends=('git' 'glib2' 'gnome-common' 'meson')
+url="https://git.gnome.org/browse/gnome-backgrounds"
+license=('GPL')
+groups=('gnome')
+_commit=2df57886192566ee08058cf1c79ae7a7de615364  # tags/3.26.0^0
+source=("git+https://git.gnome.org/browse/gnome-backgrounds#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list