app-misc/geoclue: metadata.xml: improvements

pull/31/head
Alexander Kurakin 1 year ago
parent 2aafdb84d6
commit 8e66596e0c

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -8,7 +8,7 @@ PYTHON_REQ_USE="xml(+)"
inherit meson python-any-r1 systemd vala xdg
DESCRIPTION="A location information D-Bus service"
HOMEPAGE="https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home"
HOMEPAGE="https://gitlab.freedesktop.org/geoclue/geoclue/-/wikis/home"
SRC_URI="https://gitlab.freedesktop.org/geoclue/${PN}/-/archive/${PV}/${P}.tar.bz2"
LICENSE="LGPL-2.1+ GPL-2+"

@ -1,11 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>support@calculate.ru</email>
<name>Mir Calculate</name>
<description>Calculate Overlay</description>
</maintainer>
<upstream><remote-id type="freedesktop-gitlab">geoclue/geoclue</remote-id></upstream>
<use><flag name="modemmanager">Use 3G modems fo geolocation</flag></use>
<longdescription>
Geoclue is a D-Bus geoinformation service. The goal of the Geoclue project is to make creating location-aware
applications as simple as possible.
</longdescription>
<use lang="en">
<flag name="modemmanager">Enable geolocation through 3G or GPS enabled hardware through <pkg>net-misc/modemmanager</pkg></flag>
<flag name="zeroconf">Enable retrieval of GPS location from Android devices with GeoclueShare</flag>
</use>
<use lang="ru">
<flag name="modemmanager">Включить геолокацию через устройства с включенными 3G и GPS с использованием <pkg>net-misc/modemmanager</pkg></flag>
<flag name="zeroconf">Включить получение локации GPS из Android-устройства с использованием GeoclueShare</flag>
</use>
<upstream>
<remote-id type="freedesktop-gitlab">geoclue/geoclue</remote-id>
<bugs-to>https://gitlab.freedesktop.org/geoclue/geoclue/-/issues</bugs-to>
<changelog>https://gitlab.freedesktop.org/geoclue/geoclue/-/blob/master/NEWS</changelog>
</upstream>
</pkgmetadata>

Loading…
Cancel
Save