commit:     53c399a67b57e0c6f7289bf104edb27c0dc4c579
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 13 20:01:50 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 21:26:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c399a6

sys-process/gnome-usage: Version bump to 3.38.1

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-process/gnome-usage/Manifest                  |  1 +
 sys-process/gnome-usage/gnome-usage-3.38.1.ebuild | 48 +++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/sys-process/gnome-usage/Manifest b/sys-process/gnome-usage/Manifest
index 9f3060cec6d..3bc4e3b20b5 100644
--- a/sys-process/gnome-usage/Manifest
+++ b/sys-process/gnome-usage/Manifest
@@ -1 +1,2 @@
 DIST gnome-usage-3.32.0.tar.xz 352372 BLAKE2B 
0d26f0cad96f2621acbc4b1eda08f5cadfc1ca0086b631f99027987e4af0b36bb5eefbdb0dfa34f35c1b5bd56f4a1457f5fb3f635206769955c6cfb40dbe64dc
 SHA512 
c1ed3ab8fcdb039bc05f4b091a7ac8c032b7f7847f77bff79c89a57d5c0075f712228c752674e0c61f63a1adaea911304de5a1cdd1c342c74abea6e48defee88
+DIST gnome-usage-3.38.1.tar.xz 362368 BLAKE2B 
988c5157efdbbb3a680b2360d817fa2fe0587accd647a69cc482da38ec040afefb06d9c3d41a2b8fd2e630802967301837a39ac721ff9717b778b70518abb39d
 SHA512 
8c4621d0340e2fc893ffcc3dc54f2088971c764fbb80302eb171e9f066f62424e532319f9d89c1157945a4721c40eef5253ea4e6ff6f702f5953e61f99d36f07

diff --git a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild 
b/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
new file mode 100644
index 00000000000..13be9af5ac9
--- /dev/null
+++ b/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 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"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="A nice way to view information about use of system resources."
+HOMEPAGE="https://wiki.gnome.org/Apps/Usage";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+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:=
+"
+
+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
+}

Reply via email to