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
|
||||
|
||||
EAPI="7"
|
||||
VALA_MIN_API_VERSION="0.36"
|
||||
VALA_USE_DEPEND="vapigen"
|
||||
EAPI=8
|
||||
|
||||
inherit gnome.org gnome2-utils meson vala xdg
|
||||
|
||||
DESCRIPTION="A nice way to view information about use of system resources."
|
||||
HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-usage/"
|
||||
DESCRIPTION="A nice way to view information about use of system resources"
|
||||
HOMEPAGE="https://wiki.gnome.org/Apps/Usage"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
@ -22,18 +20,14 @@ RDEPEND="
|
||||
>=gui-libs/libhandy-1.0.0:1=
|
||||
>=app-misc/tracker-3.0.3:3=
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
$(vala_depend)
|
||||
>=sys-devel/gettext-0.19.8
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
vala_src_prepare
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
vala_setup
|
||||
meson_src_configure
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user