[arch-commits] Commit in geocode-glib/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Mar 14 15:13:37 UTC 2019


    Date: Thursday, March 14, 2019 @ 15:13:36
  Author: heftig
Revision: 348022

archrelease: copy trunk to extra-x86_64

Added:
  geocode-glib/repos/extra-x86_64/PKGBUILD
    (from rev 348020, geocode-glib/trunk/PKGBUILD)
Deleted:
  geocode-glib/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-14 15:13:32 UTC (rev 348021)
+++ PKGBUILD	2019-03-14 15:13:36 UTC (rev 348022)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=geocode-glib
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Helper library for geocoding services"
-url="https://git.gnome.org/browse/geocode-glib/"
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 json-glib libsoup)
-makedepends=(intltool gobject-introspection git gtk-doc meson)
-_commit=da3cf65f09dbfbf0fe417e20b469d146255d5234  # tags/3.26.0^0
-source=("git+https://gitlab.gnome.org/GNOME/geocode-glib.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed -i 's/gnome/Adwaita/' icons/meson.build
-}
-
-build() {
-  arch-meson $pkgname build -D enable-installed-tests=false
-  ninja -C build
-}
-
-check() {
-  cd build
-  # Needs sv_SE.utf8, will not pass in chroot
-  #meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-

Copied: geocode-glib/repos/extra-x86_64/PKGBUILD (from rev 348020, geocode-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-14 15:13:36 UTC (rev 348022)
@@ -0,0 +1,40 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=geocode-glib
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Helper library for geocoding services"
+url="https://gitlab.gnome.org/GNOME/geocode-glib"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 json-glib libsoup)
+makedepends=(gobject-introspection git gtk-doc meson)
+_commit=8280732c9994e56931e751540f2890603182364a  # tags/3.26.1^0
+source=("git+https://gitlab.gnome.org/GNOME/geocode-glib.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i 's/gnome/Adwaita/' icons/meson.build
+}
+
+build() {
+  arch-meson $pkgname build -D enable-installed-tests=false
+  ninja -C build
+}
+
+check() {
+  # Needs sv_SE.utf8, will not pass in chroot
+  : meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+



More information about the arch-commits mailing list