From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-739919-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 88C5A1387FF
	for <garchives@archives.gentoo.org>; Tue, 21 Oct 2014 16:38:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 594BEE07C5;
	Tue, 21 Oct 2014 16:38:17 +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 04BECE07C5
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Oct 2014 16:38:15 +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 83A3C34038A
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Oct 2014 16:38:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E1308688
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Oct 2014 16:38:09 +0000 (UTC)
From: "Jauhien Piatlicki" <jauhien@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" <jauhien@gentoo.org>
Message-ID: <1413909473.c98a6ac679b7c107c8afd404b308f4b93fa23b51.jauhien@gentoo>
Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/
X-VCS-Repository: proj/qt
X-VCS-Files: lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
X-VCS-Directories: lxqt-base/lxqt-notificationd/
X-VCS-Committer: jauhien
X-VCS-Committer-Name: Jauhien Piatlicki
X-VCS-Revision: c98a6ac679b7c107c8afd404b308f4b93fa23b51
X-VCS-Branch: master
Date: Tue, 21 Oct 2014 16:38:09 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: e4e8000d-c327-4f02-85d7-6cfefb2d7c9f
X-Archives-Hash: 27cef8edb390b986fcd3eb0bcd3fb966

commit:     c98a6ac679b7c107c8afd404b308f4b93fa23b51
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 21 16:37:53 2014 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Tue Oct 21 16:37:53 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c98a6ac6

[lxqt-base/lxqt-notificationd] update live ebuild, drop QT4 support

---
 .../lxqt-notificationd/lxqt-notificationd-9999.ebuild  | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
index 52ec129..d063285 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
@@ -14,15 +14,21 @@ if [[ ${PV} = *9999* ]]; then
 else
 	SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
-	S=${WORKDIR}
 fi
 
 LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0"
 
-DEPEND="dev-qt/qtcore:4
-	dev-qt/qtdbus:4
-	dev-qt/qtgui:4
-	lxqt-base/liblxqt
-	razorqt-base/libqtxdg"
+DEPEND="
+	dev-qt/linguist-tools:5
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	dev-qt/qtxml:5
+	~lxqt-base/liblxqt-${PV}
+	>=razorqt-base/libqtxdg-1.0.0
+	x11-libs/libX11
+"
 RDEPEND="${DEPEND}"