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

Jan Steffens heftig at archlinux.org
Fri Dec 14 01:06:48 UTC 2018


    Date: Friday, December 14, 2018 @ 01:06:47
  Author: heftig
Revision: 342098

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-14 01:06:38 UTC (rev 342097)
+++ PKGBUILD	2018-12-14 01:06:47 UTC (rev 342098)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-maps
-pkgver=3.30.2.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 geoclue2 gjs libchamplain libgee folks gfbgraph)
-makedepends=(gobject-introspection git meson yelp)
-groups=(gnome)
-_commit=cd5a3f7cf41cbe968cfbb2349739a8e4d1903193  # tags/v3.30.2.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
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 342097, gnome-maps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-14 01:06:47 UTC (rev 342098)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-maps
+pkgver=3.30.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 geoclue2 gjs libchamplain libgee folks gfbgraph)
+makedepends=(gobject-introspection git meson yelp)
+groups=(gnome)
+_commit=e8570fc6b229e68f5126a90edc54bc35c467c79a  # tags/v3.30.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
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list