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

Jan Steffens heftig at gemini.archlinux.org
Thu Feb 10 18:24:42 UTC 2022


    Date: Thursday, February 10, 2022 @ 18:24:42
  Author: heftig
Revision: 436886

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 18:24:41 UTC (rev 436885)
+++ PKGBUILD	2022-02-10 18:24:42 UTC (rev 436886)
@@ -1,39 +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.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
-}
-

Copied: geocode-glib/repos/extra-x86_64/PKGBUILD (from rev 436883, geocode-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-10 18:24:42 UTC (rev 436886)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=geocode-glib
+pkgver=3.26.2+r9+g6047da3
+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)
+provides=(libgeocode-glib.so)
+_commit=6047da31cfeb7f9fb33499dcc8db3b6fabc75428  # master
+source=("git+https://gitlab.gnome.org/GNOME/geocode-glib.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D enable-installed-tests=false
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+



More information about the arch-commits mailing list