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 579951387D3 for ; Sun, 26 Oct 2014 17:17:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23AE9E0B2C; Sun, 26 Oct 2014 17:17: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 C4724E0B2C for ; Sun, 26 Oct 2014 17:17: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 C3A843403B3 for ; Sun, 26 Oct 2014 17:17:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 702538CCA for ; Sun, 26 Oct 2014 17:17: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: <1414343815.62061819fb5fdfcf9c61b7be981092e5fd67967f.jauhien@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/obconf-qt/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/obconf-qt/obconf-qt-9999.ebuild X-VCS-Directories: x11-misc/obconf-qt/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 62061819fb5fdfcf9c61b7be981092e5fd67967f X-VCS-Branch: master Date: Sun, 26 Oct 2014 17:17: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: 10f8f7a5-a32c-4a6d-a5f1-7a2944998487 X-Archives-Hash: ddcf546dfd7ec39b6de0c32969a14dbc commit: 62061819fb5fdfcf9c61b7be981092e5fd67967f Author: Jauhien Piatlicki gentoo org> AuthorDate: Sun Oct 26 17:16:55 2014 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Sun Oct 26 17:16:55 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=62061819 [x11-misc/obconf-qt] update live ebuild, drop QT4 support --- x11-misc/obconf-qt/obconf-qt-9999.ebuild | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/x11-misc/obconf-qt/obconf-qt-9999.ebuild b/x11-misc/obconf-qt/obconf-qt-9999.ebuild index 58055a0..6d7f6f8 100644 --- a/x11-misc/obconf-qt/obconf-qt-9999.ebuild +++ b/x11-misc/obconf-qt/obconf-qt-9999.ebuild @@ -21,8 +21,28 @@ LICENSE="GPL-2 LGPL-2.1+" SLOT="0" RDEPEND="dev-libs/glib:2 - dev-qt/qtcore:4 - dev-qt/qtgui:4 - x11-wm/openbox:3" + dev-libs/libxml2 + 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 + media-libs/fontconfig + media-libs/freetype + x11-wm/openbox:3 + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXft + x11-libs/pango +" DEPEND="${RDEPEND} virtual/pkgconfig" + +src_configure() { + local mycmakeargs=( + -DUSE_QT5=ON + ) + cmake-utils_src_configure +}