From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/fraqtive/, x11-misc/fraqtive/files/
Date: Sun, 24 Sep 2017 06:13:27 +0000 (UTC) [thread overview]
Message-ID: <1506233595.dc1a1d3f206ac6ce9c54acd7648f1c0311d4f110.kensington@gentoo> (raw)
commit: dc1a1d3f206ac6ce9c54acd7648f1c0311d4f110
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 06:12:59 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 06:13:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1a1d3f
x11-misc/fraqtive: fix build failure by adding patch with missing Qt includes
Closes: https://bugs.gentoo.org/563574
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../files/fraqtive-0.4.8-qt-includes.patch | 24 ++++++++++++++++++++++
x11-misc/fraqtive/fraqtive-0.4.8.ebuild | 4 +++-
2 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/x11-misc/fraqtive/files/fraqtive-0.4.8-qt-includes.patch b/x11-misc/fraqtive/files/fraqtive-0.4.8-qt-includes.patch
new file mode 100644
index 00000000000..de31d9c37ec
--- /dev/null
+++ b/x11-misc/fraqtive/files/fraqtive-0.4.8-qt-includes.patch
@@ -0,0 +1,24 @@
+Add missing Qt includes.
+
+Bug: https://bugs.gentoo.org/563574
+
+--- a/src/configurationdata.cpp
++++ b/src/configurationdata.cpp
+@@ -25,6 +25,7 @@
+ #include <shlobj.h>
+ #endif
+
++#include <QDataStream>
+ #include <QDir>
+ #include <cstdlib>
+
+--- a/src/fractalgenerator.h
++++ b/src/fractalgenerator.h
+@@ -21,6 +21,7 @@
+
+ #include <QEvent>
+ #include <QMutex>
++#include <QObject>
+ #include <QWaitCondition>
+
+ #include "abstractjobprovider.h"
diff --git a/x11-misc/fraqtive/fraqtive-0.4.8.ebuild b/x11-misc/fraqtive/fraqtive-0.4.8.ebuild
index 8d3effac98f..5c0a787ab56 100644
--- a/x11-misc/fraqtive/fraqtive-0.4.8.ebuild
+++ b/x11-misc/fraqtive/fraqtive-0.4.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -32,6 +32,8 @@ DEPEND="
"
src_configure() {
+ epatch "${FILESDIR}/${P}-qt-includes.patch"
+
tc-export PKG_CONFIG
sed -i -e "s|-lGLU|$( ${PKG_CONFIG} --libs glu )|g" src/src.pro || die
local conf="release"
next reply other threads:[~2017-09-24 6:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-24 6:13 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-20 11:17 [gentoo-commits] repo/gentoo:master commit in: x11-misc/fraqtive/, x11-misc/fraqtive/files/ Petr Vaněk
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=1506233595.dc1a1d3f206ac6ce9c54acd7648f1c0311d4f110.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