QA fix
This commit is contained in:
parent
670e0bb57d
commit
012ab3187f
@ -3,14 +3,16 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit gnome2-utils meson vala xdg
|
inherit gnome2-utils meson toolchain-funcs xdg
|
||||||
|
|
||||||
COMMIT="d664384370bb55f0e46a78da094c567a5a7e97c6"
|
COMMIT="d664384370bb55f0e46a78da094c567a5a7e97c6"
|
||||||
DESCRIPTION="Track your fitness goals"
|
DESCRIPTION="Track your fitness goals"
|
||||||
HOMEPAGE="https://gitlab.gnome.org/World/Health/"
|
HOMEPAGE="https://gitlab.gnome.org/World/Health/"
|
||||||
SRC_URI="https://gitlab.gnome.org/World/${PN}/-/archive/0.94.0/${PN}-${PV}.tar.gz"
|
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"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
|
|
||||||
@ -24,21 +26,12 @@ RDEPEND="
|
|||||||
|
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
BDEPEND="
|
|
||||||
$(vala_depend)
|
|
||||||
virtual/pkgconfig
|
|
||||||
"
|
|
||||||
src_prepare() {
|
|
||||||
default
|
|
||||||
vala_setup
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
gnome2_schemas_update
|
|
||||||
xdg_pkg_postinst
|
xdg_pkg_postinst
|
||||||
|
gnome2_schemas_update
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postrm() {
|
pkg_postrm() {
|
||||||
gnome2_schemas_update
|
|
||||||
xdg_pkg_postrm
|
xdg_pkg_postrm
|
||||||
|
gnome2_schemas_update
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user