logo

overlay

My (experimental) gentoo overlay
commit: 4c6e7c56310f07136a69d0978a2bf50bd4bbdecb
parent: 62a0c3a38adca12e41a20a31e3c84e00b637a0b1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  4 Jul 2018 01:14:13 +0200

net-im/tootle: Bump to 0.1.5

Diffstat:

Mnet-im/tootle/Manifest1+
Anet-im/tootle/tootle-0.1.5.ebuild41+++++++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/net-im/tootle/Manifest b/net-im/tootle/Manifest @@ -1 +1,2 @@ DIST tootle-0.1.3.tar.gz 922538 BLAKE2B 4544a6ee024aa29cbec10b232081496d46ce1eefd009fcd4ecc9f7f77ad2c935ca475dd29899e405e0636980104048654bec10c249f1bf3366e102e923288543 SHA512 9ed4c3151b9dfacc75233d3d809e4a786f3cca7061c4c1d00660e1b450f1d742be0dc03682c91631594939d709fc49f2d2e49f11e7cddd9293779b5b2e24f2a7 +DIST tootle-0.1.5.tar.gz 931686 BLAKE2B 5068914cc12027eab83b99acd3319cee33736bdcfa337d71f6b3e684290a1b7efd9de88574cf1d0b5e211586a492b897686a05c15acaa3892bd8454dec80c730 SHA512 2db03783044a769edfb70a6be08b401be0662ae4ea9c92c9945cc0f96f74a6785725abe3f8b5a44fff819f9f63d214682181b018fdc1a10953803d9d632a9323 diff --git a/net-im/tootle/tootle-0.1.5.ebuild b/net-im/tootle/tootle-0.1.5.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit meson vala gnome2-utils + +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" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-libs/granite + dev-libs/json-glib +" +RDEPEND="${DEPEND}" + +src_prepare() { + vala_src_prepare + default +} + +pkg_preinst() { + gnome2_gconf_savelist + gnome2_schemas_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update + gnome2_gconf_install + gnome2_schemas_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}