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 7A9A81388C0 for ; Sat, 20 Feb 2016 15:55:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0365B21C143; Sat, 20 Feb 2016 15:55:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CCD921C143 for ; Sat, 20 Feb 2016 15:55:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4698340B3D for ; Sat, 20 Feb 2016 15:55:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 455CA8EA for ; Sat, 20 Feb 2016 15:55:06 +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: <1455983655.4c12baab702fae0c49cc4ddaf350409fcd08cd38.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate/mate-1.10.0-r1.ebuild mate-base/mate/mate-1.10.0.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: 4c12baab702fae0c49cc4ddaf350409fcd08cd38 X-VCS-Branch: master Date: Sat, 20 Feb 2016 15:55:06 +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: c4d829b4-e796-4aa7-bc17-1e047e2bc0bd X-Archives-Hash: 1d1c4c09ad42a9bbb4d8595fd4e9280a commit: 4c12baab702fae0c49cc4ddaf350409fcd08cd38 Author: NP-Hardass gentoo org> AuthorDate: Sat Feb 20 15:52:32 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Sat Feb 20 15:54:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c12baab mate-base/mate: Suggest mate-notification-daemon to users Package-Manager: portage-2.2.26 mate-base/mate/{mate-1.10.0.ebuild => mate-1.10.0-r1.ebuild} | 11 +++++++++-- mate-base/mate/metadata.xml | 3 +++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/mate-base/mate/mate-1.10.0.ebuild b/mate-base/mate/mate-1.10.0-r1.ebuild similarity index 84% rename from mate-base/mate/mate-1.10.0.ebuild rename to mate-base/mate/mate-1.10.0-r1.ebuild index 236acf7..133f3c6 100644 --- a/mate-base/mate/mate-1.10.0.ebuild +++ b/mate-base/mate/mate-1.10.0-r1.ebuild @@ -16,7 +16,7 @@ LICENSE="metapackage" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+base -bluetooth +themes +extras" +IUSE="+base -bluetooth +notification +themes +extras" S="${WORKDIR}" @@ -58,12 +58,19 @@ RDEPEND=" ) " -PDEPEND="virtual/notification-daemon:0" +PDEPEND=" + notification? ( x11-misc/mate-notification-daemon ) + 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 "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 "" diff --git a/mate-base/mate/metadata.xml b/mate-base/mate/metadata.xml index 0eced4b..d617e60 100644 --- a/mate-base/mate/metadata.xml +++ b/mate-base/mate/metadata.xml @@ -10,6 +10,9 @@ 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. + Force notification daemon to default to MATE's + notification daemon. Enabled by default. Disable if it causes conflicts + with other installed desktop environments. Install MATE Desktop's themes; if you use other themes, you can disable this to spare some space and time. Install additional MATE Desktop applications that