summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-09 18:40:45 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-09 18:40:45 +0100
commit1db2ae292920e796c4419317db3c4a30a44d8d53 (patch)
tree6ed0e845e7c878eaa823e186cb9b9337794bba07 /sci-geosciences/qgis/files
parentmedia-gfx/gnofract4d: remove unused patch(es) (diff)
downloadgentoo-1db2ae292920e796c4419317db3c4a30a44d8d53.tar.gz
gentoo-1db2ae292920e796c4419317db3c4a30a44d8d53.tar.bz2
gentoo-1db2ae292920e796c4419317db3c4a30a44d8d53.zip
sci-geosciences/qgis: Drop 3.4.12
Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-geosciences/qgis/files')
-rw-r--r--sci-geosciences/qgis/files/qgis-2.18.12-cmake-lib-suffix.patch11
-rw-r--r--sci-geosciences/qgis/files/qgis-3.4.12-qt-5.13.patch22
2 files changed, 0 insertions, 33 deletions
diff --git a/sci-geosciences/qgis/files/qgis-2.18.12-cmake-lib-suffix.patch b/sci-geosciences/qgis/files/qgis-2.18.12-cmake-lib-suffix.patch
deleted file mode 100644
index 5a1e8fcd9551..000000000000
--- a/sci-geosciences/qgis/files/qgis-2.18.12-cmake-lib-suffix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/cmake/PyQtMacros.cmake 2016-08-26 05:58:37.000000000 -0600
-+++ b/cmake/PyQtMacros.cmake 2016-09-21 16:25:55.921411011 -0600
-@@ -42,7 +42,7 @@ MACRO(PYQT_WRAP_UI outfiles )
- ELSE(WIN32)
- # TODO osx
- SET(PYUIC_WRAPPER "${CMAKE_SOURCE_DIR}/scripts/pyuic-wrapper.sh")
-- SET(PYUIC_WRAPPER_PATH "${QGIS_OUTPUT_DIRECTORY}/lib")
-+ SET(PYUIC_WRAPPER_PATH "${QGIS_OUTPUT_DIRECTORY}/lib${LIB_SUFFIX}")
- ENDIF(WIN32)
-
- FOREACH(it ${ARGN})
diff --git a/sci-geosciences/qgis/files/qgis-3.4.12-qt-5.13.patch b/sci-geosciences/qgis/files/qgis-3.4.12-qt-5.13.patch
deleted file mode 100644
index 9edb44276098..000000000000
--- a/sci-geosciences/qgis/files/qgis-3.4.12-qt-5.13.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From ef8f06330f57882f740cfe7f8f3659b54b1bb1fb Mon Sep 17 00:00:00 2001
-From: Matthias Kuhn <matthias@opengis.ch>
-Date: Sat, 22 Jun 2019 10:11:31 +0200
-Subject: [PATCH] Add missing include
-
-Fix https://github.com/qgis/QGIS/issues/30316
----
- src/analysis/interpolation/qgsinterpolator.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/analysis/interpolation/qgsinterpolator.h b/src/analysis/interpolation/qgsinterpolator.h
-index 35343ccdf7f..5d694418299 100644
---- a/src/analysis/interpolation/qgsinterpolator.h
-+++ b/src/analysis/interpolation/qgsinterpolator.h
-@@ -19,6 +19,7 @@
- #define QGSINTERPOLATOR_H
-
- #include <QVector>
-+#include <QList>
- #include "qgis_sip.h"
- #include "qgis_analysis.h"
-