From: "NP Hardass" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-applets-meta/
Date: Fri, 17 Jun 2016 17:39:12 +0000 (UTC) [thread overview]
Message-ID: <1466184932.8f4c8546ba2a06129ba32436dee5af890749610d.np-hardass@gentoo> (raw)
commit: 8f4c8546ba2a06129ba32436dee5af890749610d
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 03:33:55 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 17:35:32 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=8f4c8546
mate-base/mate-applets-meta: Version bump to 1.12, add 9999, add gtk3
1.12 also supports mate-netspeed applet. This is absorbed into mate-applets
for >=1.14
Package-Manager: portage-2.2.26
.../mate-applets-meta-1.12.ebuild | 28 ++++++++++++++++++++++
.../mate-applets-meta-9999.ebuild | 27 +++++++++++++++++++++
mate-base/mate-applets-meta/metadata.xml | 3 +++
3 files changed, 58 insertions(+)
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
index 0000000..7402b24
--- /dev/null
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild
@@ -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(-)=] )
+"
diff --git a/mate-base/mate-applets-meta/mate-applets-meta-9999.ebuild b/mate-base/mate-applets-meta/mate-applets-meta-9999.ebuild
new file mode 100644
index 0000000..cf6db98
--- /dev/null
+++ b/mate-base/mate-applets-meta/mate-applets-meta-9999.ebuild
@@ -0,0 +1,27 @@
+# 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 sensors"
+
+DEPEND=""
+RDEPEND="=mate-base/mate-applets-${MATE_BRANCH}*[gtk3(-)=]
+ appindicator? ( =mate-extra/mate-indicator-applet-${MATE_BRANCH}*[gtk3(-)=] )
+ sensors? ( =mate-extra/mate-sensors-applet-${MATE_BRANCH}*[gtk3(-)=] )
+"
diff --git a/mate-base/mate-applets-meta/metadata.xml b/mate-base/mate-applets-meta/metadata.xml
index 1d4f049..69703b5 100644
--- a/mate-base/mate-applets-meta/metadata.xml
+++ b/mate-base/mate-applets-meta/metadata.xml
@@ -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>
next reply other threads:[~2016-06-17 17:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-17 17:39 NP Hardass [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-02 5:55 [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-applets-meta/ Adam Feldman
2020-04-09 22:52 Adam Feldman
2017-03-16 16:17 Ettore Di Giacinto
2016-11-29 19:49 Ettore Di Giacinto
2016-11-22 11:11 Ettore Di Giacinto
2016-10-15 2:22 NP Hardass
2016-10-15 2:22 NP Hardass
2016-09-10 18:56 NP Hardass
2016-01-26 18:09 NP Hardass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1466184932.8f4c8546ba2a06129ba32436dee5af890749610d.np-hardass@gentoo \
--to=np-hardass@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox