public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:qtbase59 commit in: dev-qt/qtgui/
@ 2017-08-07 13:25 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2017-08-07 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     d9aee611cf28243196db8545325640079ed020d7
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  7 13:24:42 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Aug  7 13:24:42 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=d9aee611

dev-qt/qtgui: create a forwarding header

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-qt/qtgui/qtgui-5.9.1.ebuild    | 4 ++++
 dev-qt/qtgui/qtgui-5.9.9999.ebuild | 4 ++++
 dev-qt/qtgui/qtgui-5.9999.ebuild   | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/dev-qt/qtgui/qtgui-5.9.1.ebuild b/dev-qt/qtgui/qtgui-5.9.1.ebuild
index 3af03f98..8ba5b8e6 100644
--- a/dev-qt/qtgui/qtgui-5.9.1.ebuild
+++ b/dev-qt/qtgui/qtgui-5.9.1.ebuild
@@ -163,4 +163,8 @@ src_configure() {
 		$(usex xcb '-xcb-xlib -xinput2 -xkb' '')
 	)
 	qt5-build_src_configure
+
+	# a forwarding header is no longer created since 5.8, causing the system
+	# config to always be used. bug 599636
+	cp src/corelib/global/qconfig.h include/QtCore/ || die
 }

diff --git a/dev-qt/qtgui/qtgui-5.9.9999.ebuild b/dev-qt/qtgui/qtgui-5.9.9999.ebuild
index 53aa133b..c3e9cf1c 100644
--- a/dev-qt/qtgui/qtgui-5.9.9999.ebuild
+++ b/dev-qt/qtgui/qtgui-5.9.9999.ebuild
@@ -161,4 +161,8 @@ src_configure() {
 		$(usex xcb '-xcb-xlib -xinput2 -xkb' '')
 	)
 	qt5-build_src_configure
+
+	# a forwarding header is no longer created since 5.8, causing the system
+	# config to always be used. bug 599636
+	cp src/corelib/global/qconfig.h include/QtCore/ || die
 }

diff --git a/dev-qt/qtgui/qtgui-5.9999.ebuild b/dev-qt/qtgui/qtgui-5.9999.ebuild
index 53aa133b..c3e9cf1c 100644
--- a/dev-qt/qtgui/qtgui-5.9999.ebuild
+++ b/dev-qt/qtgui/qtgui-5.9999.ebuild
@@ -161,4 +161,8 @@ src_configure() {
 		$(usex xcb '-xcb-xlib -xinput2 -xkb' '')
 	)
 	qt5-build_src_configure
+
+	# a forwarding header is no longer created since 5.8, causing the system
+	# config to always be used. bug 599636
+	cp src/corelib/global/qconfig.h include/QtCore/ || die
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/qt:qtbase59 commit in: dev-qt/qtgui/
@ 2017-08-07 13:27 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2017-08-07 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     59ec194346a34aa13d3d520dbde16844a2cdf624
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  7 13:24:42 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Aug  7 13:26:59 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=59ec1943

dev-qt/qtgui: create a forwarding header

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-qt/qtgui/qtgui-5.9.1.ebuild    | 4 ++++
 dev-qt/qtgui/qtgui-5.9.9999.ebuild | 4 ++++
 dev-qt/qtgui/qtgui-5.9999.ebuild   | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/dev-qt/qtgui/qtgui-5.9.1.ebuild b/dev-qt/qtgui/qtgui-5.9.1.ebuild
index 3af03f98..8ba5b8e6 100644
--- a/dev-qt/qtgui/qtgui-5.9.1.ebuild
+++ b/dev-qt/qtgui/qtgui-5.9.1.ebuild
@@ -163,4 +163,8 @@ src_configure() {
 		$(usex xcb '-xcb-xlib -xinput2 -xkb' '')
 	)
 	qt5-build_src_configure
+
+	# a forwarding header is no longer created since 5.8, causing the system
+	# config to always be used. bug 599636
+	cp src/corelib/global/qconfig.h include/QtCore/ || die
 }

diff --git a/dev-qt/qtgui/qtgui-5.9.9999.ebuild b/dev-qt/qtgui/qtgui-5.9.9999.ebuild
index 53aa133b..c3e9cf1c 100644
--- a/dev-qt/qtgui/qtgui-5.9.9999.ebuild
+++ b/dev-qt/qtgui/qtgui-5.9.9999.ebuild
@@ -161,4 +161,8 @@ src_configure() {
 		$(usex xcb '-xcb-xlib -xinput2 -xkb' '')
 	)
 	qt5-build_src_configure
+
+	# a forwarding header is no longer created since 5.8, causing the system
+	# config to always be used. bug 599636
+	cp src/corelib/global/qconfig.h include/QtCore/ || die
 }

diff --git a/dev-qt/qtgui/qtgui-5.9999.ebuild b/dev-qt/qtgui/qtgui-5.9999.ebuild
index 53aa133b..c3e9cf1c 100644
--- a/dev-qt/qtgui/qtgui-5.9999.ebuild
+++ b/dev-qt/qtgui/qtgui-5.9999.ebuild
@@ -161,4 +161,8 @@ src_configure() {
 		$(usex xcb '-xcb-xlib -xinput2 -xkb' '')
 	)
 	qt5-build_src_configure
+
+	# a forwarding header is no longer created since 5.8, causing the system
+	# config to always be used. bug 599636
+	cp src/corelib/global/qconfig.h include/QtCore/ || die
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/qt:qtbase59 commit in: dev-qt/qtgui/
  2017-08-27  5:50 [gentoo-commits] proj/qt:master " Michael Palimaka
@ 2017-08-27  5:52 ` Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2017-08-27  5:52 UTC (permalink / raw
  To: gentoo-commits

commit:     359c56207c4419716bec6f80013dc31b6ee72c63
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 05:46:03 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 05:49:57 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=359c5620

dev-qt/qtgui: remove unused local USE description

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-qt/qtgui/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-qt/qtgui/metadata.xml b/dev-qt/qtgui/metadata.xml
index 4b8150c6..a18a5dcb 100644
--- a/dev-qt/qtgui/metadata.xml
+++ b/dev-qt/qtgui/metadata.xml
@@ -10,7 +10,6 @@
 		<flag name="eglfs">Build the EGL Full Screen/Single Surface platform plugin</flag>
 		<flag name="evdev">Enable support for input devices via evdev</flag>
 		<flag name="gles2">Use GLES 2.0 or later instead of full OpenGL</flag>
-		<flag name="gtk">Build the GTK platform theme plugin</flag>
 		<flag name="gtkstyle">Build a widgets style that mimics the active GTK+ theme</flag>
 		<flag name="ibus">Build the IBus input method plugin</flag>
 		<flag name="libinput">Enable support for input devices via <pkg>dev-libs/libinput</pkg></flag>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-27  5:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-07 13:27 [gentoo-commits] proj/qt:qtbase59 commit in: dev-qt/qtgui/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2017-08-27  5:50 [gentoo-commits] proj/qt:master " Michael Palimaka
2017-08-27  5:52 ` [gentoo-commits] proj/qt:qtbase59 " Michael Palimaka
2017-08-07 13:25 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox