Date: Wednesday, February 1, 2023 @ 16:24:29
  Author: heftig
Revision: 467738

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   83 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-01 16:24:21 UTC (rev 467737)
+++ PKGBUILD    2023-02-01 16:24:29 UTC (rev 467738)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=gnome-maps
-pkgver=43.3
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-url="https://wiki.gnome.org/Apps/Maps";
-arch=(x86_64)
-license=(GPL)
-depends=(gjs gtk4 libadwaita geocode-glib-2 geoclue libshumate librest libxml2
-         libgweather-4)
-makedepends=(gobject-introspection git meson yelp-tools)
-groups=(gnome)
-options=(debug)
-_commit=1573a92044c05fbf1622958944372e3bfab55461  # tags/v43.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"
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 467737, 
gnome-maps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-01 16:24:29 UTC (rev 467738)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-maps
+pkgver=43.4
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps";
+arch=(x86_64)
+license=(GPL)
+depends=(gjs gtk4 libadwaita geocode-glib-2 geoclue libshumate librest libxml2
+         libgweather-4)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+_commit=c5d7052b6ab15e31025a05c4849edef1a2fd5479  # tags/v43.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"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to