[arch-commits] Commit in geocode-glib/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Mar 9 15:39:17 UTC 2020
Date: Monday, March 9, 2020 @ 15:39:16
Author: heftig
Revision: 377216
archrelease: copy trunk to extra-x86_64
Added:
geocode-glib/repos/extra-x86_64/PKGBUILD
(from rev 377215, geocode-glib/trunk/PKGBUILD)
Deleted:
geocode-glib/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 79 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-09 15:39:02 UTC (rev 377215)
+++ PKGBUILD 2020-03-09 15:39:16 UTC (rev 377216)
@@ -1,40 +0,0 @@
-# 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
-}
-
Copied: geocode-glib/repos/extra-x86_64/PKGBUILD (from rev 377215, geocode-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-09 15:39:16 UTC (rev 377216)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=geocode-glib
+pkgver=3.26.2
+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=34f420cbe1ff3f45fde9179ba07e0259b9ce505b # tags/3.26.2^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() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
+
More information about the arch-commits
mailing list