mate-base/mate-applets-meta: 1.12.x vbump, add gtk3, from project repo
authorNP-Hardass <NP-Hardass@gentoo.org>
Fri, 12 Aug 2016 04:52:10 +0000 (00:52 -0400)
committerNP-Hardass <NP-Hardass@gentoo.org>
Fri, 12 Aug 2016 05:12:49 +0000 (01:12 -0400)
Adds support for mate-netspeed

Package-Manager: portage-2.3.0

mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild [new file with mode: 0644]
mate-base/mate-applets-meta/metadata.xml

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild b/mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild
new file mode 100644 (file)
index 0000000..7402b24
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [[ ${PV} == 9999 ]]; then
+       MATE_BRANCH=9999
+else
+       inherit versionator
+       MATE_BRANCH="$(get_version_component_range 1-2)"
+       KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Meta package for MATE panel applets"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+IUSE="appindicator gtk3 netspeed sensors"
+
+DEPEND=""
+RDEPEND="=mate-base/mate-applets-${MATE_BRANCH}*[gtk3(-)=]
+       appindicator? ( =mate-extra/mate-indicator-applet-${MATE_BRANCH}*[gtk3(-)=] )
+       netspeed? ( =net-analyzer/mate-netspeed-${MATE_BRANCH}*[gtk3(-)=] )
+       sensors? ( =mate-extra/mate-sensors-applet-${MATE_BRANCH}*[gtk3(-)=] )
+"
index 1d4f0490d71b11d66f4cf03a7c0cddad4272cc72..69703b541d9920c61f7d5d0333f676f5343d7462 100644 (file)
@@ -8,6 +8,9 @@
        <use>
                <flag name="appindicator">Pull in <pkg>mate-extra/mate-indicator-applet</pkg>
                        for AppIndicator applet</flag>
+               <flag name="gtk3">Make sure applets are built with GTK+3 instead of GTK+2</flag>
+               <flag name="netspeed">Pull in <pkg>net-analyzer/mate-netspeed</pkg>
+                       for net speed monitoring applet</flag>
                <flag name="sensors">Pull in <pkg>mate-extra/mate-sensors-applet</pkg>
                        for hw sensors applet</flag>
        </use>