* [gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/files/
@ 2017-11-30 22:14 99% Andreas Sturmlechner
0 siblings, 0 replies; 1+ results
From: Andreas Sturmlechner @ 2017-11-30 22:14 UTC (permalink / raw
To: gentoo-commits
commit: f11c24645887b7016c407ac8737981c3802a7213
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 18:38:48 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 22:12:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11c2464
media-gfx/digikam: Fix build w/ Qt-5.7.0
Bug: https://bugs.gentoo.org/639300
Package-Manager: Portage-2.3.16, Repoman-2.3.6
media-gfx/digikam/files/digikam-5.7.0-qt-5.9.3.patch | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-gfx/digikam/files/digikam-5.7.0-qt-5.9.3.patch b/media-gfx/digikam/files/digikam-5.7.0-qt-5.9.3.patch
index e2abe9be39c..7001850cd9c 100644
--- a/media-gfx/digikam/files/digikam-5.7.0-qt-5.9.3.patch
+++ b/media-gfx/digikam/files/digikam-5.7.0-qt-5.9.3.patch
@@ -3,6 +3,7 @@ From: Maik Qualmann <metzpinguin@gmail.com>
Date: Tue, 28 Nov 2017 21:29:00 +0100
Subject: try to fix the Qt-5.9.3 empty album problem CCBUGS: 387373
+* asturm: Fix build w/ Qt-5.7
---
libs/database/coredb/coredburl.cpp | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
@@ -19,7 +20,7 @@ index 2c0d0eb..b1bdf71 100644
url.setScheme(QLatin1String("digikamalbums"));
- url.setPath(QLatin1Char('/') + album + QLatin1Char('/') + name);
+
-+ if (path != QLatin1Char('/'))
++ if (path != QLatin1String("/"))
+ path += QLatin1Char('/');
+
+ url.setPath(path + name);
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2017-11-30 22:14 99% [gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/files/ Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox