[arch-commits] Commit in gnome-tour/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Mar 13 18:38:07 UTC 2022


    Date: Sunday, March 13, 2022 @ 18:38:06
  Author: arojas
Revision: 1151168

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-13 18:37:57 UTC (rev 1151167)
+++ PKGBUILD	2022-03-13 18:38:06 UTC (rev 1151168)
@@ -1,26 +0,0 @@
-# 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
-}

Copied: gnome-tour/repos/community-x86_64/PKGBUILD (from rev 1151167, gnome-tour/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-13 18:38:06 UTC (rev 1151168)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-tour
+pkgver=40.1
+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=('ad8612d75d01eea63c59c998eb928ebe6ef998466061b9fc1fdec8285d363398')
+
+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