Date: Tuesday, October 25, 2022 @ 16:06:18
  Author: heftig
Revision: 458915

archrelease: copy trunk to gnome-unstable-any

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

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

Copied: gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD (from rev 458914, 
gnome-backgrounds/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD                         (rev 0)
+++ gnome-unstable-any/PKGBUILD 2022-10-25 16:06:18 UTC (rev 458915)
@@ -0,0 +1,30 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-backgrounds
+pkgver=43
+pkgrel=1
+pkgdesc="Background images and data for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-backgrounds";
+arch=(any)
+depends=(webp-pixbuf-loader)
+makedepends=(glib2 meson)
+license=(CCPL:by-sa)
+groups=(gnome)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('19f749d8c37f872f155bb69a2bbe7aca381175e6929f1998047d775cbc637244')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to