net-misc/tuba: Fix QA issues in SRC_URI and metadata.xml

Signed-off-by: Laurent Morretton <laurent@morretton.fr>
This commit is contained in:
Laurent Morretton
2023-04-04 23:26:02 +02:00
parent e9e56e828d
commit e2c9b5c018
3 changed files with 15 additions and 3 deletions

View File

@@ -1 +1 @@
DIST v0.2.0.tar.gz 233703 BLAKE2B 8131986f481031257a59a4d2902364cec042d3d773cee0dee3b1ef8628ea1e2dbb32619c6f9054b43c88a1da51a53d1877896f0082ad482387876000b47d40ab SHA512 c5e07199c950963ac6f398d36f2da760a6fa734e247ba1defc3b98f9aa53d1626cf519988a96c5c7e16f32b79d7f5ad6bec02d6eab84cc132f2f634176fdd2f5
DIST tuba-0.2.0.tar.gz 233703 BLAKE2B 8131986f481031257a59a4d2902364cec042d3d773cee0dee3b1ef8628ea1e2dbb32619c6f9054b43c88a1da51a53d1877896f0082ad482387876000b47d40ab SHA512 c5e07199c950963ac6f398d36f2da760a6fa734e247ba1defc3b98f9aa53d1626cf519988a96c5c7e16f32b79d7f5ad6bec02d6eab84cc132f2f634176fdd2f5

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>laurent@morretton.fr</email>
<name>Laurent Morretton</name>
</maintainer>
<upstream>
<remote-id type="github">GeopJr/Tuba</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -7,13 +7,14 @@ inherit gnome2-utils meson vala xdg
DESCRIPTION="Mastodon client, previously known as Tooth"
HOMEPAGE="https://github.com/GeopJr/Tuba"
SRC_URI="https://github.com/GeopJr/${PN}/archive/refs/tags/v${PV}.tar.gz"
MY_PN="Tuba"
SRC_URI="https://github.com/GeopJr/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="CC-BY-3.0 GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
S="${WORKDIR}/Tuba-${PV}"
S="${WORKDIR}/${MY_PN}-${PV}"
RDEPEND="
>=app-crypt/libsecret-0.20