From: "Markos Chandras" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: app-emulation/q4wine/
Date: Sat, 19 Oct 2013 15:36:42 +0000 (UTC) [thread overview]
Message-ID: <1382196822.a3241b5d2b9b5c855d6f4b9e1e1c66f8d1223fca.hwoarang@gentoo> (raw)
commit: a3241b5d2b9b5c855d6f4b9e1e1c66f8d1223fca
Author: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 15:33:42 2013 +0000
Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> 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)
next reply other threads:[~2013-10-19 15:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-19 15:36 Markos Chandras [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-04 17:25 [gentoo-commits] proj/qt:master commit in: app-emulation/q4wine/ Ionen Wolkens
2019-02-15 12:31 Jimi Huotari
2018-03-20 11:27 Michael Palimaka
2017-08-27 5:52 [gentoo-commits] proj/qt:qtbase59 " Michael Palimaka
2017-08-27 5:50 ` [gentoo-commits] proj/qt:master " Michael Palimaka
2016-10-28 12:31 Michael Palimaka
2013-12-28 0:17 Davide Pesavento
2012-02-04 13:49 Johannes Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1382196822.a3241b5d2b9b5c855d6f4b9e1e1c66f8d1223fca.hwoarang@gentoo \
--to=hwoarang@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox