Changed tooth to tuba
This commit is contained in:
1
net-im/tuba/Manifest
Normal file
1
net-im/tuba/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST tooth-20230322.tar.gz 134980 BLAKE2B c8f5c829079616d2fb04eeda158ca9fe60e7b7d848f60675304489826a4768a0b3e5347e6be53e87f5156812e467130f12e87c738c4bffd5bbf344882639bcc4 SHA512 22133a834acebb4fd6d8c6c24c0bbb7c90b4c6aa59fcb2d5df74d7562728b66fbb897f7a81170adee05a9974f4b2d09c48f2630dbdce75ddcc951619c9c12bb7
|
||||
46
net-im/tuba/tuba-0.1.0.ebuild
Normal file
46
net-im/tuba/tuba-0.1.0.ebuild
Normal file
@@ -0,0 +1,46 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome2-utils meson vala xdg
|
||||
|
||||
DESCRIPTION="Mastodon client"
|
||||
HOMEPAGE="https://github.com/GeopJr/Tuba"
|
||||
SRC_URI="https://github.com/GeopJr/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
|
||||
|
||||
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
|
||||
"
|
||||
src_prepare() {
|
||||
default
|
||||
vala_setup
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_schemas_update
|
||||
xdg_pkg_postinst
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_schemas_update
|
||||
xdg_pkg_postrm
|
||||
}
|
||||
Reference in New Issue
Block a user