public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
Date: Fri, 09 May 2025 09:43:12 +0000 (UTC)	[thread overview]
Message-ID: <1746783695.26179932d85c400f0edda25ceb2e6fe243ad680c.pacho@gentoo> (raw)

commit:     26179932d85c400f0edda25ceb2e6fe243ad680c
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Mon Apr 28 02:50:38 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri May  9 09:41:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26179932

sys-process/gnome-usage: Bump to 46.1

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/41806
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sys-process/gnome-usage/Manifest                |  1 +
 sys-process/gnome-usage/gnome-usage-46.1.ebuild | 42 +++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/sys-process/gnome-usage/Manifest b/sys-process/gnome-usage/Manifest
index e1f1313c9f0d..c720ddb31ff6 100644
--- a/sys-process/gnome-usage/Manifest
+++ b/sys-process/gnome-usage/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-usage-45.1.tar.xz 232876 BLAKE2B be2f1378ba2c33ae95c9a2d2ddabfef5e08d76bb6a670b8dc10fb0c1c94ae72dfa55e934bb871dabd90b2a29bcfb2853f5ccd11047550c63f94a4b62a1be84ca SHA512 c5eaf2fda3657dc3188587f5d138c912ad3971660da98dafe210c6dff223d559df11aa44f9099a09978467acc1575229c05dd4123ddaeea438bd522c5dfc78c4
 DIST gnome-usage-46.0.tar.xz 267460 BLAKE2B 8d97ddb673a4f291493c63aa4e6802957351bf65a5f55d09fb9bbcee56685f68185176c33d120844ae887d55300abb75c3e87edbef1d2806ac1092b592bce3ab SHA512 29bd074dcab10fd676e6e9d9e13fecd7778a5aa87e338e8b3127d2d54fa86c4c8bd73805e21aa674e68568b3168b07219a0b70d934861a552593d581867cd4e6
+DIST gnome-usage-46.1.tar.xz 272460 BLAKE2B 12c3b0ed324e2f71510b1a86d5033e52d639f9c54eacc98d4021c98736ae79a735f89497a22302e4f4d3b52110fedd9acdc9cbbbb2e537b96737c0a6458c0f70 SHA512 6a8116453eab8d6c98142bc3c602d61a17b1b52e69f4d75cff0fa4efca268d96659757810358124320a70528456add93460f1d0c20deeb5376019c90a28c8636

diff --git a/sys-process/gnome-usage/gnome-usage-46.1.ebuild b/sys-process/gnome-usage/gnome-usage-46.1.ebuild
new file mode 100644
index 000000000000..8b305bcd5910
--- /dev/null
+++ b/sys-process/gnome-usage/gnome-usage-46.1.ebuild
@@ -0,0 +1,42 @@
+# 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
+	>=gnome-base/libgtop-2.34.0:2=
+	>=gui-libs/libadwaita-1.5:1
+	>=app-misc/tracker-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
+}


             reply	other threads:[~2025-05-09  9:43 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-09  9:43 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-31 13:24 [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/ Pacho Ramos
2025-06-25 23:56 Sam James
2025-06-09  0:30 Sam James
2025-05-09  9:43 Pacho Ramos
2024-07-16 11:28 Pacho Ramos
2024-07-16 11:28 Pacho Ramos
2024-04-07  5:55 Arthur Zamarin
2024-03-23  0:03 Mart Raudsepp
2024-03-02 22:41 Mart Raudsepp
2024-02-10 18:53 Arthur Zamarin
2024-01-06 15:08 Mart Raudsepp
2023-05-09 21:16 Matt Turner
2023-01-01 16:20 David Seifert
2023-01-01 14:48 David Seifert
2021-12-26  0:20 Sam James
2021-05-31  2:00 Matt Turner
2021-05-29  9:02 Sam James
2021-04-28 16:27 Matt Turner
2021-04-28 16:12 Matt Turner
2021-04-13 21:26 Matt Turner
2020-01-27  9:45 Mikle Kolyada
2020-01-26 18:13 Mart Raudsepp
2019-08-02  3:20 Sobhan Mohammadpour

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1746783695.26179932d85c400f0edda25ceb2e6fe243ad680c.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox