Added tootle-0.1.3

This commit is contained in:
tastytea 2018-06-05 15:53:07 +02:00
parent e426244d33
commit ce0a2eda0c
Signed by untrusted user: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 30 additions and 0 deletions

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

@ -0,0 +1 @@
DIST tootle-0.1.3.tar.gz 922538 BLAKE2B 4544a6ee024aa29cbec10b232081496d46ce1eefd009fcd4ecc9f7f77ad2c935ca475dd29899e405e0636980104048654bec10c249f1bf3366e102e923288543 SHA512 9ed4c3151b9dfacc75233d3d809e4a786f3cca7061c4c1d00660e1b450f1d742be0dc03682c91631594939d709fc49f2d2e49f11e7cddd9293779b5b2e24f2a7

View File

@ -0,0 +1,29 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit meson vala
DESCRIPTION="GTK3 client for Mastodon"
HOMEPAGE="https://github.com/bleakgrey/tootle"
SRC_URI="https://github.com/bleakgrey/tootle/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
LICENSE="GPL-3"
SLOT="0"
RDEPEND=">=x11-libs/gtk+-3.22.29
>=net-libs/libsoup-2.58.2
>=dev-libs/granite-0.5.0
>=dev-libs/json-glib-1.2.8"
DEPEND="${RDEPEND}
>=dev-util/meson-0.46.1
>=dev-lang/vala-0.36.13"
src_prepare() {
export VALAC="$(type -p valac-$(vala_best_api_version))"
default_src_prepare
}
src_postintst() {
gnome2_icon_cache_update
}