summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2017-01-15 11:56:49 +0000
committerDavid Seifert <soap@gentoo.org>2017-01-15 14:24:39 +0100
commit7dfbb552448ee0fe07d1e40fe0eddb390c169200 (patch)
tree26fb74f0fc9ea2c4c9f9f75ee61786040f180188 /sci-geosciences/qgis/files
parentsci-calculators/tilp2: Version bump to 1.18, EAPI bump 5 -> 6 (diff)
downloadgentoo-7dfbb552448ee0fe07d1e40fe0eddb390c169200.tar.gz
gentoo-7dfbb552448ee0fe07d1e40fe0eddb390c169200.tar.bz2
gentoo-7dfbb552448ee0fe07d1e40fe0eddb390c169200.zip
sci-geosciences/qgis: Version bump 2.18.3
- Use system dev-python/pyyaml and dev-python/future - Fix GRASS plugin error on first load, finding installed GRASS Package-Manager: portage-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/3483
Diffstat (limited to 'sci-geosciences/qgis/files')
-rw-r--r--sci-geosciences/qgis/files/qgis-2.18.3-app-icon.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-geosciences/qgis/files/qgis-2.18.3-app-icon.patch b/sci-geosciences/qgis/files/qgis-2.18.3-app-icon.patch
new file mode 100644
index 000000000000..88db963bcaff
--- /dev/null
+++ b/sci-geosciences/qgis/files/qgis-2.18.3-app-icon.patch
@@ -0,0 +1,13 @@
+diff --git a/src/core/qgsapplication.cpp b/src/core/qgsapplication.cpp
+index 4cdb07e..76ffc09 100644
+--- a/src/core/qgsapplication.cpp
++++ b/src/core/qgsapplication.cpp
+@@ -396,7 +396,7 @@ QString QgsApplication::activeThemePath()
+
+ QString QgsApplication::appIconPath()
+ {
+- return QString( "qgis-icon-60x60.png" );
++ return iconsPath() + QStringLiteral( "qgis-icon-60x60.png" );
+ }
+
+ QString QgsApplication::iconPath( const QString& iconFile )