From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 111F51382BD for ; Fri, 17 Jun 2016 17:39:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1177F141C9; Fri, 17 Jun 2016 17:39:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28858E0ADB for ; Fri, 17 Jun 2016 17:39:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DB2C340739 for ; Fri, 17 Jun 2016 17:39:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDFCE2425 for ; Fri, 17 Jun 2016 17:39:12 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1466184932.8f4c8546ba2a06129ba32436dee5af890749610d.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-applets-meta/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild mate-base/mate-applets-meta/mate-applets-meta-9999.ebuild mate-base/mate-applets-meta/metadata.xml X-VCS-Directories: mate-base/mate-applets-meta/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 8f4c8546ba2a06129ba32436dee5af890749610d X-VCS-Branch: master Date: Fri, 17 Jun 2016 17:39:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8117ce4e-a656-4a2d-a01a-cd30d30814cd X-Archives-Hash: 22eac6f4b3a2949d3294df0ace424b1e commit: 8f4c8546ba2a06129ba32436dee5af890749610d Author: NP-Hardass gentoo org> AuthorDate: Fri Apr 15 03:33:55 2016 +0000 Commit: NP Hardass gentoo 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 @@ Pull in mate-extra/mate-indicator-applet for AppIndicator applet + Make sure applets are built with GTK+3 instead of GTK+2 + Pull in net-analyzer/mate-netspeed + for net speed monitoring applet Pull in mate-extra/mate-sensors-applet for hw sensors applet