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 442281387D3 for ; Sat, 25 Oct 2014 23:48:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0948BE0D6D; Sat, 25 Oct 2014 23:48:42 +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 A6DE4E0D6D for ; Sat, 25 Oct 2014 23:48:41 +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 53AC434046B for ; Sat, 25 Oct 2014 23:48:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0027D8BD5 for ; Sat, 25 Oct 2014 23:48:38 +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: <1414280912.78b61d7c46773ffda7e626a0aa84afcd23c25476.jauhien@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/pcmanfm-qt/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild X-VCS-Directories: x11-misc/pcmanfm-qt/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 78b61d7c46773ffda7e626a0aa84afcd23c25476 X-VCS-Branch: master Date: Sat, 25 Oct 2014 23:48:38 +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: 1ec16402-b47e-4c4d-8cb5-7d616826fc5d X-Archives-Hash: 758ea87eb193cbe048537c3a002f700d commit: 78b61d7c46773ffda7e626a0aa84afcd23c25476 Author: Jauhien Piatlicki gentoo org> AuthorDate: Sat Oct 25 23:48:32 2014 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Sat Oct 25 23:48:32 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=78b61d7c [x11-libs/libfm] update live ebuild, drop QT4 support --- x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild index 13293fd..f17531c 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild @@ -12,7 +12,6 @@ if [[ "${PV}" == "9999" ]]; then else SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~x86" - S="${WORKDIR}" fi DESCRIPTION="Fast lightweight tabbed filemanager (Qt port)" @@ -22,11 +21,16 @@ LICENSE="GPL-2 LGPL-2.1+" SLOT="0" CDEPEND=">=dev-libs/glib-2.18:2 - dev-qt/qtcore:4 - dev-qt/qtdbus:4 - dev-qt/qtgui:4 + 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 >=lxde-base/menu-cache-0.4.1 - >=x11-libs/libfm-1.2.0" + >=x11-libs/libfm-1.2.0 + x11-libs/libxcb +" RDEPEND="${CDEPEND} virtual/eject virtual/freedesktop-icon-theme"