diff options
author | Ettore Di Giacinto <mudler@gentoo.org> | 2016-11-10 22:11:26 +0100 |
---|---|---|
committer | Ettore Di Giacinto <mudler@gentoo.org> | 2016-12-08 16:30:37 +0100 |
commit | 53f804e2a97603952bde423f664814cf010db54a (patch) | |
tree | 3219f98043ea66879ed86e6fbf5fe91f1a5136d5 /mate-base | |
parent | mate-extra/mate-sensors-applet: version bump to 1.16.0 (diff) | |
download | gentoo-53f804e2a97603952bde423f664814cf010db54a.tar.gz gentoo-53f804e2a97603952bde423f664814cf010db54a.tar.bz2 gentoo-53f804e2a97603952bde423f664814cf010db54a.zip |
mate-base/mate-applets-meta: version bump to 1.16
Package-Manager: portage-2.3.1
Diffstat (limited to 'mate-base')
-rw-r--r-- | mate-base/mate-applets-meta/mate-applets-meta-1.16.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.16.ebuild b/mate-base/mate-applets-meta/mate-applets-meta-1.16.ebuild new file mode 100644 index 000000000000..cf6db9862023 --- /dev/null +++ b/mate-base/mate-applets-meta/mate-applets-meta-1.16.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(-)=] ) +" |