summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-12-22 17:14:37 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-22 23:53:58 +0100
commit467d0110a069cac15eb5bf460c64118fb5baafa6 (patch)
treed806eb08c483566f9edd7e2b337c9eb064d6b36a /sci-geosciences/qgis/files
parentsci-geosciences/qgis: 3.16.2 version bump (diff)
downloadgentoo-467d0110a069cac15eb5bf460c64118fb5baafa6.tar.gz
gentoo-467d0110a069cac15eb5bf460c64118fb5baafa6.tar.bz2
gentoo-467d0110a069cac15eb5bf460c64118fb5baafa6.zip
sci-geosciences/qgis: Drop 3.16.1
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-geosciences/qgis/files')
-rw-r--r--sci-geosciences/qgis/files/qgis-3.16.1-find-qt5linguisttools.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/sci-geosciences/qgis/files/qgis-3.16.1-find-qt5linguisttools.patch b/sci-geosciences/qgis/files/qgis-3.16.1-find-qt5linguisttools.patch
deleted file mode 100644
index 01f602694395..000000000000
--- a/sci-geosciences/qgis/files/qgis-3.16.1-find-qt5linguisttools.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From db2fee6c199a34507e5742b2360d594a5bf67b18 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Mon, 23 Nov 2020 22:04:50 +0100
-Subject: [PATCH] Fix Qt5LinguistTools detection/lrelease binary location
-
-Correctly find the Qt5 module that provides the path to Qt5-based lrelease.
-Available since >= Qt-5.3.1 which is well below the current minimum for QGIS.
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- i18n/CMakeLists.txt | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/i18n/CMakeLists.txt b/i18n/CMakeLists.txt
-index a836e5cae5..7d7f79da89 100644
---- a/i18n/CMakeLists.txt
-+++ b/i18n/CMakeLists.txt
-@@ -1,4 +1,5 @@
--find_program(QT_LRELEASE_EXECUTABLE NAMES lrelease-qt5 lrelease)
-+find_package(Qt5LinguistTools REQUIRED)
-+set(QT_LRELEASE_EXECUTABLE Qt5::lrelease)
-
- macro(ADD_TRANSLATION_FILES _sources )
- foreach (_current_FILE ${ARGN})
---
-2.29.2
-