Added tootle-0.1.4

This commit is contained in:
tastytea 2018-06-20 16:31:47 +02:00
parent faa088b318
commit 2fd1334078
Signed by untrusted user: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 39 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST tootle-0.1.3.tar.gz 922538 BLAKE2B 4544a6ee024aa29cbec10b232081496d46ce1eefd009fcd4ecc9f7f77ad2c935ca475dd29899e405e0636980104048654bec10c249f1bf3366e102e923288543 SHA512 9ed4c3151b9dfacc75233d3d809e4a786f3cca7061c4c1d00660e1b450f1d742be0dc03682c91631594939d709fc49f2d2e49f11e7cddd9293779b5b2e24f2a7
DIST tootle-0.1.4.tar.gz 931285 BLAKE2B 3475862d4df612005d7fffd7e8bd5cb25a21afd827c2f003a2c878336950058605af09574469e8cbc3a4b0acb8706e4c0ca1bf5ecedd11614b94b015511ee526 SHA512 83a291dce9a4a9f269cd2e28762c89900c8d3da8f77f691e0b460634f5ae4e8ba6f3472101dd7a1b9ea7fe4db5ecdca60973d15330b9fc75b807088a60236155

View File

@ -0,0 +1,38 @@
# 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"
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_install() {
meson_src_install
dosym ${EPREFIX}/usr/bin/{com.github.bleakgrey.,}tootle
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}