From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F23591382BD for ; Fri, 17 Jun 2016 17:39:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A59C941B3; Fri, 17 Jun 2016 17:39:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81534141F7 for ; Fri, 17 Jun 2016 17:39:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 914E6340834 for ; Fri, 17 Jun 2016 17:39:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 526E9242D for ; Fri, 17 Jun 2016 17:39:13 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1466184953.812f74e2c31cad4e8240c260e1a95e8578fe3c93.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: mate-base/mate/mate-1.12.ebuild mate-base/mate/mate-9999.ebuild mate-base/mate/metadata.xml X-VCS-Directories: mate-base/mate/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 812f74e2c31cad4e8240c260e1a95e8578fe3c93 X-VCS-Branch: master Date: Fri, 17 Jun 2016 17:39:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ce8e50a3-aecf-4704-a593-134f1ad4ed06 X-Archives-Hash: df77da82cd5878bba5c2349d004371d3 commit: 812f74e2c31cad4e8240c260e1a95e8578fe3c93 Author: NP-Hardass gentoo org> AuthorDate: Tue Apr 26 08:37:46 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Fri Jun 17 17:35:53 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=812f74e2 mate-base/mate: Version bump to 1.12, add 9999, add gtk3 Package-Manager: portage-2.2.26 mate-base/mate/mate-1.12.ebuild | 84 +++++++++++++++++++++++++++++++++++++++++ mate-base/mate/mate-9999.ebuild | 83 ++++++++++++++++++++++++++++++++++++++++ mate-base/mate/metadata.xml | 3 ++ 3 files changed, 170 insertions(+) diff --git a/mate-base/mate/mate-1.12.ebuild b/mate-base/mate/mate-1.12.ebuild new file mode 100644 index 0000000..5c61d51 --- /dev/null +++ b/mate-base/mate/mate-1.12.ebuild @@ -0,0 +1,84 @@ +# 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 + +SRC_URI="" +DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="metapackage" + +SLOT="0" +IUSE="+base -bluetooth gtk3 help +notification +themes +extras" + +S="${WORKDIR}" + +RDEPEND=" + =mate-base/mate-desktop-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-base/mate-menus-${MATE_BRANCH}*:0 + =mate-base/mate-panel-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-base/mate-session-manager-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-base/mate-settings-daemon-${MATE_BRANCH}*:0[gtk3(-)?] + =x11-wm/marco-${MATE_BRANCH}*:0[gtk3(-)?] + base? ( + =mate-base/caja-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-base/mate-applets-meta-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-base/mate-control-center-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-extra/mate-media-${MATE_BRANCH}*:0[gtk3(-)?] + =x11-misc/mozo-${MATE_BRANCH}*:0[gtk3(-)?] + =x11-terms/mate-terminal-${MATE_BRANCH}*:0[gtk3(-)?] + ) + bluetooth? ( net-wireless/blueman:0 ) + themes? ( + =x11-themes/mate-backgrounds-${MATE_BRANCH}*:0 + =x11-themes/mate-icon-theme-${MATE_BRANCH}*:0 + =x11-themes/mate-themes-meta-${MATE_BRANCH}*:0 + ) + extras? ( + =app-arch/engrampa-${MATE_BRANCH}*:0[gtk3(-)?] + =app-editors/pluma-${MATE_BRANCH}*:0[gtk3(-)?] + =app-text/atril-${MATE_BRANCH}*:0[gtk3(-)?] + gnome-extra/gnome-calculator:0 + =mate-extra/caja-extensions-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-extra/mate-netbook-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-extra/mate-power-manager-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-extra/mate-screensaver-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-extra/mate-system-monitor-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-extra/mate-utils-${MATE_BRANCH}*:0[gtk3(-)?] + =media-gfx/eom-${MATE_BRANCH}*:0[gtk3(-)?] + =net-analyzer/mate-netspeed-${MATE_BRANCH}*:0[gtk3(-)?] + sys-apps/gnome-disk-utility:0 + ) + help? ( + gnome-extra/yelp:0 + =mate-extra/mate-user-guide-${MATE_BRANCH}*:0 + ) +" + +PDEPEND=" + notification? ( =x11-misc/mate-notification-daemon-${MATE_BRANCH}*:0[gtk3(-)?] ) + 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 "" + if ! has_version x11-misc/mate-notification-daemon; then + elog "If you experience any issues with notifications, please try using" + elog "x11-misc/mate-notification-daemon instead your currently installed daemon" + elog "" + fi + 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" +} diff --git a/mate-base/mate/mate-9999.ebuild b/mate-base/mate/mate-9999.ebuild new file mode 100644 index 0000000..43d1af4 --- /dev/null +++ b/mate-base/mate/mate-9999.ebuild @@ -0,0 +1,83 @@ +# 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 + +SRC_URI="" +DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="metapackage" + +SLOT="0" +IUSE="+base -bluetooth gtk3 help +notification +themes +extras" + +S="${WORKDIR}" + +RDEPEND=" + =mate-base/mate-desktop-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-base/mate-menus-${MATE_BRANCH}*:0 + =mate-base/mate-panel-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-base/mate-session-manager-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-base/mate-settings-daemon-${MATE_BRANCH}*:0[gtk3(-)?] + =x11-wm/marco-${MATE_BRANCH}*:0[gtk3(-)?] + base? ( + =mate-base/caja-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-base/mate-applets-meta-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-base/mate-control-center-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-extra/mate-media-${MATE_BRANCH}*:0[gtk3(-)?] + =x11-misc/mozo-${MATE_BRANCH}*:0[gtk3(-)?] + =x11-terms/mate-terminal-${MATE_BRANCH}*:0[gtk3(-)?] + ) + bluetooth? ( net-wireless/blueman:0 ) + themes? ( + =x11-themes/mate-backgrounds-${MATE_BRANCH}*:0 + =x11-themes/mate-icon-theme-${MATE_BRANCH}*:0 + =x11-themes/mate-themes-meta-${MATE_BRANCH}*:0 + ) + extras? ( + =app-arch/engrampa-${MATE_BRANCH}*:0[gtk3(-)?] + =app-editors/pluma-${MATE_BRANCH}*:0[gtk3(-)?] + =app-text/atril-${MATE_BRANCH}*:0[gtk3(-)?] + gnome-extra/gnome-calculator:0 + =mate-extra/caja-extensions-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-extra/mate-netbook-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-extra/mate-power-manager-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-extra/mate-screensaver-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-extra/mate-system-monitor-${MATE_BRANCH}*:0[gtk3(-)?] + =mate-extra/mate-utils-${MATE_BRANCH}*:0[gtk3(-)?] + =media-gfx/eom-${MATE_BRANCH}*:0[gtk3(-)?] + sys-apps/gnome-disk-utility:0 + ) + help? ( + gnome-extra/yelp:0 + =mate-extra/mate-user-guide-${MATE_BRANCH}*:0 + ) +" + +PDEPEND=" + notification? ( =x11-misc/mate-notification-daemon-${MATE_BRANCH}*:0[gtk3(-)?] ) + 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 "" + if ! has_version x11-misc/mate-notification-daemon; then + elog "If you experience any issues with notifications, please try using" + elog "x11-misc/mate-notification-daemon instead your currently installed daemon" + elog "" + fi + 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" +} diff --git a/mate-base/mate/metadata.xml b/mate-base/mate/metadata.xml index d617e60..9f44953 100644 --- a/mate-base/mate/metadata.xml +++ b/mate-base/mate/metadata.xml @@ -10,6 +10,7 @@ recommended for the most common usage; for example, this installs the file manager. Disable this and other USE flags if you want a more minimal MATE Desktop. + Build all of MATE DE with GTK+3 instead of GTK+2 Force notification daemon to default to MATE's notification daemon. Enabled by default. Disable if it causes conflicts with other installed desktop environments. @@ -21,5 +22,7 @@ applications. Disable this if you plan to use your own non-MATE Desktop alternatives or a custom mixture of MATE and non-MATE packages. + Install gnome-extra/yelp to handle in application + help menus and documentation browsing