geocode-glib-3.26.3

This commit is contained in:
Rmys
2022-06-30 18:52:40 +03:00
committed by GitHub
parent fd4cabb380
commit 94733094fc
2 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools from pisi.actionsapi import mesontools
def setup(): def setup():
mesontools.configure() mesontools.configure("-D enable-installed-tests=false")
def build(): def build():
mesontools.build mesontools.build
+9 -6
View File
@@ -11,11 +11,8 @@
<License>GPLv1</License> <License>GPLv1</License>
<PartOf>programming.misc</PartOf> <PartOf>programming.misc</PartOf>
<Summary>geocode-glib is a convenience library for the geocoding and reverse geocoding</Summary> <Summary>geocode-glib is a convenience library for the geocoding and reverse geocoding</Summary>
<Description>geocode-glib is a convenience library for the geocoding (finding longitude, <Description>geocode-glib is a convenience library for the geocoding (finding longitude, and latitude from an address) and reverse geocoding (finding an address from coordinates). It uses Nominatim service to achieve that. It also caches (reverse-)geocoding requests for faster results and to avoid unnecessary server load.</Description>
and latitude from an address) and reverse geocoding (finding an address from <Archive type="tarxz" sha1sum="92e2d342a2712f159a202127666b5fe8f0bb7f98">https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.3.tar.xz</Archive>
coordinates). It uses Nominatim service to achieve that. It also caches
(reverse-)geocoding requests for faster results and to avoid unnecessary server
load.</Description>
<BuildDependencies> <BuildDependencies>
<Dependency>meson</Dependency> <Dependency>meson</Dependency>
<Dependency versionFrom="1.4.4">json-glib-devel</Dependency> <Dependency versionFrom="1.4.4">json-glib-devel</Dependency>
@@ -23,7 +20,6 @@ load.</Description>
<Dependency>gtk-doc</Dependency> <Dependency>gtk-doc</Dependency>
<Dependency>gobject-introspection-devel</Dependency> <Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Archive type="tarxz" sha1sum="b8fb9aed83f33685fafc2952383dbc5b46a78d31">https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.2.tar.xz</Archive>
</Source> </Source>
<Package> <Package>
<Name>geocode-glib</Name> <Name>geocode-glib</Name>
@@ -55,6 +51,13 @@ load.</Description>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2022-06-30</Date>
<Version>3.26.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2021-04-06</Date> <Date>2021-04-06</Date>
<Version>3.26.2</Version> <Version>3.26.2</Version>