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

2022-07-01 Thread Jan Steffens via arch-commits
Date: Saturday, July 2, 2022 @ 01:48:20
  Author: heftig
Revision: 449736

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-02 01:48:18 UTC (rev 449735)
+++ PKGBUILD2022-07-02 01:48:20 UTC (rev 449736)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=42.2
-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
- libgweather-4)
-makedepends=(gobject-introspection git meson yelp-tools)
-groups=(gnome)
-options=(debug)
-_commit=a79fda03eb9e6a3101950b53d8fbc6e5df138e5a  # tags/v42.2^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/extra-x86_64/PKGBUILD (from rev 449734, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-02 01:48:20 UTC (rev 449736)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=42.3
+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
+ libgweather-4)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+options=(debug)
+_commit=5b7a6cb36232c995ac5f7106731dc619423efaa8  # tags/v42.3^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"
+}



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

2022-05-28 Thread Jan Steffens via arch-commits
Date: Saturday, May 28, 2022 @ 16:28:14
  Author: heftig
Revision: 446605

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-28 16:28:03 UTC (rev 446604)
+++ PKGBUILD2022-05-28 16:28:14 UTC (rev 446605)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=42.1
-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
- libgweather-4)
-makedepends=(gobject-introspection git meson yelp-tools)
-groups=(gnome)
-options=(debug)
-_commit=c71d614bef06d875841d21e82c1a547e8f154a91  # tags/v42.1^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/extra-x86_64/PKGBUILD (from rev 446604, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-28 16:28:14 UTC (rev 446605)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=42.2
+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
+ libgweather-4)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+options=(debug)
+_commit=a79fda03eb9e6a3101950b53d8fbc6e5df138e5a  # tags/v42.2^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"
+}



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

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:09:37
  Author: heftig
Revision: 443785

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 23:09:18 UTC (rev 443784)
+++ PKGBUILD2022-04-22 23:09:37 UTC (rev 443785)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-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"
-}

Copied: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 443784, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 23:09:37 UTC (rev 443785)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=42.1
+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
+ libgweather-4)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+options=(debug)
+_commit=c71d614bef06d875841d21e82c1a547e8f154a91  # tags/v42.1^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"
+}



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

2022-02-12 Thread Jan Steffens via arch-commits
Date: Saturday, February 12, 2022 @ 13:39:05
  Author: heftig
Revision: 437019

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-12 13:38:48 UTC (rev 437018)
+++ PKGBUILD2022-02-12 13:39:05 UTC (rev 437019)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=41.2
-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)
-_commit=47ac76371c1616f936d298053f03562f442d5c0d  # tags/v41.2^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/extra-x86_64/PKGBUILD (from rev 437018, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-12 13:39:05 UTC (rev 437019)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=41.4
+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)
+_commit=3de5ab7ba3b1d4544450686230e023fbd37322c3  # tags/v41.4^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"
+}



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 15:02:02
  Author: heftig
Revision: 430694

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 15:02:02 UTC (rev 430693)
+++ PKGBUILD2021-12-05 15:02:02 UTC (rev 430694)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=41.1
-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)
-makedepends=(gobject-introspection git meson yelp-tools)
-groups=(gnome)
-_commit=8f8963009dc54627618e1b2a2627e0089f5d6815  # tags/v41.1^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'
-}
-
-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/extra-x86_64/PKGBUILD (from rev 430692, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 15:02:02 UTC (rev 430694)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=41.2
+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)
+_commit=47ac76371c1616f936d298053f03562f442d5c0d  # tags/v41.2^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"
+}



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

2021-08-13 Thread Jan Steffens via arch-commits
Date: Friday, August 13, 2021 @ 17:42:35
  Author: heftig
Revision: 422063

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-13 17:42:17 UTC (rev 422062)
+++ PKGBUILD2021-08-13 17:42:35 UTC (rev 422063)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=40.3
-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)
-_commit=8db01793d3fd1ecb8a8dd677086a7b54316205de  # tags/v40.3^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'
-}
-
-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/extra-x86_64/PKGBUILD (from rev 422062, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-13 17:42:35 UTC (rev 422063)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=40.4
+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)
+_commit=619a163ee75589c11744e524de7aa450339d71d7  # tags/v40.4^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'
+}
+
+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"
+}



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

2021-07-09 Thread Jan Steffens via arch-commits
Date: Friday, July 9, 2021 @ 23:08:19
  Author: heftig
