[arch-commits] Commit in gnome-maps/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Mon Apr 4 08:55:03 UTC 2022


    Date: Monday, April 4, 2022 @ 08:55:02
  Author: heftig
Revision: 441502

archrelease: copy trunk to testing-x86_64

Added:
  gnome-maps/repos/testing-x86_64/PKGBUILD
    (from rev 441501, gnome-maps/trunk/PKGBUILD)
Deleted:
  gnome-maps/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-04 08:52:27 UTC (rev 441501)
+++ PKGBUILD	2022-04-04 08:55:02 UTC (rev 441502)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-maps
-pkgver=42.0
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-url="https://wiki.gnome.org/Apps/Maps"
-arch=(x86_64)
-license=(GPL)
-depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph libhandy)
-makedepends=(gobject-introspection git meson yelp-tools)
-groups=(gnome)
-options=(debug)
-_commit=938c8b3681995b2bc5bd1cb5b0d11446e6151e9b  # tags/v42.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gnome-maps/repos/testing-x86_64/PKGBUILD (from rev 441501, gnome-maps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-04 08:55:02 UTC (rev 441502)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-maps
+pkgver=42.0
+pkgrel=2
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps"
+arch=(x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph libhandy
+         libgweather)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+options=(debug)
+_commit=938c8b3681995b2bc5bd1cb5b0d11446e6151e9b  # tags/v42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list