mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sys-process/gnome-usage: add 48.0
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST gnome-usage-46.1.tar.xz 272460 BLAKE2B 12c3b0ed324e2f71510b1a86d5033e52d639f9c54eacc98d4021c98736ae79a735f89497a22302e4f4d3b52110fedd9acdc9cbbbb2e537b96737c0a6458c0f70 SHA512 6a8116453eab8d6c98142bc3c602d61a17b1b52e69f4d75cff0fa4efca268d96659757810358124320a70528456add93460f1d0c20deeb5376019c90a28c8636
|
||||
DIST gnome-usage-48.0.tar.xz 283452 BLAKE2B 584f814733b5302462e18a7993dcd212c143495fbd398784af85025f00a0cf95b5b95773d16d9c7ebdbe7df98fdb7f543175388141b4fe2142a17420c202a4ac SHA512 952cd92f90460c28e48eaadbed3de318cb2bf8e13ca00e5282ee3e961e1380cfbe3162d2d07b4ed331827549878dab932b75e3958d3225992980f23057ab97fa
|
||||
|
||||
44
sys-process/gnome-usage/gnome-usage-48.0.ebuild
Normal file
44
sys-process/gnome-usage/gnome-usage-48.0.ebuild
Normal file
@@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
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"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/libgee-0.8:0.8=
|
||||
>=dev-libs/glib-2.74:2
|
||||
>=gui-libs/gtk-4.11.3:4
|
||||
dev-libs/json-glib
|
||||
>=gnome-base/libgtop-2.34.0:2=
|
||||
>=net-misc/networkmanager-1.44.0[vala]
|
||||
>=gui-libs/libadwaita-1.6:1
|
||||
>=app-misc/tinysparql-3.0.3:3[vala(+)]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
$(vala_depend)
|
||||
>=sys-devel/gettext-0.19.8
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
vala_setup
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
||||
Reference in New Issue
Block a user