[arch-commits] Commit in gnome-tour (3 files)

Balló György bgyorgy at archlinux.org
Tue Apr 20 17:14:40 UTC 2021


    Date: Tuesday, April 20, 2021 @ 17:14:39
  Author: bgyorgy
Revision: 920092

archrelease: copy trunk to community-x86_64

Added:
  gnome-tour/repos/
  gnome-tour/repos/community-x86_64/
  gnome-tour/repos/community-x86_64/PKGBUILD
    (from rev 920091, gnome-tour/trunk/PKGBUILD)

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

Copied: gnome-tour/repos/community-x86_64/PKGBUILD (from rev 920091, gnome-tour/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2021-04-20 17:14:39 UTC (rev 920092)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-tour
+pkgver=40.0
+pkgrel=1
+pkgdesc='Guided tour and greeter for GNOME'
+arch=('x86_64')
+url='https://gitlab.gnome.org/GNOME/gnome-tour'
+license=('GPL3')
+depends=('libhandy')
+makedepends=('appstream-glib' 'meson' 'rust')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('7063223869a074727414bec7db738d8506216ee84ccfc3bca7dac52e498c1bf9')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list