Skip to content

Commit

Permalink
mate-base/mate: Import 1.10.x from Project:MATE repo
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
NP-Hardass committed Feb 9, 2016
1 parent 81bcdc7 commit 8dd6d0b
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions mate-base/mate/mate-1.10.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# Copyright 1999-2016 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}*:0
=mate-base/mate-menus-${MATE_MV}*:0
=mate-base/mate-panel-${MATE_MV}*:0
=mate-base/mate-session-manager-${MATE_MV}*:0
=mate-base/mate-settings-daemon-${MATE_MV}*:0
=x11-wm/marco-${MATE_MV}*:0
base? (
=mate-base/caja-${MATE_MV}*:0
=mate-base/mate-applets-meta-${MATE_MV}*:0
=mate-base/mate-control-center-${MATE_MV}*:0
=mate-extra/mate-media-${MATE_MV}*:0
=x11-misc/mozo-${MATE_MV}*:0
=x11-terms/mate-terminal-${MATE_MV}*:0
)
bluetooth? ( net-wireless/blueman:0 )
themes? (
=x11-themes/mate-backgrounds-${MATE_MV}*:0
=x11-themes/mate-icon-theme-${MATE_MV}*:0
=x11-themes/mate-themes-${MATE_MV}*:0
)
extras? (
=app-arch/engrampa-${MATE_MV}*:0
=app-editors/pluma-${MATE_MV}*:0
=app-text/atril-${MATE_MV}*:0
gnome-extra/gnome-calculator:0
=mate-extra/caja-extensions-${MATE_MV}*:0
=mate-extra/mate-netbook-${MATE_MV}*:0
=mate-extra/mate-power-manager-${MATE_MV}*:0
=mate-extra/mate-screensaver-${MATE_MV}*:0
=mate-extra/mate-system-monitor-${MATE_MV}*:0
=mate-extra/mate-utils-${MATE_MV}*:0
=media-gfx/eom-${MATE_MV}*:0
=net-analyzer/mate-netspeed-${MATE_MV}*:0
sys-apps/gnome-disk-utility:0
)
"

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.10 had some packages renamed, replaced and/or dropped; for more"
elog "details, see http://mate-desktop.org/blog/2015-06-11-mate-1-10-released/"
elog ""
elog "Some packages that are not included in this meta-package but may be of interest:"
elog " mate-extra/caja-dropbox"
elog " mate-extra/mate-user-share"
}

0 comments on commit 8dd6d0b

Please sign in to comment.