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 2929C1387D3 for ; Sat, 25 Oct 2014 23:34:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 367A8E0BF1; Sat, 25 Oct 2014 23:34:04 +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 DE383E0BF1 for ; Sat, 25 Oct 2014 23:34:03 +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 DB8D6340472 for ; Sat, 25 Oct 2014 23:34:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DF9A8BD9 for ; Sat, 25 Oct 2014 23:34:01 +0000 (UTC) From: "Jauhien Piatlicki" 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" Message-ID: <1414280028.1635c87a6ea9871e8bf3431d40f2a6c563bc6859.jauhien@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-runner/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-runner/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 1635c87a6ea9871e8bf3431d40f2a6c563bc6859 X-VCS-Branch: master Date: Sat, 25 Oct 2014 23:34:01 +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: 3b7c2ffa-f49b-42c6-9665-53faadaf3920 X-Archives-Hash: 9a40afe9a741af78d5a7c2c5df12a915 commit: 1635c87a6ea9871e8bf3431d40f2a6c563bc6859 Author: Jauhien Piatlicki gentoo org> AuthorDate: Sat Oct 25 23:33:48 2014 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Sat Oct 25 23:33:48 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=1635c87a [lxqt-base/lxqt-runner] update live ebuild, drop QT4 support --- lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild index d16d1c8..7fd40d7 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild @@ -14,20 +14,26 @@ 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" -RDEPEND="dev-qt/qtcore:4 - dev-qt/qtdbus:4 - dev-qt/qtgui:4 - dev-qt/qtscript:4 - lxqt-base/liblxqt - lxqt-base/lxqt-globalkeys +RDEPEND=" + dev-libs/glib:2 + dev-qt/linguist-tools:5 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtscript:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + dev-qt/qtxml:5 + kde-frameworks/kwindowsystem:5 + ~lxqt-base/liblxqt-${PV} + ~lxqt-base/lxqt-globalkeys-${PV} >=lxde-base/menu-cache-0.5.1 - razorqt-base/libqtxdg + >=razorqt-base/libqtxdg-1.0.0 x11-libs/libX11" DEPEND="${RDEPEND} virtual/pkgconfig"