Added tootle

This commit is contained in:
Gerben Jan Dijkman 2023-01-06 19:13:08 +01:00
parent 19991ad84d
commit 0808a31e1c
2 changed files with 45 additions and 0 deletions

1
net-im/tootle/Manifest Normal file
View File

@ -0,0 +1 @@
DIST tootle-20220106.tar.gz 810635 BLAKE2B f344ef96fdce5ccac21c56d2f4883de58b2112e0e7b8ae1734f02bab3c690d5c5063c2ef76b262384f6f91604fcf83e9af62fe8af741292420b739d865530344 SHA512 740365b0b14a22676357d90c86bda3b089d3f8d83e18b564517f658153aee775ab8aa2d9042a8660b54315823432fc9909a7714ce215da05f41f602b4014a8c4

View File

@ -0,0 +1,44 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2-utils meson vala xdg
COMMIT="b4046da9a7806e11cb77e85b4531c98ff4a33ca5"
DESCRIPTION="Mastodon client"
HOMEPAGE="https://gitlab.gnome.org/World/tootle"
SRC_URI="https://gitlab.gnome.org/World/tootle/-/archive/${COMMIT}/tootle-${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/tootle-${COMMIT}
LICENSE="CC-BY-3.0 GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
RDEPEND="
>=dev-libs/glib-2.30
>=dev-libs/json-glib-1.4.4
>=dev-libs/libxml2-2.9.10
>=dev-libs/libgee-0.8.5
>=net-libs/libsoup-2.64
>=gui-libs/gtk-4.3.0
>=gui-libs/libadwaita-1.0
>=app-crypt/libsecret-0.20
"
DEPEND="${RDEPEND}"
BDEPEND="
$(vala_depend)
virtual/pkgconfig
"
pkg_postinst() {
gnome2_schemas_update
xdg_pkg_postinst
}
pkg_postrm() {
gnome2_schemas_update
xdg_pkg_postrm
}