mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
net-misc/tooth: new package, add 9999
Signed-off-by: Laurent Morretton <laurent@morretton.fr>
This commit is contained in:
1
net-misc/tooth/Manifest
Normal file
1
net-misc/tooth/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST Tooth 216473 BLAKE2B 6247280fb34db9709bb52faa5032b766487ea516d6d3069dc72f0dcab1415dd68bcbb47532c45083b4debc41d7f108b1637e793955307a21f144432d391bcdf7 SHA512 27ec83fea519dc0e58b703e3b0ae8d4a15ed8d2cef5daa22bc1e294aa402bac62536838b7884cb846db85e0055b605d63edc3342a44fe62b4fe93e91e5ac8f15
|
||||
49
net-misc/tooth/tooth-9999.ebuild
Normal file
49
net-misc/tooth/tooth-9999.ebuild
Normal file
@@ -0,0 +1,49 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3 vala meson gnome2-utils
|
||||
|
||||
DESCRIPTION="Tooth is a fork of the now archived Tootle, a gtk Mastodon client."
|
||||
HOMEPAGE="https://github.com/GeopJr/Tooth"
|
||||
SRC_URI="${HOMEPAGE}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND=">=dev-util/meson-0.50
|
||||
>=dev-lang/vala-0.48
|
||||
>=dev-libs/glib-2.0
|
||||
>=dev-libs/json-glib-1.4.4
|
||||
>=dev-libs/libxml2-2.9.10
|
||||
>=dev-libs/libgee-0.8
|
||||
gui-libs/gtk:4
|
||||
>=gui-libs/libadwaita-1.2.0
|
||||
>=app-crypt/libsecret-0.20"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
$(vala_depend)
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
EGIT_REPO_URI="${SRC_URI}"
|
||||
VALA_MIN_API_VERSION=0.48
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
vala_setup
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_schemas_update
|
||||
}
|
||||
Reference in New Issue
Block a user