gjdwebserver-overlay/gnome-extra/health/health-0.94.0.ebuild

45 lines
781 B
Bash
Raw Normal View History

2023-05-02 13:28:56 +02:00
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2-utils meson vala xdg
2023-05-02 13:31:54 +02:00
COMMIT="d664384370bb55f0e46a78da094c567a5a7e97c6"
DESCRIPTION="Track your fitness goals"
2023-05-02 13:28:56 +02:00
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"
2023-05-02 13:33:12 +02:00
S="${WORKDIR}/Health-${PV}-${COMMIT}"
2023-05-02 13:28:56 +02:00
RDEPEND="
2023-05-02 13:36:53 +02:00
dev-libs/glib
2023-05-02 13:37:41 +02:00
dev-util/blueprint-compiler
2023-05-02 13:36:53 +02:00
dev-libs/appstream
2023-05-02 13:28:56 +02:00
"
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
}