You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild

48 lines
794 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
VALA_MIN_API_VERSION="0.26"
VALA_USE_DEPEND="vapigen"
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"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
KEYWORDS="~amd64"
RDEPEND="
>=dev-libs/glib-2.38.0:2
>=x11-libs/gtk+-3.20.10:3
>=gnome-base/libgtop-2.34.0:2
>=dev-libs/libdazzle-3.30
"
DEPEND="${RDEPEND}
${vala_depend}
>=sys-devel/gettext-0.19.8
"
src_prepare() {
vala_src_prepare
default
}
src_configure() {
meson_src_configure
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}