diff --git a/net-misc/tootle/Manifest b/net-misc/tootle/Manifest new file mode 100644 index 000000000..bc58bb04a --- /dev/null +++ b/net-misc/tootle/Manifest @@ -0,0 +1 @@ +DIST tootle-0.1.3.tar.gz 922538 BLAKE2B 4544a6ee024aa29cbec10b232081496d46ce1eefd009fcd4ecc9f7f77ad2c935ca475dd29899e405e0636980104048654bec10c249f1bf3366e102e923288543 SHA512 9ed4c3151b9dfacc75233d3d809e4a786f3cca7061c4c1d00660e1b450f1d742be0dc03682c91631594939d709fc49f2d2e49f11e7cddd9293779b5b2e24f2a7 diff --git a/net-misc/tootle/tootle-0.1.3.ebuild b/net-misc/tootle/tootle-0.1.3.ebuild new file mode 100644 index 000000000..f971f8144 --- /dev/null +++ b/net-misc/tootle/tootle-0.1.3.ebuild @@ -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 +}