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

Jan Steffens heftig at archlinux.org
Wed Sep 5 17:54:41 UTC 2018


    Date: Wednesday, September 5, 2018 @ 17:54:40
  Author: heftig
Revision: 333509

archrelease: copy trunk to gnome-unstable-any

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

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

Copied: gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD (from rev 333508, gnome-backgrounds/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2018-09-05 17:54:40 UTC (rev 333509)
@@ -0,0 +1,29 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-backgrounds
+pkgver=3.30.0
+pkgrel=1
+pkgdesc="Background images and data for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-backgrounds"
+arch=(any)
+makedepends=(glib2 meson)
+license=(GPL)
+groups=(gnome)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ece63a2aaf2e9b685721d125b7832fee63749db58743bc147ee92e136896e984')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list