[arch-commits] Commit in geocode-glib/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed Mar 30 19:56:35 UTC 2022


    Date: Wednesday, March 30, 2022 @ 19:56:35
  Author: heftig
Revision: 441007

3.26.2+r9+g6047da3-2: soup3 for gnome 42

Modified:
  geocode-glib/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-30 19:48:21 UTC (rev 441006)
+++ PKGBUILD	2022-03-30 19:56:35 UTC (rev 441007)
@@ -3,14 +3,15 @@
 
 pkgname=geocode-glib
 pkgver=3.26.2+r9+g6047da3
-pkgrel=1
+pkgrel=2
 pkgdesc="Helper library for geocoding services"
 url="https://gitlab.gnome.org/GNOME/geocode-glib"
 arch=(x86_64)
 license=(LGPL)
-depends=(glib2 json-glib libsoup)
+depends=(glib2 json-glib libsoup3)
 makedepends=(gobject-introspection git gtk-doc meson)
 provides=(libgeocode-glib.so)
+options=(debug)
 _commit=6047da31cfeb7f9fb33499dcc8db3b6fabc75428  # master
 source=("git+https://gitlab.gnome.org/GNOME/geocode-glib.git#commit=$_commit")
 sha256sums=('SKIP')
@@ -25,7 +26,7 @@
 }
 
 build() {
-  arch-meson $pkgname build -D enable-installed-tests=false
+  arch-meson $pkgname build -D enable-installed-tests=false -D soup2=false
   meson compile -C build
 }
 



More information about the arch-commits mailing list