summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-12-17 11:09:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-17 11:23:24 +0100
commita53dcda3bcdff1b559e470b3bc39e32d6e65f9c2 (patch)
treef8f667458e0af1dd32331acb23c10f5a1d03003a /app-portage/kuroo/files
parentapp-portage/kuroo: 1.0.0 version bump (diff)
downloadgentoo-a53dcda3bcdff1b559e470b3bc39e32d6e65f9c2.tar.gz
gentoo-a53dcda3bcdff1b559e470b3bc39e32d6e65f9c2.tar.bz2
gentoo-a53dcda3bcdff1b559e470b3bc39e32d6e65f9c2.zip
app-portage/kuroo: Drop 0.90.5_p20180410
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-portage/kuroo/files')
-rw-r--r--app-portage/kuroo/files/kuroo-0.90.5_p20180410-qt-5.11.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-portage/kuroo/files/kuroo-0.90.5_p20180410-qt-5.11.patch b/app-portage/kuroo/files/kuroo-0.90.5_p20180410-qt-5.11.patch
deleted file mode 100644
index b7a146e20095..000000000000
--- a/app-portage/kuroo/files/kuroo-0.90.5_p20180410-qt-5.11.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 77941829f2aba22e05142a47b689e17d594da610 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Tue, 10 Apr 2018 16:27:47 +0200
-Subject: [PATCH] Fix build with Qt 5.11
-
----
- src/core/categorieslistview.cpp | 5 +++--
- src/core/versionview.cpp | 1 +
- 2 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/src/core/categorieslistview.cpp b/src/core/categorieslistview.cpp
-index d499397..1246aad 100644
---- a/src/core/categorieslistview.cpp
-+++ b/src/core/categorieslistview.cpp
-@@ -22,9 +22,10 @@
- #include "categorieslistview.h"
-
- #include <qpainter.h>
--#include <QTreeWidget>
--#include <QScrollBar>
- #include <QFrame>
-+#include <QHeaderView>
-+#include <QScrollBar>
-+#include <QTreeWidget>
-
- #include <kglobal.h>
-
-diff --git a/src/core/versionview.cpp b/src/core/versionview.cpp
-index 1a2b701..e83e265 100644
---- a/src/core/versionview.cpp
-+++ b/src/core/versionview.cpp
-@@ -21,6 +21,7 @@
- #include "common.h"
- #include "versionview.h"
-
-+#include <QHeaderView>
- #include <QTreeWidget>
-
- VersionView::VersionItem::VersionItem( QTreeWidget* parent, const QString& version, const bool& isInstalled, const int& stability )
---
-2.17.0
-