gjdwebserver-overlay/sys-process/gnome-usage/gnome-usage-3.38.1-r1.ebuild

43 lines
761 B
Bash
Raw Normal View History

2023-01-06 19:20:32 +01:00
# Copyright 1999-2023 Gentoo Authors
2021-12-08 19:32:50 +01:00
# Distributed under the terms of the GNU General Public License v2
2023-01-06 19:20:32 +01:00
EAPI=8
2021-12-08 19:32:50 +01:00
inherit gnome.org gnome2-utils meson vala xdg
2023-01-06 19:20:32 +01:00
DESCRIPTION="A nice way to view information about use of system resources"
HOMEPAGE="https://wiki.gnome.org/Apps/Usage"
2021-12-08 19:32:50 +01:00
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=dev-libs/glib-2.38:2
>=x11-libs/gtk+-3.20.10:3
>=dev-libs/libdazzle-3.30
>=gnome-base/libgtop-2.34.0:2
>=gui-libs/libhandy-1.0.0:1=
>=app-misc/tracker-3.0.3:3=
"
2023-01-06 19:20:32 +01:00
DEPEND="${RDEPEND}"
BDEPEND="
2021-12-08 19:32:50 +01:00
$(vala_depend)
>=sys-devel/gettext-0.19.8
"
src_configure() {
2023-01-06 19:20:32 +01:00
vala_setup
2021-12-08 19:32:50 +01:00
meson_src_configure
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}