From 0808a31e1cb0d2269e95d0d3d67e9e347df4a294 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Fri, 6 Jan 2023 19:13:08 +0100 Subject: [PATCH] Added tootle --- net-im/tootle/Manifest | 1 + net-im/tootle/tootle-20220106.ebuild | 44 ++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 net-im/tootle/Manifest create mode 100644 net-im/tootle/tootle-20220106.ebuild diff --git a/net-im/tootle/Manifest b/net-im/tootle/Manifest new file mode 100644 index 0000000..3140ff4 --- /dev/null +++ b/net-im/tootle/Manifest @@ -0,0 +1 @@ +DIST tootle-20220106.tar.gz 810635 BLAKE2B f344ef96fdce5ccac21c56d2f4883de58b2112e0e7b8ae1734f02bab3c690d5c5063c2ef76b262384f6f91604fcf83e9af62fe8af741292420b739d865530344 SHA512 740365b0b14a22676357d90c86bda3b089d3f8d83e18b564517f658153aee775ab8aa2d9042a8660b54315823432fc9909a7714ce215da05f41f602b4014a8c4 diff --git a/net-im/tootle/tootle-20220106.ebuild b/net-im/tootle/tootle-20220106.ebuild new file mode 100644 index 0000000..c9a5415 --- /dev/null +++ b/net-im/tootle/tootle-20220106.ebuild @@ -0,0 +1,44 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome2-utils meson vala xdg + +COMMIT="b4046da9a7806e11cb77e85b4531c98ff4a33ca5" +DESCRIPTION="Mastodon client" +HOMEPAGE="https://gitlab.gnome.org/World/tootle" +SRC_URI="https://gitlab.gnome.org/World/tootle/-/archive/${COMMIT}/tootle-${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/tootle-${COMMIT} + +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 +" + +pkg_postinst() { + gnome2_schemas_update + xdg_pkg_postinst +} + +pkg_postrm() { + gnome2_schemas_update + xdg_pkg_postrm +}