You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mate-base/mate/mate-1.8.0.ebuild

75 lines
2.2 KiB

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit versionator
MATE_MV="$(get_version_component_range 1-2)"
SRC_URI=""
DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
HOMEPAGE="http://mate-desktop.org"
LICENSE="metapackage"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+base -bluetooth +themes +extras"
S="${WORKDIR}"
RDEPEND="
=mate-base/mate-desktop-${MATE_MV}*
=mate-base/mate-menus-${MATE_MV}*
=mate-base/mate-panel-${MATE_MV}*
=mate-base/mate-session-manager-${MATE_MV}*
=mate-base/mate-settings-daemon-${MATE_MV}*
=x11-wm/marco-${MATE_MV}*
base? (
=mate-base/caja-${MATE_MV}*
=mate-base/mate-applets-${MATE_MV}*
=mate-base/mate-control-center-${MATE_MV}*
=mate-extra/mate-media-${MATE_MV}*
=x11-misc/mozo-${MATE_MV}*
=x11-terms/mate-terminal-${MATE_MV}*
)
bluetooth? ( net-wireless/blueman:0 )
themes? (
=x11-themes/mate-backgrounds-${MATE_MV}*
=x11-themes/mate-icon-theme-${MATE_MV}*
=x11-themes/mate-themes-${MATE_MV}*
)
extras? (
=app-arch/engrampa-${MATE_MV}*
=app-editors/pluma-${MATE_MV}*
=app-text/atril-${MATE_MV}*
=mate-extra/mate-calc-${MATE_MV}*
=mate-extra/mate-power-manager-${MATE_MV}*
=mate-extra/mate-screensaver-${MATE_MV}*
=mate-extra/mate-system-monitor-${MATE_MV}*
=mate-extra/mate-utils-${MATE_MV}*
=media-gfx/eom-${MATE_MV}*
)
"
PDEPEND="virtual/notification-daemon:0"
pkg_postinst() {
elog "For installation, usage and troubleshooting details regarding MATE;"
elog "read more about it at Gentoo Wiki: https://wiki.gentoo.org/wiki/MATE"
elog ""
elog "MATE 1.8 had some packages renamed, replaced and/or dropped; for more"
elog "details, see http://mate-desktop.org/blog/2014-03-04-mate-1-8-released"
elog ""
elog "MATE 1.6 has moved from mateconf to gsettings. This means that the"
elog "desktop settings and panel applets will return to their default."
elog "You will have to reconfigure your desktop appearance."
elog ""
elog "There is mate-conf-import that converts from mateconf to gsettings."
elog ""
elog "For support with mate-conf-import see the following MATE forum topic:"
elog "http://forums.mate-desktop.org/viewtopic.php?f=16&t=1650"
}