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 B372C59CA3 for ; Sat, 12 Mar 2016 13:36:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89D7721C00A; Sat, 12 Mar 2016 13:36:14 +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 2530721C00A for ; Sat, 12 Mar 2016 13:36:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A51933407E6 for ; Sat, 12 Mar 2016 13:36:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0E492412 for ; Sat, 12 Mar 2016 13:36:08 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1457789759.3978d51dcbe2a078beaf8d96dd4d381c3d1059d7.johu@gentoo> Subject: [gentoo-commits] dev/johu:master commit in: net-irc/quassel/ X-VCS-Repository: dev/johu X-VCS-Files: net-irc/quassel/metadata.xml net-irc/quassel/quassel-9999.ebuild X-VCS-Directories: net-irc/quassel/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 3978d51dcbe2a078beaf8d96dd4d381c3d1059d7 X-VCS-Branch: master Date: Sat, 12 Mar 2016 13:36:08 +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: cc3d25ec-08c2-45af-9f86-7e3076871b8e X-Archives-Hash: 848a32a61981fe53927ad2ddce118c3a commit: 3978d51dcbe2a078beaf8d96dd4d381c3d1059d7 Author: Johannes Huber gentoo org> AuthorDate: Sat Mar 12 13:35:59 2016 +0000 Commit: Johannes Huber gentoo 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. + + Support for snore notification framework. + 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