summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-12 19:56:45 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-13 00:00:26 +0100
commit12d78f8099c7e87660c384d5133f9be371308577 (patch)
treea355ab1922782213a1adf779db6014a1c0a8ac3e /media-gfx/kphotoalbum/files
parentkde-misc/tellico: Drop 3.1.2 (diff)
downloadgentoo-12d78f8099c7e87660c384d5133f9be371308577.tar.gz
gentoo-12d78f8099c7e87660c384d5133f9be371308577.tar.bz2
gentoo-12d78f8099c7e87660c384d5133f9be371308577.zip
media-gfx/kphotoalbum: Drop 5.3
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/kphotoalbum/files')
-rw-r--r--media-gfx/kphotoalbum/files/kphotoalbum-5.3-gcc8.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/media-gfx/kphotoalbum/files/kphotoalbum-5.3-gcc8.patch b/media-gfx/kphotoalbum/files/kphotoalbum-5.3-gcc8.patch
deleted file mode 100644
index ce52589b23cc..000000000000
--- a/media-gfx/kphotoalbum/files/kphotoalbum-5.3-gcc8.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 47f4c00adaa442cd03b02d44517b5503718f2813 Mon Sep 17 00:00:00 2001
-From: Christophe Giboudeaux <christophe@krop.fr>
-Date: Tue, 12 Jun 2018 22:52:06 +0200
-Subject: Fix build with Qt 5.11.
-
-Summary: 'id' is an int, it doesn't need qPrintable.
-
-Reviewers: johanneszarl
-
-Differential Revision: https://phabricator.kde.org/D13329
----
- RemoteControl/RemoteConnection.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/RemoteControl/RemoteConnection.cpp b/RemoteControl/RemoteConnection.cpp
-index 1dacb72..8bc18d0 100644
---- a/RemoteControl/RemoteConnection.cpp
-+++ b/RemoteControl/RemoteConnection.cpp
-@@ -105,7 +105,7 @@ void RemoteConnection::dataReceived()
- std::unique_ptr<RemoteCommand> command = RemoteCommand::create(static_cast<CommandType>(id));
- command->decode(stream);
- protocolDebug() << qPrintable(QTime::currentTime().toString(QString::fromUtf8("hh:mm:ss.zzz")))
-- << ": Received " << qPrintable(id);
-+ << ": Received " << id;
-
- emit gotCommand(*command);
- }
---
-cgit v0.11.2