mate-base/mate-applets-meta - 9999 (mate-de-gentoo)

Search

Install

Install this version:

emerge -a =mate-base/mate-applets-meta-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =mate-base/mate-applets-meta-9999

Or alternatively:

emerge --autounmask-write -a =mate-base/mate-applets-meta-9999

Package Information

Description:
Meta package for MATE panel applets
Homepage:
https://wiki.gentoo.org/wiki/Project:MATE
License:
metapackage

Ebuild Details

Version EAPI Keywords Slot
9999 7 ~amd64 ~arm ~arm64 ~loong ~riscv ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

if [[ "${PV}" == *9999 ]]; then
	MATE_BRANCH=9999
else
	MATE_BRANCH="$(ver_cut 1-2)"
	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
fi

DESCRIPTION="Meta package for MATE panel applets"
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:MATE"
SRC_URI=""

LICENSE="metapackage"
SLOT="0"
IUSE="appindicator sensors"

DEPEND=""
RDEPEND="
	=mate-base/mate-applets-${MATE_BRANCH}*
	appindicator? ( =mate-extra/mate-indicator-applet-${MATE_BRANCH}* )
	sensors? ( =mate-extra/mate-sensors-applet-${MATE_BRANCH}* )
"

USE Flags

Manage flags for this package: euse -i <flag> -p mate-base/mate-applets-meta | euse -E <flag> -p mate-base/mate-applets-meta | euse -D <flag> -p mate-base/mate-applets-meta

Global/Standard Flags

Dependencies

RDEPEND

	=mate-base/mate-applets-$(ver_cut 1-2)*
	appindicator? ( =mate-extra/mate-indicator-applet-* )
	sensors? ( =mate-extra/mate-sensors-applet-* )