public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/
Date: Mon, 15 Feb 2016 04:13:06 +0000 (UTC)	[thread overview]
Message-ID: <1455509575.b5044478a38f2af48dbdbd708d5069b72133f141.kensington@gentoo> (raw)

commit:     b5044478a38f2af48dbdbd708d5069b72133f141
Author:     John Brezerk <brezerk <AT> gmail <DOT> com>
AuthorDate: Mon Feb 15 04:11:53 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 04:12:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5044478

app-emulation/q4wine: add Qt 5 support

Gentoo-bug: 573764

Package-Manager: portage-2.2.27

 app-emulation/q4wine/q4wine-1.2_p2.ebuild | 26 +++++++++++++++++++-------
 1 file changed, 19 insertions(+), 7 deletions(-)

diff --git a/app-emulation/q4wine/q4wine-1.2_p2.ebuild b/app-emulation/q4wine/q4wine-1.2_p2.ebuild
index 686546e..4493d4b 100644
--- a/app-emulation/q4wine/q4wine-1.2_p2.ebuild
+++ b/app-emulation/q4wine/q4wine-1.2_p2.ebuild
@@ -21,14 +21,26 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${PN}%20${MY_PV}/${MY_P}.tar.bz2"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+dbus debug +icoutils +wineappdb"
+IUSE="+dbus debug +icoutils qt5 +wineappdb"
 
 DEPEND="
-	dev-qt/qtcore:4
-	dev-qt/qtgui:4
-	dev-qt/qtsingleapplication[qt4(+),X]
-	dev-qt/qtsql:4[sqlite]
-	dbus? ( dev-qt/qtdbus:4 )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5
+		dev-qt/qtnetwork:5
+		dev-qt/qtsingleapplication[qt5(+),X]
+		dev-qt/qtsql:5[sqlite]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		dbus? ( dev-qt/qtdbus:5 )
+	)
+	!qt5? (
+		dev-qt/qtcore:4
+		dev-qt/qtgui:4
+		dev-qt/qtsingleapplication[qt4(+),X]
+		dev-qt/qtsql:4[sqlite]
+		dbus? ( dev-qt/qtdbus:4 )
+	)
 "
 RDEPEND="${DEPEND}
 	app-admin/sudo
@@ -51,9 +63,9 @@ src_configure() {
 	l10n_for_each_locale_do construct_LINGUAS
 	local mycmakeargs=(
 		-DLINGUAS="${enabled_linguas}"
-		-DQT5=OFF
 		-DWITH_SYSTEM_SINGLEAPP=ON
 		$(cmake-utils_use debug)
+		$(cmake-utils_use qt5)
 		$(cmake-utils_use_with dbus)
 		$(cmake-utils_use_with icoutils)
 		$(cmake-utils_use_with wineappdb)


             reply	other threads:[~2016-02-15  4:13 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-15  4:13 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-18  9:32 [gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/ Andreas Sturmlechner
2022-11-18  7:42 Jakov Smolić
2022-11-16 23:00 Sam James
2022-09-24  8:53 Andreas Sturmlechner
2021-09-25 23:25 Sam James
2021-09-25 22:57 Vadim Misbakh-Soloviov
2020-05-11 19:08 Andreas Sturmlechner
2020-05-11 16:49 Agostino Sarubbo
2020-05-08  6:38 Agostino Sarubbo
2020-03-14 17:59 Andreas Sturmlechner
2019-04-01 20:45 Andreas Sturmlechner
2019-04-01 19:58 Thomas Deutschmann
2019-03-24 10:01 Agostino Sarubbo
2019-02-14 23:06 Andreas Sturmlechner
2018-04-26  3:32 Andreas Sturmlechner
2018-04-25  0:38 Aaron Bauman
2018-03-20 11:26 Michael Palimaka
2018-02-22 10:51 Andreas Sturmlechner
2017-12-07 12:14 Michael Palimaka
2017-09-30  7:22 Michael Palimaka
2017-09-30  7:22 Michael Palimaka
2017-06-29 12:56 Michael Palimaka
2017-06-20 16:25 Davide Pesavento
2017-06-20  5:17 Agostino Sarubbo
2017-06-18 14:01 Agostino Sarubbo
2017-04-25  8:24 Michael Palimaka
2016-10-28 12:58 Michael Palimaka
2016-10-28 12:58 Michael Palimaka
2016-10-28 12:32 Michael Palimaka
2016-07-27 19:29 Michael Palimaka
2016-05-30 17:00 Davide Pesavento
2016-01-21  7:28 Wolfram Schlich

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=1455509575.b5044478a38f2af48dbdbd708d5069b72133f141.kensington@gentoo \
    --to=kensington@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