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 A45FB1381F3 for ; Sat, 19 Oct 2013 15:36:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96D45E0A8C; Sat, 19 Oct 2013 15:36:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3390CE0A8C for ; Sat, 19 Oct 2013 15:36:45 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 293D033F09C for ; Sat, 19 Oct 2013 15:36:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C9582E545D for ; Sat, 19 Oct 2013 15:36:42 +0000 (UTC) From: "Markos Chandras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras" Message-ID: <1382196822.a3241b5d2b9b5c855d6f4b9e1e1c66f8d1223fca.hwoarang@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-emulation/q4wine/ X-VCS-Repository: proj/qt X-VCS-Files: app-emulation/q4wine/q4wine-9999.ebuild X-VCS-Directories: app-emulation/q4wine/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: a3241b5d2b9b5c855d6f4b9e1e1c66f8d1223fca X-VCS-Branch: master Date: Sat, 19 Oct 2013 15:36:42 +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: 9aa13a0f-a6c9-4832-9faa-4026f0aa7ef1 X-Archives-Hash: b31d060d172b8242f60700ee441f4645 commit: a3241b5d2b9b5c855d6f4b9e1e1c66f8d1223fca Author: Markos Chandras gentoo org> AuthorDate: Sat Oct 19 15:33:42 2013 +0000 Commit: Markos Chandras gentoo org> CommitDate: Sat Oct 19 15:33:42 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a3241b5d q4wine: Use system's qtsingleapplication Gentoo Bug:https://bugs.gentoo.org/show_bug.cgi?id=487540 Upstream Bug: https://github.com/brezerk/q4wine/issues/39 Upstream Commit that fixes it: https://github.com/brezerk/q4wine/commit/bc30b14b55624b42a5b7c2d603730ea17c919fef --- app-emulation/q4wine/q4wine-9999.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app-emulation/q4wine/q4wine-9999.ebuild b/app-emulation/q4wine/q4wine-9999.ebuild index ff63e08..fb00672 100644 --- a/app-emulation/q4wine/q4wine-9999.ebuild +++ b/app-emulation/q4wine/q4wine-9999.ebuild @@ -15,12 +15,13 @@ SLOT="0" KEYWORDS="" IUSE="debug +icoutils +wineappdb +dbus gnome kde" -DEPEND="dev-qt/qtgui:4 - dev-qt/qtsql:4[sqlite] +CDEPEND="dev-qt/qtgui:4 + dev-qt/qtsingleapplication + dev-qt/qtsql:4[sqlite]" +DEPEND="${CDEPEND} dev-util/cmake" -RDEPEND="dev-qt/qtgui:4 - dev-qt/qtsql:4[sqlite] +RDEPEND="${CDEPEND} app-admin/sudo app-emulation/wine >=sys-apps/which-2.19 @@ -34,6 +35,7 @@ DOCS=(AUTHORS ChangeLog README) src_configure() { mycmakeargs=( + -DWITH_SYSTEM_SINGLEAPP=ON $(cmake-utils_use debug DEBUG) $(cmake-utils_use_with icoutils) $(cmake-utils_use_with wineappdb)