commit:     3978d51dcbe2a078beaf8d96dd4d381c3d1059d7
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 13:35:59 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 13:35:59 2016 +0000
URL:        https://gitweb.gentoo.org/dev/johu.git/commit/?id=3978d51d

net-irc/quassel: Sync with tree

Package-Manager: portage-2.2.28

 net-irc/quassel/metadata.xml        | 3 +++
 net-irc/quassel/quassel-9999.ebuild | 6 +++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-irc/quassel/metadata.xml b/net-irc/quassel/metadata.xml
index f6e13ea..096fe54 100644
--- a/net-irc/quassel/metadata.xml
+++ b/net-irc/quassel/metadata.xml
@@ -26,6 +26,9 @@
                        used. You need this enabled on the server, but you 
might want to
                        disable it on the client.
                </flag>
+               <flag name="snorenotify">
+                       Support for snore notification framework.
+               </flag>
                <flag name="webkit">
                        Use qt-webkit rendering engine for showing URL 
thumbnails and
                        for other things that need web browser integration.

diff --git a/net-irc/quassel/quassel-9999.ebuild 
b/net-irc/quassel/quassel-9999.ebuild
index 77b5ec2..cdca48c 100644
--- a/net-irc/quassel/quassel-9999.ebuild
+++ b/net-irc/quassel/quassel-9999.ebuild
@@ -16,7 +16,8 @@ HOMEPAGE="http://quassel-irc.org/";
 LICENSE="GPL-3"
 KEYWORDS=""
 SLOT="0"
-IUSE="ayatana crypt dbus debug kde monolithic phonon postgres qt5 +server +ssl 
syslog webkit X"
+IUSE="ayatana crypt dbus debug kde monolithic phonon postgres qt5 +server
+snorenotify +ssl syslog webkit X"
 
 SERVER_RDEPEND="
        qt5? (
@@ -53,6 +54,7 @@ GUI_RDEPEND="
                        kde-frameworks/sonnet:5
                )
                phonon? ( media-libs/phonon[qt5] )
+               snorenotify? ( >=x11-libs/snorenotify-0.7.0 )
                webkit? ( dev-qt/qtwebkit:5 )
        )
        !qt5? (
@@ -106,6 +108,7 @@ REQUIRED_USE="
        phonon? ( || ( X monolithic ) )
        postgres? ( || ( server monolithic ) )
        qt5? ( !ayatana )
+       snorenotify? ( qt5 || ( X monolithic ) )
        syslog? ( || ( server monolithic ) )
        webkit? ( || ( X monolithic ) )
 "
@@ -134,6 +137,7 @@ src_configure() {
                $(cmake-utils_use_find_package phonon Phonon4Qt5)
                $(cmake-utils_use_use qt5)
                $(cmake-utils_use_want server CORE)
+               $(cmake-utils_use_find_package snorenotify LibsnoreQt5)
                $(cmake-utils_use_with webkit)
                $(cmake-utils_use_want X QTCLIENT)
                -DEMBED_DATA=OFF

Reply via email to