[arch-commits] Commit in gnome-backgrounds/repos (2 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Tue Mar 13 14:41:23 UTC 2018
Date: Tuesday, March 13, 2018 @ 14:41:22
Author: bpiotrowski
Revision: 318800
archrelease: copy trunk to gnome-unstable-any
Added:
gnome-backgrounds/repos/gnome-unstable-any/
gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD
(from rev 318799, gnome-backgrounds/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD (from rev 318799, gnome-backgrounds/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2018-03-13 14:41:22 UTC (rev 318800)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-backgrounds
+pkgver=3.27.90
+pkgrel=1
+pkgdesc="Background images and data for GNOME"
+url="https://git.gnome.org/browse/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=('e52a2b217d34fae16d0c8d543f75fdad7290edbe71abdc47a44b563387b04723')
+
+build() {
+ arch-meson $pkgname-$pkgver build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+}
More information about the arch-commits
mailing list