Skip to content
Snippets Groups Projects
Commit 2433170c authored by Newbyte's avatar Newbyte :snowflake: Committed by alice
Browse files

community/geocode-glib: build against libsoup3

parent afef7344
No related branches found
No related tags found
1 merge request!39322WIP: GNOME 43
...@@ -3,19 +3,29 @@ ...@@ -3,19 +3,29 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=geocode-glib pkgname=geocode-glib
pkgver=3.26.4 pkgver=3.26.4
pkgrel=0 pkgrel=1
pkgdesc="Geocoding helper library" pkgdesc="Geocoding helper library"
url="https://gitlab.gnome.org/GNOME/geocode-glib" url="https://gitlab.gnome.org/GNOME/geocode-glib"
arch="all" arch="all"
license="LGPL-2.0-or-later" license="LGPL-2.0-or-later"
makedepends="glib-dev gobject-introspection-dev intltool makedepends="
json-glib-dev libsoup-dev meson ninja gtk-doc" glib-dev
gobject-introspection-dev
gtk-doc
intltool
json-glib-dev
libsoup3-dev
meson
ninja
"
options="!check" # no tests options="!check" # no tests
subpackages="$pkgname-dev $pkgname-doc" subpackages="$pkgname-dev $pkgname-doc"
source="https://download.gnome.org/sources/geocode-glib/${pkgver%.*}/geocode-glib-$pkgver.tar.xz" source="https://download.gnome.org/sources/geocode-glib/${pkgver%.*}/geocode-glib-$pkgver.tar.xz"
build() { build() {
abuild-meson \ abuild-meson \
-Db_lto=true \
-Dsoup2=false \
build build
meson compile ${JOBS:+-j ${JOBS}} -C build meson compile ${JOBS:+-j ${JOBS}} -C build
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment