From 012ab3187f494ae367e1dfb8d5075c61cfb77e33 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Tue, 2 May 2023 13:51:21 +0200 Subject: [PATCH] QA fix --- gnome-extra/health/health-0.94.0.ebuild | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/gnome-extra/health/health-0.94.0.ebuild b/gnome-extra/health/health-0.94.0.ebuild index 100a930..ae3e698 100644 --- a/gnome-extra/health/health-0.94.0.ebuild +++ b/gnome-extra/health/health-0.94.0.ebuild @@ -3,14 +3,16 @@ EAPI=8 -inherit gnome2-utils meson vala xdg +inherit gnome2-utils meson toolchain-funcs xdg COMMIT="d664384370bb55f0e46a78da094c567a5a7e97c6" DESCRIPTION="Track your fitness goals" 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+" +RESTRICT="network-sandbox" + +LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" @@ -24,21 +26,12 @@ RDEPEND=" DEPEND="${RDEPEND}" -BDEPEND=" - $(vala_depend) - virtual/pkgconfig -" -src_prepare() { - default - vala_setup -} - pkg_postinst() { - gnome2_schemas_update xdg_pkg_postinst + gnome2_schemas_update } pkg_postrm() { - gnome2_schemas_update xdg_pkg_postrm + gnome2_schemas_update }