commit: 4c12baab702fae0c49cc4ddaf350409fcd08cd38
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 15:52:32 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> 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.</flag>
+ <flag name="notification">Force notification daemon to default
to MATE's
+ notification daemon. Enabled by default. Disable if it
causes conflicts
+ with other installed desktop environments.</flag>
<flag name="themes">Install MATE Desktop's themes; if you use
other
themes, you can disable this to spare some space and
time.</flag>
<flag name="extras">Install additional MATE Desktop
applications that