diff --git a/gnome-extra/health/Manifest b/gnome-extra/health/Manifest new file mode 100644 index 0000000..d3bb434 --- /dev/null +++ b/gnome-extra/health/Manifest @@ -0,0 +1 @@ +DIST health-0.94.0.tar.gz 547015 BLAKE2B 70acef0c26d82b3f6dd5404836d6435852c67baa3a2d041f397d7645d41dc381d732a5be3a96c9c88d6ceaac9fa422b7279c4c16cbfbe7eafb9cf87f0ad6415f SHA512 32fae9f4dab392356c4490f9c28611330dc2fd3e2f1bb8d7676d2b2c8c8dd60fe0518051cd74a7c791e5f4a0afc9982f8b14bc084eab0fd00fa264101aae6a56 diff --git a/gnome-extra/health/health-0.94.0.ebuild b/gnome-extra/health/health-0.94.0.ebuild new file mode 100644 index 0000000..58c1275 --- /dev/null +++ b/gnome-extra/health/health-0.94.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome2-utils meson vala xdg + +DESCRIPTION="Mastodon client" +HOMEPAGE="https://gitlab.gnome.org/World/Health/" +SRC_URI="https://gitlab.gnome.org/World/${PN}/-/archive/0.94.0/${PN}-${PV}.tar.gz" + +LICENSE="CC-BY-3.0 GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +S="${WORKDIR}/${PN}-${PV}" + +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 +" +src_prepare() { + default + vala_setup +} + +pkg_postinst() { + gnome2_schemas_update + xdg_pkg_postinst +} + +pkg_postrm() { + gnome2_schemas_update + xdg_pkg_postrm +}