diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-05-04 23:02:06 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-05-04 23:02:06 +0000 |
commit | 8267b53833d90b607c9448022e4b21d9d41286d3 (patch) | |
tree | b422a020ab96f654ce1136e5d5f1443444d55ceb /mate-base | |
parent | Version bump to 1.8.0, continuation of x11-misc/mate-menu-editor. (diff) | |
download | gentoo-2-8267b53833d90b607c9448022e4b21d9d41286d3.tar.gz gentoo-2-8267b53833d90b607c9448022e4b21d9d41286d3.tar.bz2 gentoo-2-8267b53833d90b607c9448022e4b21d9d41286d3.zip |
Version bump to 1.8.0.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'mate-base')
-rw-r--r-- | mate-base/mate/ChangeLog | 7 | ||||
-rw-r--r-- | mate-base/mate/mate-1.8.0.ebuild | 69 |
2 files changed, 75 insertions, 1 deletions
diff --git a/mate-base/mate/ChangeLog b/mate-base/mate/ChangeLog index f8626ad8ce73..e9eced0520e8 100644 --- a/mate-base/mate/ChangeLog +++ b/mate-base/mate/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mate-base/mate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mate-base/mate/ChangeLog,v 1.3 2014/05/04 14:53:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-base/mate/ChangeLog,v 1.4 2014/05/04 23:02:06 tomwij Exp $ + +*mate-1.8.0 (04 May 2014) + + 04 May 2014; Tom Wijsman <TomWij@gentoo.org> +mate-1.8.0.ebuild: + Version bump to 1.8.0. 04 May 2014; Agostino Sarubbo <ago@gentoo.org> mate-1.6.0.ebuild: Stable for amd64, wrt bug #509268 diff --git a/mate-base/mate/mate-1.8.0.ebuild b/mate-base/mate/mate-1.8.0.ebuild new file mode 100644 index 000000000000..c8791ab51ad6 --- /dev/null +++ b/mate-base/mate/mate-1.8.0.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mate-base/mate/mate-1.8.0.ebuild,v 1.1 2014/05/04 23:02:06 tomwij Exp $ + +EAPI="5" + +inherit multilib + +SRC_URI="" +DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="metapackage" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="-bluetooth +extras" + +S="${WORKDIR}" + +RDEPEND=" + gnome-extra/yelp:0 + >=mate-base/caja-1.8:0 + >=mate-base/mate-applets-1.8:0 + >=mate-base/mate-control-center-1.8:0 + >=mate-base/mate-desktop-1.8:0 + >=mate-base/mate-menus-1.8:0 + >=mate-base/mate-panel-1.8:0 + >=mate-base/mate-session-manager-1.8:0 + >=mate-base/mate-settings-daemon-1.8:0 + >=mate-extra/mate-media-1.8:0 + >=x11-misc/mozo-1.8:0 + >=x11-terms/mate-terminal-1.8:0 + >=x11-themes/mate-backgrounds-1.8:0 + >=x11-themes/mate-icon-theme-1.8:0 + >=x11-themes/mate-themes-1.8:0 + >=x11-wm/marco-1.8:0 + bluetooth? ( net-wireless/blueman:0 ) + extras? ( + >=app-arch/engrampa-1.8:0 + >=app-editors/pluma-1.8:0 + >=app-text/atril-1.8:0 + >=mate-extra/mate-calc-1.8:0 + >=mate-extra/mate-power-manager-1.8:0 + >=mate-extra/mate-screensaver-1.8:0 + >=mate-extra/mate-system-monitor-1.8:0 + >=mate-extra/mate-utils-1.8:0 + >=media-gfx/eom-1.8: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.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" +} |