Revision: 419408

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-09 23:08:19 UTC (rev 419407)
+++ PKGBUILD2021-07-09 23:08:19 UTC (rev 419408)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=40.2
-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)
-_commit=b59196dfa3a7998a714cec8351c13078ac742fb9  # tags/v40.2^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'
-}
-
-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/extra-x86_64/PKGBUILD (from rev 419406, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-09 23:08:19 UTC (rev 419408)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=40.3
+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)
+_commit=8db01793d3fd1ecb8a8dd677086a7b54316205de  # tags/v40.3^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'
+}
+
+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"
+}



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

2021-06-04 Thread Jan Steffens via arch-commits
Date: Friday, June 4, 2021 @ 18:04:29
  Author: heftig
Revision: 417104

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-04 18:04:29 UTC (rev 417103)
+++ PKGBUILD2021-06-04 18:04:29 UTC (rev 417104)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=40.1
-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)
-_commit=2296fd638d41b791dc1a64f74c64b1ea36c4abc5  # tags/v40.1^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'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 417102, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-04 18:04:29 UTC (rev 417104)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=40.2
+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)
+_commit=b59196dfa3a7998a714cec8351c13078ac742fb9  # tags/v40.2^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'
+}
+
+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"
+}


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

2021-05-01 Thread Jan Steffens via arch-commits
Date: Saturday, May 1, 2021 @ 22:30:01
  Author: heftig
Revision: 414145

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 22:29:48 UTC (rev 414144)
+++ PKGBUILD2021-05-01 22:30:01 UTC (rev 414145)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=40.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)
-_commit=05aede7d2a6e59f810b87f69eb1cc79983096692  # tags/v40.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'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 414144, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 22:30:01 UTC (rev 414145)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=40.1
+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)
+_commit=2296fd638d41b791dc1a64f74c64b1ea36c4abc5  # tags/v40.1^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'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2021-03-25 Thread Jan Steffens via arch-commits
Date: Thursday, March 25, 2021 @ 23:42:12
  Author: heftig
Revision: 411021

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-25 23:41:58 UTC (rev 411020)
+++ PKGBUILD2021-03-25 23:42:12 UTC (rev 411021)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.38.4
-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)
-makedepends=(gobject-introspection git meson yelp-tools)
-groups=(gnome)
-_commit=48f5bf2f61a38d29bbe3d48b5b95d3d8d301323b  # tags/v3.38.4^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'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 411020, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-25 23:42:12 UTC (rev 411021)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=40.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)
+_commit=05aede7d2a6e59f810b87f69eb1cc79983096692  # tags/v40.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'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2021-02-12 Thread Jan Steffens via arch-commits
Date: Friday, February 12, 2021 @ 23:51:46
  Author: heftig
Revision: 407893

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   77 ++---
 1 file changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-12 23:51:26 UTC (rev 407892)
+++ PKGBUILD2021-02-12 23:51:46 UTC (rev 407893)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.38.3
-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)
-makedepends=(gobject-introspection git meson yelp-tools)
-groups=(gnome)
-_commit=5236a3fd8a346309d94951e9827cafa1d0b3e360  # gnome-3-38
-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'
-}
-
-prepare() {
-  cd $pkgname
-  git tag -f v3.38.3 5236a3fd8a346309d94951e9827cafa1d0b3e360  # Missing tag
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 407892, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-12 23:51:46 UTC (rev 407893)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.38.4
+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)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+_commit=48f5bf2f61a38d29bbe3d48b5b95d3d8d301323b  # tags/v3.38.4^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'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2021-01-09 Thread Jan Steffens via arch-commits
Date: Saturday, January 9, 2021 @ 19:17:35
  Author: heftig
Revision: 405878

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   77 ++---
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-09 19:17:27 UTC (rev 405877)
+++ PKGBUILD2021-01-09 19:17:35 UTC (rev 405878)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.38.2
-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)
-makedepends=(gobject-introspection git meson yelp-tools)
-groups=(gnome)
-_commit=917b6c84e90d7be8bb9a2070677ba19c3cebad7b  # tags/v3.38.2^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'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 405877, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-09 19:17:35 UTC (rev 405878)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.38.3
+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)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+_commit=5236a3fd8a346309d94951e9827cafa1d0b3e360  # gnome-3-38
+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'
+}
+
+prepare() {
+  cd $pkgname
+  git tag -f v3.38.3 5236a3fd8a346309d94951e9827cafa1d0b3e360  # Missing tag
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}