You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.8.2....

52 lines
1.2 KiB

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.8.2.1-r1.ebuild,v 1.4 2013/12/08 18:51:18 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
inherit eutils gnome2
DESCRIPTION="The Gnome System Monitor"
HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/"
LICENSE="GPL-2"
SLOT="0"
IUSE="systemd"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
RDEPEND="
>=dev-libs/glib-2.28:2
>=x11-libs/libwnck-2.91.0:3
>=gnome-base/libgtop-2.28.2:2
>=x11-libs/gtk+-3.5.12:3[X(+)]
>=x11-themes/gnome-icon-theme-2.31
>=dev-cpp/gtkmm-3.3.18:3.0
>=dev-cpp/glibmm-2.34:2
>=dev-libs/libxml2-2.0:2
>=gnome-base/librsvg-2.35:2
systemd? ( >=sys-apps/systemd-38 )
"
DEPEND="${RDEPEND}
>=app-text/gnome-doc-utils-0.20
>=dev-util/intltool-0.41.0
>=sys-devel/gettext-0.17
virtual/pkgconfig
systemd? ( !=sys-apps/systemd-43* )
"
src_prepare() {
# Fix grid disappearing, bug#479794 bgo693677, from git master
epatch "${FILESDIR}"/${PN}-3.8.2.1-fix-grid-display.patch
gnome2_src_prepare
}
src_configure() {
gnome2_src_configure \
$(use_enable systemd) \
ITSTOOL=$(type -P true)
}