Updated revision
This commit is contained in:
parent
0808a31e1c
commit
eba4a3d023
@ -1,14 +1,12 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI="7"
|
EAPI=8
|
||||||
VALA_MIN_API_VERSION="0.36"
|
|
||||||
VALA_USE_DEPEND="vapigen"
|
|
||||||
|
|
||||||
inherit gnome.org gnome2-utils meson vala xdg
|
inherit gnome.org gnome2-utils meson vala xdg
|
||||||
|
|
||||||
DESCRIPTION="A nice way to view information about use of system resources."
|
DESCRIPTION="A nice way to view information about use of system resources"
|
||||||
HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-usage/"
|
HOMEPAGE="https://wiki.gnome.org/Apps/Usage"
|
||||||
|
|
||||||
LICENSE="GPL-3+"
|
LICENSE="GPL-3+"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@ -22,18 +20,14 @@ RDEPEND="
|
|||||||
>=gui-libs/libhandy-1.0.0:1=
|
>=gui-libs/libhandy-1.0.0:1=
|
||||||
>=app-misc/tracker-3.0.3:3=
|
>=app-misc/tracker-3.0.3:3=
|
||||||
"
|
"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
DEPEND="${RDEPEND}
|
BDEPEND="
|
||||||
$(vala_depend)
|
$(vala_depend)
|
||||||
>=sys-devel/gettext-0.19.8
|
>=sys-devel/gettext-0.19.8
|
||||||
"
|
"
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
vala_src_prepare
|
|
||||||
default
|
|
||||||
}
|
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
|
vala_setup
|
||||||
meson_src_configure
|
meson_src_configure
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user