Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-system-monitor/
Date: Fri, 11 May 2018 06:12:43
Message-Id: 1526019152.d76e1dd947b02b31e4370a7557904007f9eeb082.sobhan@gentoo
1 commit: d76e1dd947b02b31e4370a7557904007f9eeb082
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 11 06:12:32 2018 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 06:12:32 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d76e1dd9
7
8 gnome-extra/gnome-system-monitor: bump
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11 Manifest-Sign-Key: 0x7DF238CF0AA182E1
12
13 .../gnome-system-monitor-3.26.0.ebuild | 39 ++++++++++++++++++++++
14 1 file changed, 39 insertions(+)
15
16 diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.26.0.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.26.0.ebuild
17 new file mode 100644
18 index 00000000..d4296000
19 --- /dev/null
20 +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.26.0.ebuild
21 @@ -0,0 +1,39 @@
22 +# Copyright 1999-2018 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +inherit gnome2
27 +
28 +DESCRIPTION="The Gnome System Monitor"
29 +HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/"
30 +
31 +LICENSE="GPL-2"
32 +SLOT="0"
33 +IUSE="systemd X"
34 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
35 +
36 +RDEPEND="
37 + >=dev-libs/glib-2.37.3:2
38 + >=gnome-base/libgtop-2.37.2:2=
39 + >=x11-libs/gtk+-3.22:3[X(+)]
40 + >=dev-cpp/gtkmm-3.3.18:3.0
41 + >=dev-cpp/glibmm-2.46:2
42 + >=dev-libs/libxml2-2.0:2
43 + >=gnome-base/librsvg-2.35:2
44 + systemd? ( >=sys-apps/systemd-44:0= )
45 + X? ( >=x11-libs/libwnck-2.91.0:3 )
46 +"
47 +# eautoreconf requires gnome-base/gnome-common
48 +DEPEND="${RDEPEND}
49 + app-text/yelp-tools
50 + >=dev-util/intltool-0.41.0
51 + virtual/pkgconfig
52 +"
53 +
54 +src_configure() {
55 + # XXX: appdata is deprecated by appstream-glib, upstream must upgrade
56 + gnome2_src_configure \
57 + $(use_enable systemd) \
58 + $(use_enable X broken-wnck) \
59 + APPDATA_VALIDATE="$(type -P true)"
60 +}