public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/, sci-astronomy/kstars/files/
Date: Thu, 26 Apr 2018 03:32:07 +0000 (UTC)	[thread overview]
Message-ID: <1524713374.43f5b07e80f1a2b934733729cb69aa9baca67fe7.asturm@gentoo> (raw)

commit:     43f5b07e80f1a2b934733729cb69aa9baca67fe7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 25 20:30:00 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 03:29:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f5b07e

sci-astronomy/kstars: Fix build with Qt 5.11

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../kstars/files/kstars-2.9.5-qt-5.11.patch        | 31 ++++++++++++++++++++++
 sci-astronomy/kstars/kstars-2.9.5.ebuild           |  2 ++
 2 files changed, 33 insertions(+)

diff --git a/sci-astronomy/kstars/files/kstars-2.9.5-qt-5.11.patch b/sci-astronomy/kstars/files/kstars-2.9.5-qt-5.11.patch
new file mode 100644
index 00000000000..72d4b8e4a48
--- /dev/null
+++ b/sci-astronomy/kstars/files/kstars-2.9.5-qt-5.11.patch
@@ -0,0 +1,31 @@
+From cf510e4aee93bf1392df8e35931ba9bb9a07fc16 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <asturm@gentoo.org>
+Date: Wed, 25 Apr 2018 22:05:50 +0200
+Subject: [PATCH] Fix build with Qt 5.11 (missing QDoubleValidator)
+
+Reviewers: mutlaqja
+
+Subscribers: #kde_edu
+
+Tags: #kde_edu
+
+Differential Revision: https://phabricator.kde.org/D12525
+---
+ kstars/dialogs/focusdialog.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/kstars/dialogs/focusdialog.cpp b/kstars/dialogs/focusdialog.cpp
+index d09ce9273..b264ee5c9 100644
+--- a/kstars/dialogs/focusdialog.cpp
++++ b/kstars/dialogs/focusdialog.cpp
+@@ -24,6 +24,7 @@
+ #include "skyobjects/skypoint.h"
+ 
+ #include <KLocalizedString>
++#include <QDoubleValidator>
+ #include <KMessageBox>
+ #include <QPushButton>
+ 
+-- 
+2.17.0
+

diff --git a/sci-astronomy/kstars/kstars-2.9.5.ebuild b/sci-astronomy/kstars/kstars-2.9.5.ebuild
index a481533f110..cb8577f0137 100644
--- a/sci-astronomy/kstars/kstars-2.9.5.ebuild
+++ b/sci-astronomy/kstars/kstars-2.9.5.ebuild
@@ -61,6 +61,8 @@ RDEPEND="${COMMON_DEPEND}
 	${PYTHON_DEPS}
 "
 
+PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
+
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package fits CFitsio)


             reply	other threads:[~2018-04-26  3:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-26  3:32 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-20 21:51 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/, sci-astronomy/kstars/files/ Andreas Sturmlechner
2021-10-02 11:26 Andreas Sturmlechner
2022-10-07 10:08 Andreas Sturmlechner
2022-11-03  8:40 Andreas Sturmlechner
2023-07-25 14:05 Andreas Sturmlechner
2023-12-25 17:04 Andreas Sturmlechner
2025-05-18 15:59 Andreas Sturmlechner

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=1524713374.43f5b07e80f1a2b934733729cb69aa9baca67fe7.asturm@gentoo \
    --to=asturm@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