Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-system-monitor/
Date: Thu, 14 Mar 2019 10:48:04
Message-Id: 1552560442.10a7dd2b8bfcb0172b0278b44e4f2c960d2da101.leio@gentoo
1 commit: 10a7dd2b8bfcb0172b0278b44e4f2c960d2da101
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 14 10:47:22 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 14 10:47:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a7dd2b
7
8 gnome-extra/gnome-system-monitor: bump to 3.30.0
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gnome-extra/gnome-system-monitor/Manifest | 1 +
14 .../gnome-system-monitor-3.30.0.ebuild | 51 ++++++++++++++++++++++
15 2 files changed, 52 insertions(+)
16
17 diff --git a/gnome-extra/gnome-system-monitor/Manifest b/gnome-extra/gnome-system-monitor/Manifest
18 index 764692d2aae..3549c349021 100644
19 --- a/gnome-extra/gnome-system-monitor/Manifest
20 +++ b/gnome-extra/gnome-system-monitor/Manifest
21 @@ -1,3 +1,4 @@
22 DIST gnome-system-monitor-3.24.0.tar.xz 930956 BLAKE2B f08b6da2ee9d45d232f1d1f019b6844f6fcf50baf85944d240611fbc0794cce6755d6b7daf275f4d97686558fc0f2525a8700fda473b576f8d5d41f66f118275 SHA512 4155d9f130cc1e38d32b76d10ca91056d82b90ca555f9ded26acfd1ef018b92163b0cc2256861b8e166b3bfa7eadc6c900aa9c79fd0c859045197ab2eaf3dc9f
23 DIST gnome-system-monitor-3.26.0.tar.xz 941144 BLAKE2B bde11ed78b10140916121df49af36b04afc6d9cb35fc1fa4f240ab8c109b79bfce5175d0e91e7a80c6da5420e13ca2aa520e76db9b79ea08d5dab23fcd8a301a SHA512 c2593371d956a4c11ad9ac4afabc996c02d743f9ba443192b0d955ab42464a02ad3fe19398b9489d33d552fdfdc2fb615e85d4dcb9342b821cb0b590fd3c3043
24 DIST gnome-system-monitor-3.28.2.tar.xz 1209156 BLAKE2B 6b23617ce1168eb1144affee0a7234fb7a86cc94cdf8220ce56c685604392db24359b4870238a7e96cd6a6e72b3130d77dd34c7cfa240c4c650b936d7ba42335 SHA512 8c55e97174c7334b19b8d9ef171d3dc97bdb2de4fb8442471e55ae6a0bbf0608e78eee3aafefda8a4a0375b804e5332dce692f3bd6676b4b623aa5be4c87b948
25 +DIST gnome-system-monitor-3.30.0.tar.xz 762004 BLAKE2B cf0ef6dde12a34f537e632dca6b45fc16ab49e92aaf49d2e945dded25b5cfbd855506368b82a0f840808760ce563f54fd8683f5a35652a5e10cdb4972ea61864 SHA512 c33dc510b15019de745a88d3eef12b5a2b19048bda22878988f22c4482f6a26ab20f5913f3104f2cb1b9566f7148a08b53d4e548f71345363273c51840fa2c8a
26
27 diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.30.0.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.30.0.ebuild
28 new file mode 100644
29 index 00000000000..befb87d28d1
30 --- /dev/null
31 +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.30.0.ebuild
32 @@ -0,0 +1,51 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +inherit gnome.org gnome2-utils meson xdg
38 +
39 +DESCRIPTION="The Gnome System Monitor"
40 +HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/stable/"
41 +
42 +LICENSE="GPL-2+"
43 +SLOT="0"
44 +IUSE="systemd X"
45 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
46 +
47 +RDEPEND="
48 + >=dev-cpp/glibmm-2.46:2
49 + >=dev-libs/glib-2.56.0:2
50 + >=x11-libs/gtk+-3.22:3[X(+)]
51 + >=dev-cpp/gtkmm-3.3.18:3.0
52 + >=gnome-base/libgtop-2.37.2:2=
53 + >=gnome-base/librsvg-2.35:2
54 + >=dev-libs/libxml2-2.0:2
55 + X? ( >=x11-libs/libwnck-2.91.0:3 )
56 + systemd? ( >=sys-apps/systemd-44:0= )
57 +"
58 +# eautoreconf requires gnome-base/gnome-common
59 +DEPEND="${RDEPEND}
60 + dev-util/glib-utils
61 + dev-util/itstool
62 + >=sys-devel/gettext-0.19.8
63 + virtual/pkgconfig
64 + >=sys-auth/polkit-0.114
65 +" # polkit needed at buildtime for ITS rules of policy files, first available in 0.114
66 +
67 +src_configure() {
68 + local emesonargs=(
69 + $(meson_use X wnck)
70 + $(meson_use systemd)
71 + )
72 + meson_src_configure
73 +}
74 +
75 +pkg_postinst() {
76 + xdg_pkg_postinst
77 + gnome2_schemas_update
78 +}
79 +
80 +pkg_postrm() {
81 + xdg_pkg_postrm
82 + gnome2_schemas_update
83 +}