aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2012-06-25 14:46:58 +0800
committerwen <wen@FreeBSD.org>2012-06-25 14:46:58 +0800
commit14cdf610a445249166fd16767c4a201fc7c4132e (patch)
tree561145d684d18479b2e708c569fee9870e96130c /graphics
parent223b6d40ed1e1e0c5437c5c48e8f12758c2ab682 (diff)
downloadfreebsd-ports-gnome-14cdf610a445249166fd16767c4a201fc7c4132e.tar.gz
freebsd-ports-gnome-14cdf610a445249166fd16767c4a201fc7c4132e.tar.zst
freebsd-ports-gnome-14cdf610a445249166fd16767c4a201fc7c4132e.zip
- Update to 1.8.0
- Convert to optionsNG
Diffstat (limited to 'graphics')
-rw-r--r--graphics/qgis/Makefile30
-rw-r--r--graphics/qgis/distinfo4
-rw-r--r--graphics/qgis/pkg-plist1781
3 files changed, 995 insertions, 820 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index d72b03be5c01..081735b9ede4 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= qgis
-PORTVERSION= 1.7.4
-PORTREVISION= 6
+PORTVERSION= 1.8.0
CATEGORIES= graphics geography
MASTER_SITES= http://qgis.org/downloads/ \
http://download.osgeo.org/qgis/src/
@@ -19,7 +18,9 @@ LIB_DEPENDS= geos:${PORTSDIR}/graphics/geos \
proj.7:${PORTSDIR}/graphics/proj \
gsl.16:${PORTSDIR}/math/gsl \
qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \
- gdal:${PORTSDIR}/graphics/gdal
+ gdal:${PORTSDIR}/graphics/gdal \
+ spatialite.4:${PORTSDIR}/databases/spatialite \
+ spatialindex.2:${PORTSDIR}/devel/spatialindex
USE_BZIP2= yes
USE_PYTHON= yes
@@ -33,25 +34,22 @@ USE_LDCONFIG= yes
MAN1= qgis.1
-OPTIONS= GRASS "Enable GRASS support" Off \
- POSTGIS "Enable PostGIS support" Off \
- MAPSERVER "Enable MapServer support" off \
- PYTHON "Enable Python support" On
+OPTIONS_DEFINE= GRASS POSTGIS MAPSERVER PYTHON
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${OSVERSION} < 800000
BROKEN= does not compile on 7.X
.endif
-.if defined(WITH_GRASS)
+.if ${PORT_OPTIONS:MGRASS}
CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.2
RUN_DEPENDS+= ${LOCALBASE}/lib/gdalplugins/gdal_GRASS.so:${PORTSDIR}/graphics/gdal-grass
.else
CMAKE_ARGS+= -DWITH_GRASS:BOOL=FALSE
.endif
-.if defined(WITH_POSTGIS)
+.if ${PORT_OPTIONS:MPOSTGIS}
USE_PGSQL= YES
CMAKE_ARGS+= -DWITH_POSTGRESQL:BOOL=TRUE
PLIST_SUB+= PGSQL=""
@@ -60,7 +58,7 @@ CMAKE_ARGS+= -DWITH_POSTGRESQL:BOOL=FALSE
PLIST_SUB+= PGSQL="@comment "
.endif
-.if defined(WITH_MAPSERVER)
+.if ${PORT_OPTIONS:MMAPSERVER}
CMAKE_ARGS+= -DWITH_MAPSERVER:BOOL=TRUE
PLIST_SUB+= QGIS_FCGI=""
LIB_DEPENDS+= fcgi.0:${PORTSDIR}/www/fcgi
@@ -69,10 +67,7 @@ CMAKE_ARGS+= -DWITH_MAPSERVER:BOOL=FALSE
PLIST_SUB+= QGIS_FCGI="@comment "
.endif
-.if defined(WITHOUT_PYTHON)
-CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=FALSE
-PLIST_SUB+= QGIS_PYTHON="@comment "
-.else
+.if ${PORT_OPTIONS:MPYTHON}
CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=TRUE
PLIST_SUB+= QGIS_PYTHON=""
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sip>=4.8.2:${PORTSDIR}/devel/py-sip \
@@ -82,6 +77,9 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sip>=4.8.2:${PORTSDIR}/devel/py-sip \
${PYTHON_PKGNAMEPREFIX}qt4-xml>=4.5.4:${PORTSDIR}/textproc/py-qt4-xml \
${PYTHON_PKGNAMEPREFIX}qt4-core>=4.5.4:${PORTSDIR}/devel/py-qt4-core \
${PYTHON_PKGNAMEPREFIX}sqlite3>=2.6.5:${PORTSDIR}/databases/py-sqlite3
+.else
+CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=FALSE
+PLIST_SUB+= QGIS_PYTHON="@comment "
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/graphics/qgis/distinfo b/graphics/qgis/distinfo
index 4c36246b7a03..7250699e3b5c 100644
--- a/graphics/qgis/distinfo
+++ b/graphics/qgis/distinfo
@@ -1,2 +1,2 @@
-SHA256 (qgis-1.7.4.tar.bz2) = e302bd676b755676a6fa6da0c416d73694eca24e67ae8e34bbf78d13ee3b7ea6
-SIZE (qgis-1.7.4.tar.bz2) = 25618352
+SHA256 (qgis-1.8.0.tar.bz2) = 700be4f81c4a6b6335a0217a6c476328c0ea02543d579a06dc1aaf60201303ab
+SIZE (qgis-1.8.0.tar.bz2) = 29997204
diff --git a/graphics/qgis/pkg-plist b/graphics/qgis/pkg-plist
index ea2f600989c4..15f1122ebc90 100644
--- a/graphics/qgis/pkg-plist
+++ b/graphics/qgis/pkg-plist
@@ -1,342 +1,283 @@
+bin/qbrowser
+bin/qgis
+bin/qgis_bench
+%%QGIS_FCGI%%bin/admin.sld
+%%QGIS_FCGI%%bin/qgis_mapserv.fcgi
+%%QGIS_FCGI%%bin/wms_metadata.xml
+include/qgis/qgsconfig.h
+include/qgis/qgisplugin.h
+include/qgis/qgsrendererplugin.h
+include/qgis/qgis.h
+include/qgis/qgsapplication.h
+include/qgis/qgsattributeaction.h
+include/qgis/qgscentralpointpositionmanager.h
+include/qgis/qgsclipper.h
+include/qgis/qgscontexthelp.h
+include/qgis/qgscoordinatetransform.h
+include/qgis/qgsdatasourceuri.h
+include/qgis/qgsdataitem.h
+include/qgis/qgsdistancearea.h
+include/qgis/qgscsexception.h
+include/qgis/qgsexception.h
+include/qgis/qgsexpression.h
+include/qgis/qgsfeature.h
+include/qgis/qgsfield.h
+include/qgis/qgsgeometry.h
+include/qgis/qgshttptransaction.h
+include/qgis/qgslabel.h
+include/qgis/qgslabelattributes.h
+include/qgis/qgslogger.h
+include/qgis/qgsmaplayer.h
+include/qgis/qgsmaplayerregistry.h
+include/qgis/qgsmaprenderer.h
+include/qgis/qgsmaptopixel.h
+include/qgis/qgsmessageoutput.h
+include/qgis/qgsmimedatautils.h
+include/qgis/qgscredentials.h
+include/qgis/qgsoverlayobjectpositionmanager.h
+include/qgis/qgspallabeling.h
+include/qgis/qgspalobjectpositionmanager.h
+include/qgis/qgspluginlayer.h
+include/qgis/qgspluginlayerregistry.h
+include/qgis/qgspoint.h
+include/qgis/qgsproject.h
+include/qgis/qgsprojectfiletransform.h
+include/qgis/qgsprojectproperty.h
+include/qgis/qgsprojectversion.h
+include/qgis/qgsprovidercountcalcevent.h
+include/qgis/qgsproviderextentcalcevent.h
+include/qgis/qgsprovidermetadata.h
+include/qgis/qgsproviderregistry.h
+include/qgis/qgspythonrunner.h
+include/qgis/qgsrasterprojector.h
+include/qgis/qgsrasterdataprovider.h
+include/qgis/qgsrectangle.h
+include/qgis/qgsrendercontext.h
+include/qgis/qgsrunprocess.h
+include/qgis/qgsscalecalculator.h
+include/qgis/qgssearchstring.h
+include/qgis/qgssearchtreenode.h
+include/qgis/qgssnapper.h
+include/qgis/qgscoordinatereferencesystem.h
+include/qgis/qgsvectordataprovider.h
+include/qgis/qgsvectorfilewriter.h
+include/qgis/qgsvectorlayer.h
+include/qgis/qgsvectorlayerimport.h
+include/qgis/qgsvectoroverlay.h
+include/qgis/qgstolerance.h
+include/qgis/qgslegendmodel.h
+include/qgis/qgscomposerlegenditem.h
+include/qgis/qgscliptominmaxenhancement.h
+include/qgis/qgscolorrampshader.h
+include/qgis/qgscontrastenhancement.h
+include/qgis/qgscontrastenhancementfunction.h
+include/qgis/qgsfreakoutshader.h
+include/qgis/qgslinearminmaxenhancement.h
+include/qgis/qgslinearminmaxenhancementwithclip.h
+include/qgis/qgspseudocolorshader.h
+include/qgis/qgsrasterpyramid.h
+include/qgis/qgsrasterbandstats.h
+include/qgis/qgsrasterlayer.h
+include/qgis/qgsrastertransparency.h
+include/qgis/qgsrastershader.h
+include/qgis/qgsrastershaderfunction.h
+include/qgis/qgsrasterviewport.h
+include/qgis/qgscontinuouscolorrenderer.h
+include/qgis/qgsgraduatedsymbolrenderer.h
+include/qgis/qgsrenderer.h
+include/qgis/qgssinglesymbolrenderer.h
+include/qgis/qgsuniquevaluerenderer.h
+include/qgis/qgsmarkercatalogue.h
+include/qgis/qgssymbol.h
+include/qgis/qgssymbologyutils.h
+include/qgis/qgscategorizedsymbolrendererv2.h
+include/qgis/qgscolorbrewerpalette.h
+include/qgis/qgsfillsymbollayerv2.h
+include/qgis/qgsgraduatedsymbolrendererv2.h
+include/qgis/qgslinesymbollayerv2.h
+include/qgis/qgsmarkersymbollayerv2.h
+include/qgis/qgsrendererv2.h
+include/qgis/qgsrendererv2registry.h
+include/qgis/qgssinglesymbolrendererv2.h
+include/qgis/qgsstylev2.h
+include/qgis/qgssymbollayerv2.h
+include/qgis/qgssymbollayerv2registry.h
+include/qgis/qgssymbollayerv2utils.h
+include/qgis/qgssymbologyv2conversion.h
+include/qgis/qgssymbolv2.h
+include/qgis/qgsvectorcolorrampv2.h
+include/qgis/qgsdiagramrendererv2.h
+include/qgis/qgsspatialindex.h
+include/qgis/qgsbrowsermodel.h
+include/qgis/qgsdataprovider.h
+include/qgis/qgsmessagelog.h
+include/qgis/qgsnetworkaccessmanager.h
+include/qgis/qgsgeometryvalidator.h
+include/qgis/qgsaddremoveitemcommand.h
+include/qgis/qgscomposerlegend.h
+include/qgis/qgscomposermap.h
+include/qgis/qgscomposerpicture.h
+include/qgis/qgscomposerscalebar.h
+include/qgis/qgscomposeritem.h
+include/qgis/qgscomposershape.h
+include/qgis/qgscomposeritemgroup.h
+include/qgis/qgscomposerattributetable.h
+include/qgis/qgscomposition.h
+include/qgis/qgsgpsconnection.h
+include/qgis/qgsgpsdetector.h
+include/qgis/qgsnmeaconnection.h
+include/qgis/qgsgpsdconnection.h
+include/qgis/qextserialport.h
+include/qgis/qextserialenumerator.h
+include/qgis/qgsaspectfilter.h
+include/qgis/qgsderivativefilter.h
+include/qgis/qgshillshadefilter.h
+include/qgis/qgsninecellfilter.h
+include/qgis/qgsrastercalculator.h
+include/qgis/qgsrelief.h
+include/qgis/qgsruggednessfilter.h
+include/qgis/qgsslopefilter.h
+include/qgis/qgsgeometryanalyzer.h
+include/qgis/qgszonalstatistics.h
+include/qgis/qgsinterpolator.h
+include/qgis/qgsgridfilewriter.h
+include/qgis/qgsidwinterpolator.h
+include/qgis/qgstininterpolator.h
+include/qgis/qgsgraph.h
+include/qgis/qgsgraphbuilderintr.h
+include/qgis/qgsgraphbuilder.h
+include/qgis/qgsarcproperter.h
+include/qgis/qgsdistancearcproperter.h
+include/qgis/qgsgraphdirector.h
+include/qgis/qgslinevectorlayerdirector.h
+include/qgis/qgsgraphanalyzer.h
+include/qgis/qgisgui.h
+include/qgis/qgisinterface.h
+include/qgis/qgscolorbutton.h
+include/qgis/qgscursors.h
+include/qgis/qgsencodingfiledialog.h
+include/qgis/qgsfiledropedit.h
+include/qgis/qgsgenericprojectionselector.h
+include/qgis/qgsmapcanvas.h
+include/qgis/qgsmapcanvasitem.h
+include/qgis/qgsmapcanvasmap.h
+include/qgis/qgsmapcanvassnapper.h
+include/qgis/qgsmapoverviewcanvas.h
+include/qgis/qgsmaptool.h
+include/qgis/qgsmaptoolemitpoint.h
+include/qgis/qgsmaptoolpan.h
+include/qgis/qgsmaptoolzoom.h
+include/qgis/qgsmessageviewer.h
+include/qgis/qgscredentialdialog.h
+include/qgis/qgsprojectionselector.h
+include/qgis/qgsrubberband.h
+include/qgis/qgsmaptip.h
+include/qgis/qgsvertexmarker.h
+include/qgis/qgsscalecombobox.h
+include/qgis/qgssearchquerybuilder.h
+include/qgis/qgsattributeeditor.h
+include/qgis/qgsfieldvalidator.h
+include/qgis/qgsexpressionbuilderwidget.h
+include/qgis/qgsexpressionbuilderdialog.h
+include/qgis/qgsexpressionhighlighter.h
+include/qgis/qgsattributetablemodel.h
+include/qgis/qgsattributetablememorymodel.h
+include/qgis/qgsattributetableview.h
+include/qgis/qgsattributetablefiltermodel.h
+include/qgis/qgsattributetableidcolumnpair.h
+include/qgis/qgsattributetabledelegate.h
+include/qgis/qgsquickprint.h
+include/qgis/qgsdashspacedialog.h
+include/qgis/qgssymbollayerv2widget.h
+include/qgis/qgssymbolv2propertiesdialog.h
+include/qgis/qgssinglesymbolrendererv2widget.h
+include/qgis/qgscategorizedsymbolrendererv2widget.h
+include/qgis/qgsgraduatedsymbolrendererv2widget.h
+include/qgis/qgsrulebasedrendererv2widget.h
+include/qgis/qgsrendererv2widget.h
+include/qgis/qgsrendererv2propertiesdialog.h
+include/qgis/qgsstylev2managerdialog.h
+include/qgis/qgssymbollevelsv2dialog.h
+include/qgis/qgssymbolv2selectordialog.h
+include/qgis/qgsvectorrandomcolorrampv2dialog.h
+include/qgis/qgsvectorgradientcolorrampv2dialog.h
+include/qgis/qgsvectorcolorbrewercolorrampv2dialog.h
+include/qgis/qgscolorrampcombobox.h
+include/qgis/characterwidget.h
+include/qgis/qgspenstylecombobox.h
+include/qgis/qgsbrushstylecombobox.h
+include/qgis/qgsstylev2exportimportdialog.h
+include/qgis/qgsellipsesymbollayerv2widget.h
+include/qgis/qgspointdisplacementrendererwidget.h
+include/qgis/qgsvectorfieldsymbollayerwidget.h
+include/qgis/qgscomposerview.h
+include/qgis/qgsdetaileditemdelegate.h
+include/qgis/qgsdetaileditemwidget.h
+include/qgis/qgsludialog.h
+include/qgis/qgslegendinterface.h
+include/qgis/qgsformannotationitem.h
+include/qgis/qgsmanageconnectionsdialog.h
+include/qgis/qgsmessagelogviewer.h
+include/qgis/qgsnewhttpconnection.h
+include/qgis/qgsnewvectorlayerdialog.h
+include/qgis/qgsprojectbadlayerguihandler.h
+include/qgis/qgslonglongvalidator.h
+include/qgis/qgsquerybuilder.h
+include/qgis/ui_qgsdetaileditemwidgetbase.h
+include/qgis/ui_qgsgenericprojectionselectorbase.h
+include/qgis/ui_qgsmessageviewer.h
+include/qgis/ui_qgsmessagelogviewer.h
+include/qgis/ui_qgscredentialdialog.h
+include/qgis/ui_qgsprojectionselectorbase.h
+include/qgis/ui_qgsquerybuilderbase.h
+include/qgis/ui_qgsexpressionbuilder.h
+include/qgis/ui_qgsexpressionbuilderdialogbase.h
%%DATADIR%%/FindQGIS.cmake
-%%DATADIR%%/doc/AUTHORS
+%%DATADIR%%/doc/INSTALL
%%DATADIR%%/doc/CODING
+%%DATADIR%%/doc/index.html
+%%DATADIR%%/doc/news.html
+%%DATADIR%%/doc/favicon.ico
+%%DATADIR%%/doc/style.css
+%%DATADIR%%/doc/AUTHORS
%%DATADIR%%/doc/CONTRIBUTORS
-%%DATADIR%%/doc/DONORS
-%%DATADIR%%/doc/INSTALL
%%DATADIR%%/doc/SPONSORS
+%%DATADIR%%/doc/DONORS
%%DATADIR%%/doc/TRANSLATORS
-%%DATADIR%%/doc/changelog.html
-%%DATADIR%%/doc/style.css
-%%DATADIR%%/doc/favicon.ico
%%DATADIR%%/doc/images/qgis_new_80pct.png
-%%DATADIR%%/doc/index.html
-%%DATADIR%%/i18n/qgis_af.qm
-%%DATADIR%%/i18n/qgis_ar.qm
-%%DATADIR%%/i18n/qgis_bg.qm
-%%DATADIR%%/i18n/qgis_ca_ES.qm
-%%DATADIR%%/i18n/qgis_cs_CZ.qm
-%%DATADIR%%/i18n/qgis_de.qm
-%%DATADIR%%/i18n/qgis_el_GR.qm
-%%DATADIR%%/i18n/qgis_es.qm
-%%DATADIR%%/i18n/qgis_et.qm
-%%DATADIR%%/i18n/qgis_fa.qm
-%%DATADIR%%/i18n/qgis_fi.qm
-%%DATADIR%%/i18n/qgis_fr.qm
-%%DATADIR%%/i18n/qgis_gl_ES.qm
-%%DATADIR%%/i18n/qgis_he.qm
-%%DATADIR%%/i18n/qgis_hr_HR.qm
-%%DATADIR%%/i18n/qgis_hu.qm
-%%DATADIR%%/i18n/qgis_id.qm
-%%DATADIR%%/i18n/qgis_is.qm
-%%DATADIR%%/i18n/qgis_it.qm
-%%DATADIR%%/i18n/qgis_ja.qm
-%%DATADIR%%/i18n/qgis_ka_GE.qm
-%%DATADIR%%/i18n/qgis_ko_KR.qm
-%%DATADIR%%/i18n/qgis_lo.qm
-%%DATADIR%%/i18n/qgis_lt.qm
-%%DATADIR%%/i18n/qgis_lv.qm
-%%DATADIR%%/i18n/qgis_mn.qm
-%%DATADIR%%/i18n/qgis_nl.qm
-%%DATADIR%%/i18n/qgis_pl_PL.qm
-%%DATADIR%%/i18n/qgis_pt_BR.qm
-%%DATADIR%%/i18n/qgis_pt_PT.qm
-%%DATADIR%%/i18n/qgis_ro.qm
-%%DATADIR%%/i18n/qgis_ru.qm
-%%DATADIR%%/i18n/qgis_sk.qm
-%%DATADIR%%/i18n/qgis_sl_SI.qm
-%%DATADIR%%/i18n/qgis_sq_AL.qm
-%%DATADIR%%/i18n/qgis_sr_CS-Latn.qm
-%%DATADIR%%/i18n/qgis_sv.qm
-%%DATADIR%%/i18n/qgis_ta.qm
-%%DATADIR%%/i18n/qgis_th.qm
-%%DATADIR%%/i18n/qgis_tr.qm
-%%DATADIR%%/i18n/qgis_uk.qm
-%%DATADIR%%/i18n/qgis_vi.qm
-%%DATADIR%%/i18n/qgis_xh.qm
-%%DATADIR%%/i18n/qgis_zh_CN.qm
-%%DATADIR%%/i18n/qgis_zh_TW.qm
+%%DATADIR%%/images/icons/qgis-icon-1.8-60x60.png
%%DATADIR%%/images/icons/qgis-icon-16x16.png
%%DATADIR%%/images/icons/qgis-icon-60x60.png
%%DATADIR%%/images/icons/qgis-icon.png
%%DATADIR%%/images/icons/qgis-mime-icon.png
-%%DATADIR%%/images/north_arrows/default.png
-%%DATADIR%%/images/splash/splash_mask.png
-%%DATADIR%%/images/splash/splash.png
-%%DATADIR%%/resources/context_help/MapServerExport-de_DE
-%%DATADIR%%/resources/context_help/MapServerExport-en_US
-%%DATADIR%%/resources/context_help/MapServerExport-es_ES
-%%DATADIR%%/resources/context_help/MapServerExport-fr_FR
-%%DATADIR%%/resources/context_help/MapServerExport-it_IT
-%%DATADIR%%/resources/context_help/MapServerExport-ja_JP
-%%DATADIR%%/resources/context_help/MapServerExport-pl_PL
-%%DATADIR%%/resources/context_help/MapServerExport-pt_BR
-%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-de_DE
-%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-en_US
-%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-es_ES
-%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-fr_FR
-%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-it_IT
-%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-ja_JP
-%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-pl_PL
-%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-pt_BR
-%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-ru_RU
-%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-sk_SK
-%%DATADIR%%/resources/context_help/QgsBookmarks-de_DE
-%%DATADIR%%/resources/context_help/QgsBookmarks-en_US
-%%DATADIR%%/resources/context_help/QgsBookmarks-es_ES
-%%DATADIR%%/resources/context_help/QgsBookmarks-fr_FR
-%%DATADIR%%/resources/context_help/QgsBookmarks-it_IT
-%%DATADIR%%/resources/context_help/QgsBookmarks-ja_JP
-%%DATADIR%%/resources/context_help/QgsBookmarks-pl_PL
-%%DATADIR%%/resources/context_help/QgsBookmarks-pt_BR
-%%DATADIR%%/resources/context_help/QgsBookmarks-ru_RU
-%%DATADIR%%/resources/context_help/QgsBookmarks-sk_SK
-%%DATADIR%%/resources/context_help/QgsBookmarks-sv_SE
-%%DATADIR%%/resources/context_help/QgsComposer-de_DE
-%%DATADIR%%/resources/context_help/QgsComposer-en_US
-%%DATADIR%%/resources/context_help/QgsComposer-es_ES
-%%DATADIR%%/resources/context_help/QgsComposer-fr_FR
-%%DATADIR%%/resources/context_help/QgsComposer-it_IT
-%%DATADIR%%/resources/context_help/QgsComposer-ja_JP
-%%DATADIR%%/resources/context_help/QgsComposer-pl_PL
-%%DATADIR%%/resources/context_help/QgsComposer-pt_BR
-%%DATADIR%%/resources/context_help/QgsComposer-ru_RU
-%%DATADIR%%/resources/context_help/QgsComposer-sk_SK
-%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-de_DE
-%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-en_US
-%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-es_ES
-%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-fr_FR
-%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-it_IT
-%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-ja_JP
-%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-pl_PL
-%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-pt_BR
-%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-ru_RU
-%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-sk_SK
-%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-sv_SE
-%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-de_DE
-%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-en_US
-%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-es_ES
-%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-fr_FR
-%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-it_IT
-%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-ja_JP
-%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-pt_BR
-%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-de_DE
-%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-en_US
-%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-es_ES
-%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-fr_FR
-%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-it_IT
-%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-ja_JP
-%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-pl_PL
-%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-pt_BR
-%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-ru_RU
-%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-sk_SK
-%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-sv_SE
-%%DATADIR%%/resources/context_help/QgsFieldCalculator-de_DE
-%%DATADIR%%/resources/context_help/QgsFieldCalculator-en_US
-%%DATADIR%%/resources/context_help/QgsFieldCalculator-fr_FR
-%%DATADIR%%/resources/context_help/QgsGPSPluginGui-de_DE
-%%DATADIR%%/resources/context_help/QgsGPSPluginGui-en_US
-%%DATADIR%%/resources/context_help/QgsGPSPluginGui-it_IT
-%%DATADIR%%/resources/context_help/QgsGPSPluginGui-ja_JP
-%%DATADIR%%/resources/context_help/QgsGPSPluginGui-pt_BR
-%%DATADIR%%/resources/context_help/QgsGPSPluginGui-ru_RU
-%%DATADIR%%/resources/context_help/QgsGPSPluginGui-sk_SK
-%%DATADIR%%/resources/context_help/QgsIdentifyResults-de_DE
-%%DATADIR%%/resources/context_help/QgsIdentifyResults-en_US
-%%DATADIR%%/resources/context_help/QgsIdentifyResults-es_ES
-%%DATADIR%%/resources/context_help/QgsIdentifyResults-fr_FR
-%%DATADIR%%/resources/context_help/QgsIdentifyResults-it_IT
-%%DATADIR%%/resources/context_help/QgsIdentifyResults-ja_JP
-%%DATADIR%%/resources/context_help/QgsIdentifyResults-pl_PL
-%%DATADIR%%/resources/context_help/QgsIdentifyResults-pt_BR
-%%DATADIR%%/resources/context_help/QgsIdentifyResults-ru_RU
-%%DATADIR%%/resources/context_help/QgsIdentifyResults-sk_SK
-%%DATADIR%%/resources/context_help/QgsIdentifyResults-sv_SE
-%%DATADIR%%/resources/context_help/QgsMeasureDialog-de_DE
-%%DATADIR%%/resources/context_help/QgsMeasureDialog-en_US
-%%DATADIR%%/resources/context_help/QgsMeasureDialog-es_ES
-%%DATADIR%%/resources/context_help/QgsMeasureDialog-fr_FR
-%%DATADIR%%/resources/context_help/QgsMeasureDialog-it_IT
-%%DATADIR%%/resources/context_help/QgsMeasureDialog-ja_JP
-%%DATADIR%%/resources/context_help/QgsMeasureDialog-pl_PL
-%%DATADIR%%/resources/context_help/QgsMeasureDialog-pt_BR
-%%DATADIR%%/resources/context_help/QgsMeasureDialog-ru_RU
-%%DATADIR%%/resources/context_help/QgsMeasureDialog-sk_SK
-%%DATADIR%%/resources/context_help/QgsMeasureDialog-sv_SE
-%%DATADIR%%/resources/context_help/QgsNewConnection-de_DE
-%%DATADIR%%/resources/context_help/QgsNewConnection-en_US
-%%DATADIR%%/resources/context_help/QgsNewConnection-es_ES
-%%DATADIR%%/resources/context_help/QgsNewConnection-fr_FR
-%%DATADIR%%/resources/context_help/QgsNewConnection-it_IT
-%%DATADIR%%/resources/context_help/QgsNewConnection-ja_JP
-%%DATADIR%%/resources/context_help/QgsNewConnection-pl_PL
-%%DATADIR%%/resources/context_help/QgsNewConnection-pt_BR
-%%DATADIR%%/resources/context_help/QgsNewConnection-ru_RU
-%%DATADIR%%/resources/context_help/QgsNewConnection-sk_SK
-%%DATADIR%%/resources/context_help/QgsNewConnection-sv_SE
-%%DATADIR%%/resources/context_help/QgsNewOgrConnection-de_DE
-%%DATADIR%%/resources/context_help/QgsNewOgrConnection-en_US
-%%DATADIR%%/resources/context_help/QgsNewOgrConnection-fr_FR
-%%DATADIR%%/resources/context_help/QgsNewOgrConnection-it_IT
-%%DATADIR%%/resources/context_help/QgsNewOgrConnection-ja_JP
-%%DATADIR%%/resources/context_help/QgsNewOgrConnection-pt_BR
-%%DATADIR%%/resources/context_help/QgsNewOgrConnection-ru_RU
-%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-de_DE
-%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-en_US
-%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-es_ES
-%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-fr_FR
-%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-ja_JP
-%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-pt_BR
-%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-de_DE
-%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-en_US
-%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-fr_FR
-%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-it_IT
-%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-ja_JP
-%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-pt_BR
-%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-ru_RU
-%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-sk_SK
-%%DATADIR%%/resources/context_help/QgsNorthArrowPluginGui-de_DE
-%%DATADIR%%/resources/context_help/QgsNorthArrowPluginGui-en_US
-%%DATADIR%%/resources/context_help/QgsNorthArrowPluginGui-fr_FR
-%%DATADIR%%/resources/context_help/QgsNorthArrowPluginGui-it_IT
-%%DATADIR%%/resources/context_help/QgsNorthArrowPluginGui-ja_JP
-%%DATADIR%%/resources/context_help/QgsNorthArrowPluginGui-pt_BR
-%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-de_DE
-%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-en_US
-%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-fr_FR
-%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-it_IT
-%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-ja_JP
-%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-pt_BR
-%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-ru_RU
-%%DATADIR%%/resources/context_help/QgsOptions-de_DE
-%%DATADIR%%/resources/context_help/QgsOptions-en_US
-%%DATADIR%%/resources/context_help/QgsOptions-fr_FR
-%%DATADIR%%/resources/context_help/QgsOptions-it_IT
-%%DATADIR%%/resources/context_help/QgsOptions-ja_JP
-%%DATADIR%%/resources/context_help/QgsOptions-pt_BR
-%%DATADIR%%/resources/context_help/QgsPgSourceSelect-de_DE
-%%DATADIR%%/resources/context_help/QgsPgSourceSelect-en_US
-%%DATADIR%%/resources/context_help/QgsPgSourceSelect-fr_FR
-%%DATADIR%%/resources/context_help/QgsPgSourceSelect-it_IT
-%%DATADIR%%/resources/context_help/QgsPgSourceSelect-ja_JP
-%%DATADIR%%/resources/context_help/QgsPgSourceSelect-pl_PL
-%%DATADIR%%/resources/context_help/QgsPgSourceSelect-pt_BR
-%%DATADIR%%/resources/context_help/QgsPgSourceSelect-ru_RU
-%%DATADIR%%/resources/context_help/QgsPgSourceSelect-sk_SK
-%%DATADIR%%/resources/context_help/QgsPgSourceSelect-sv_SE
-%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-de_DE
-%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-en_US
-%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-fr_FR
-%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-it_IT
-%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-ja_JP
-%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-pl_PL
-%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-pt_BR
-%%DATADIR%%/resources/context_help/QgsProjectProperties-de_DE
-%%DATADIR%%/resources/context_help/QgsProjectProperties-en_US
-%%DATADIR%%/resources/context_help/QgsProjectProperties-es_ES
-%%DATADIR%%/resources/context_help/QgsProjectProperties-fr_FR
-%%DATADIR%%/resources/context_help/QgsProjectProperties-it_IT
-%%DATADIR%%/resources/context_help/QgsProjectProperties-ja_JP
-%%DATADIR%%/resources/context_help/QgsProjectProperties-pl_PL
-%%DATADIR%%/resources/context_help/QgsProjectProperties-pt_BR
-%%DATADIR%%/resources/context_help/QgsProjectProperties-ru_RU
-%%DATADIR%%/resources/context_help/QgsProjectProperties-sk_SK
-%%DATADIR%%/resources/context_help/QgsProjectProperties-sv_SE
-%%DATADIR%%/resources/context_help/QgsScaleBarPluginGui-de_DE
-%%DATADIR%%/resources/context_help/QgsScaleBarPluginGui-en_US
-%%DATADIR%%/resources/context_help/QgsScaleBarPluginGui-es_ES
-%%DATADIR%%/resources/context_help/QgsScaleBarPluginGui-fr_FR
-%%DATADIR%%/resources/context_help/QgsScaleBarPluginGui-it_IT
-%%DATADIR%%/resources/context_help/QgsScaleBarPluginGui-ja_JP
-%%DATADIR%%/resources/context_help/QgsScaleBarPluginGui-pl_PL
-%%DATADIR%%/resources/context_help/QgsScaleBarPluginGui-pt_BR
-%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-de_DE
-%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-en_US
-%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-fr_FR
-%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-it_IT
-%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-ja_JP
-%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-pl_PL
-%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-pt_BR
-%%DATADIR%%/resources/context_help/QgsStyleV2ManagerDialog-de_DE
-%%DATADIR%%/resources/context_help/QgsStyleV2ManagerDialog-en_US
-%%DATADIR%%/resources/context_help/QgsStyleV2ManagerDialog-it_IT
-%%DATADIR%%/resources/context_help/QgsStyleV2ManagerDialog-ja_JP
-%%DATADIR%%/resources/context_help/QgsStyleV2ManagerDialog-pt_BR
-%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-de_DE
-%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-en_US
-%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-es_ES
-%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-fr_FR
-%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-it_IT
-%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-ja_JP
-%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-pl_PL
-%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-pt_BR
-%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-ru_RU
-%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-sk_SK
-%%DATADIR%%/resources/context_help/QgsVectorLayerSaveAsDialog-de_DE
-%%DATADIR%%/resources/context_help/QgsVectorLayerSaveAsDialog-en_US
-%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-de_DE
-%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-en_US
-%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-fr_FR
-%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-it_IT
-%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-ja_JP
-%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-pl_PL
-%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-pt_BR
-%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-ru_RU
-%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-sk_SK
-%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-sv_SE
-%%DATADIR%%/resources/context_help/RgSettingsDlg-de_DE
-%%DATADIR%%/resources/context_help/RgSettingsDlg-en_US
-%%DATADIR%%/resources/context_help/RgSettingsDlg-fr_FR
-%%DATADIR%%/resources/context_help/RgSettingsDlg-ru_RU
-%%DATADIR%%/resources/context_help/RgShortestPathWidget-de_DE
-%%DATADIR%%/resources/context_help/RgShortestPathWidget-en_US
-%%DATADIR%%/resources/context_help/RgShortestPathWidget-fr_FR
-%%DATADIR%%/resources/context_help/RgShortestPathWidget-ru_RU
-%%DATADIR%%/resources/context_help/SaNewConnection-de_DE
-%%DATADIR%%/resources/context_help/SaNewConnection-en_US
-%%DATADIR%%/resources/context_help/SaNewConnection-fr_FR
-%%DATADIR%%/resources/context_help/SaSourceSelect-de_DE
-%%DATADIR%%/resources/context_help/SaSourceSelect-en_US
-%%DATADIR%%/resources/context_help/SaSourceSelect-fr_FR
-%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-de_DE
-%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-en_US
-%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-es_ES
-%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-it_IT
-%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-ja_JP
-%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-pt_BR
-%%DATADIR%%/resources/qgis.db
-%%DATADIR%%/resources/qgis_help.db
-%%DATADIR%%/resources/spatialite.db
-%%DATADIR%%/resources/srs.db
-%%DATADIR%%/resources/symbology-ng-style.xml
%%DATADIR%%/svg/accommodation/accommodation_alpinehut.svg
%%DATADIR%%/svg/accommodation/accommodation_bed_and_breakfast.svg
%%DATADIR%%/svg/accommodation/accommodation_camping.svg
%%DATADIR%%/svg/accommodation/accommodation_caravan_park.svg
-%%DATADIR%%/svg/accommodation/accommodation_hotel2.svg
%%DATADIR%%/svg/accommodation/accommodation_hotel.svg
-%%DATADIR%%/svg/accommodation/accommodation_shelter2.svg
+%%DATADIR%%/svg/accommodation/accommodation_hotel2.svg
%%DATADIR%%/svg/accommodation/accommodation_shelter.svg
+%%DATADIR%%/svg/accommodation/accommodation_shelter2.svg
%%DATADIR%%/svg/accommodation/accommodation_youth_hostel.svg
%%DATADIR%%/svg/amenity/amenity_bench.svg
%%DATADIR%%/svg/amenity/amenity_court.svg
+%%DATADIR%%/svg/amenity/amenity_firestation.svg
%%DATADIR%%/svg/amenity/amenity_firestation2.svg
%%DATADIR%%/svg/amenity/amenity_firestation3.svg
-%%DATADIR%%/svg/amenity/amenity_firestation.svg
%%DATADIR%%/svg/amenity/amenity_fountain.svg
%%DATADIR%%/svg/amenity/amenity_information.svg
%%DATADIR%%/svg/amenity/amenity_library.svg
-%%DATADIR%%/svg/amenity/amenity_police2.svg
%%DATADIR%%/svg/amenity/amenity_police.svg
+%%DATADIR%%/svg/amenity/amenity_police2.svg
%%DATADIR%%/svg/amenity/amenity_post_box.svg
%%DATADIR%%/svg/amenity/amenity_post_office.svg
%%DATADIR%%/svg/amenity/amenity_prison.svg
%%DATADIR%%/svg/amenity/amenity_recycling.svg
%%DATADIR%%/svg/amenity/amenity_survey_point.svg
%%DATADIR%%/svg/amenity/amenity_telephone.svg
+%%DATADIR%%/svg/amenity/amenity_toilets.svg
%%DATADIR%%/svg/amenity/amenity_toilets_disabled.svg
%%DATADIR%%/svg/amenity/amenity_toilets_men.svg
-%%DATADIR%%/svg/amenity/amenity_toilets.svg
%%DATADIR%%/svg/amenity/amenity_toilets_women.svg
%%DATADIR%%/svg/amenity/amenity_waste_bin.svg
%%DATADIR%%/svg/biology/Coniferous.svg
@@ -355,8 +296,8 @@
%%DATADIR%%/svg/food/food_bar.svg
%%DATADIR%%/svg/food/food_cafe.svg
%%DATADIR%%/svg/food/food_drinkingtap.svg
-%%DATADIR%%/svg/food/food_fastfood2.svg
%%DATADIR%%/svg/food/food_fastfood.svg
+%%DATADIR%%/svg/food/food_fastfood2.svg
%%DATADIR%%/svg/food/food_pub.svg
%%DATADIR%%/svg/food/food_restaurant.svg
%%DATADIR%%/svg/geometric/Square1.svg
@@ -381,13 +322,13 @@
%%DATADIR%%/svg/gpsicons/food.svg
%%DATADIR%%/svg/gpsicons/gas.svg
%%DATADIR%%/svg/gpsicons/golf.svg
-%%DATADIR%%/svg/gpsicons/house.svg
%%DATADIR%%/svg/gpsicons/h.svg
+%%DATADIR%%/svg/gpsicons/house.svg
%%DATADIR%%/svg/gpsicons/parachute.svg
%%DATADIR%%/svg/gpsicons/parking.svg
%%DATADIR%%/svg/gpsicons/phone.svg
-%%DATADIR%%/svg/gpsicons/plane_orange.svg
%%DATADIR%%/svg/gpsicons/plane.svg
+%%DATADIR%%/svg/gpsicons/plane_orange.svg
%%DATADIR%%/svg/gpsicons/point.svg
%%DATADIR%%/svg/gpsicons/question.svg
%%DATADIR%%/svg/gpsicons/shipwreck.svg
@@ -401,12 +342,12 @@
%%DATADIR%%/svg/gpsicons/waypoint.svg
%%DATADIR%%/svg/health/health_dentist.svg
%%DATADIR%%/svg/health/health_doctors.svg
-%%DATADIR%%/svg/health/health_hospital_emergency2.svg
-%%DATADIR%%/svg/health/health_hospital_emergency.svg
%%DATADIR%%/svg/health/health_hospital.svg
+%%DATADIR%%/svg/health/health_hospital_emergency.svg
+%%DATADIR%%/svg/health/health_hospital_emergency2.svg
%%DATADIR%%/svg/health/health_opticians.svg
-%%DATADIR%%/svg/health/health_pharmacy_dispencing.svg
%%DATADIR%%/svg/health/health_pharmacy.svg
+%%DATADIR%%/svg/health/health_pharmacy_dispencing.svg
%%DATADIR%%/svg/health/health_veterinary.svg
%%DATADIR%%/svg/icon/cameraangle.svg
%%DATADIR%%/svg/icon/golfcourse.svg
@@ -420,11 +361,12 @@
%%DATADIR%%/svg/landmark/religion=pastafarian.svg
%%DATADIR%%/svg/landmark/religion=sikh.svg
%%DATADIR%%/svg/landmark/tourism=museum.svg
-%%DATADIR%%/svg/money/money_atm2.svg
%%DATADIR%%/svg/money/money_atm.svg
-%%DATADIR%%/svg/money/money_bank2.svg
+%%DATADIR%%/svg/money/money_atm2.svg
%%DATADIR%%/svg/money/money_bank.svg
+%%DATADIR%%/svg/money/money_bank2.svg
%%DATADIR%%/svg/money/money_currency_exchange.svg
+%%DATADIR%%/svg/north_arrows/NorthArrow1.svg
%%DATADIR%%/svg/north_arrows/NorthArrow10.svg
%%DATADIR%%/svg/north_arrows/NorthArrow11.svg
%%DATADIR%%/svg/north_arrows/NorthArrow12.svg
@@ -432,7 +374,6 @@
%%DATADIR%%/svg/north_arrows/NorthArrow14.svg
%%DATADIR%%/svg/north_arrows/NorthArrow15.svg
%%DATADIR%%/svg/north_arrows/NorthArrow16.svg
-%%DATADIR%%/svg/north_arrows/NorthArrow1.svg
%%DATADIR%%/svg/north_arrows/NorthArrow2.svg
%%DATADIR%%/svg/north_arrows/NorthArrow3.svg
%%DATADIR%%/svg/north_arrows/NorthArrow4.svg
@@ -441,9 +382,9 @@
%%DATADIR%%/svg/north_arrows/NorthArrow_blackgreenblack.svg
%%DATADIR%%/svg/north_arrows/NorthArrow_blackwhiteblack.svg
%%DATADIR%%/svg/north_arrows/NorthArrow_blackyellowblack.svg
+%%DATADIR%%/svg/north_arrows/default.svg
%%DATADIR%%/svg/north_arrows/NorthArrow_bluegreenblue.svg
%%DATADIR%%/svg/north_arrows/NorthArrow_source.svg
-%%DATADIR%%/svg/north_arrows/default.svg
%%DATADIR%%/svg/north_arrows/north-arrow_10_with_map_layers.svg
%%DATADIR%%/svg/north_arrows/north-arrow_11_simple_corner.svg
%%DATADIR%%/svg/north_arrows/north-arrow_12_triangular_arrows_with_worldmap.svg
@@ -452,34 +393,34 @@
%%DATADIR%%/svg/north_arrows/north-arrow_15_checkerboard_corner_arrows.svg
%%DATADIR%%/svg/north_arrows/north-arrow_16_corner_arrows_unfilled_with_circle.svg
%%DATADIR%%/svg/north_arrows/north-arrow_17_corner_n_e.svg
+%%DATADIR%%/svg/north_arrows/north-arrow_4_double_arrow.svg
%%DATADIR%%/svg/north_arrows/north-arrow_1_simple_half_arrow.svg
%%DATADIR%%/svg/north_arrows/north-arrow_2_simple_half_arrow.svg
%%DATADIR%%/svg/north_arrows/north-arrow_3_simple_symmetric_triangular.svg
-%%DATADIR%%/svg/north_arrows/north-arrow_4_double_arrow.svg
%%DATADIR%%/svg/north_arrows/north-arrow_5_arrow_in_circle_small_n.svg
%%DATADIR%%/svg/north_arrows/north-arrow_6_unfilled_big_arrow_symmetric.svg
%%DATADIR%%/svg/north_arrows/north-arrow_7_big_circle_with_small_arrow_unfilled_n.svg
%%DATADIR%%/svg/north_arrows/north-arrow_8_checkered.svg
%%DATADIR%%/svg/north_arrows/north-arrow_9_half_arrow_unfilled.svg
-%%DATADIR%%/svg/religion/place_of_worship_bahai3.svg
+%%DATADIR%%/svg/religion/place_of_worship.svg
%%DATADIR%%/svg/religion/place_of_worship_bahai.svg
+%%DATADIR%%/svg/religion/place_of_worship_bahai3.svg
%%DATADIR%%/svg/religion/place_of_worship_buddhist.svg
%%DATADIR%%/svg/religion/place_of_worship_buddhist3.svg
-%%DATADIR%%/svg/religion/place_of_worship_christian3.svg
%%DATADIR%%/svg/religion/place_of_worship_christian.svg
-%%DATADIR%%/svg/religion/place_of_worship_hindu3.svg
+%%DATADIR%%/svg/religion/place_of_worship_christian3.svg
%%DATADIR%%/svg/religion/place_of_worship_hindu.svg
-%%DATADIR%%/svg/religion/place_of_worship_islamic3.svg
+%%DATADIR%%/svg/religion/place_of_worship_hindu3.svg
%%DATADIR%%/svg/religion/place_of_worship_islamic.svg
-%%DATADIR%%/svg/religion/place_of_worship_jain3.svg
+%%DATADIR%%/svg/religion/place_of_worship_islamic3.svg
%%DATADIR%%/svg/religion/place_of_worship_jain.svg
+%%DATADIR%%/svg/religion/place_of_worship_jain3.svg
%%DATADIR%%/svg/religion/place_of_worship_jewish.svg
%%DATADIR%%/svg/religion/place_of_worship_jewish3.svg
-%%DATADIR%%/svg/religion/place_of_worship_shinto3.svg
%%DATADIR%%/svg/religion/place_of_worship_shinto.svg
-%%DATADIR%%/svg/religion/place_of_worship_sikh3.svg
+%%DATADIR%%/svg/religion/place_of_worship_shinto3.svg
%%DATADIR%%/svg/religion/place_of_worship_sikh.svg
-%%DATADIR%%/svg/religion/place_of_worship.svg
+%%DATADIR%%/svg/religion/place_of_worship_sikh3.svg
%%DATADIR%%/svg/religion/place_of_worship_unknown3.svg
%%DATADIR%%/svg/services/amenity=atm.svg
%%DATADIR%%/svg/services/amenity=pharmacy,dispensing=yes.svg
@@ -495,15 +436,15 @@
%%DATADIR%%/svg/shopping/shopping_bicycle.svg
%%DATADIR%%/svg/shopping/shopping_book.svg
%%DATADIR%%/svg/shopping/shopping_butcher.svg
-%%DATADIR%%/svg/shopping/shopping_car_repair.svg
%%DATADIR%%/svg/shopping/shopping_car.svg
+%%DATADIR%%/svg/shopping/shopping_car_repair.svg
%%DATADIR%%/svg/shopping/shopping_clothes.svg
%%DATADIR%%/svg/shopping/shopping_confectionery.svg
%%DATADIR%%/svg/shopping/shopping_convenience.svg
%%DATADIR%%/svg/shopping/shopping_diy.svg
+%%DATADIR%%/svg/shopping/shopping_estateagent.svg
%%DATADIR%%/svg/shopping/shopping_estateagent2.svg
%%DATADIR%%/svg/shopping/shopping_estateagent3.svg
-%%DATADIR%%/svg/shopping/shopping_estateagent.svg
%%DATADIR%%/svg/shopping/shopping_fish.svg
%%DATADIR%%/svg/shopping/shopping_garden_centre.svg
%%DATADIR%%/svg/shopping/shopping_gift.svg
@@ -515,8 +456,8 @@
%%DATADIR%%/svg/shopping/shopping_mobile_phone.svg
%%DATADIR%%/svg/shopping/shopping_motorcycle.svg
%%DATADIR%%/svg/shopping/shopping_music.svg
-%%DATADIR%%/svg/shopping/shopping_pet2.svg
%%DATADIR%%/svg/shopping/shopping_pet.svg
+%%DATADIR%%/svg/shopping/shopping_pet2.svg
%%DATADIR%%/svg/shopping/shopping_photo.svg
%%DATADIR%%/svg/shopping/shopping_supermarket.svg
%%DATADIR%%/svg/shopping/shopping_tackle.svg
@@ -528,9 +469,9 @@
%%DATADIR%%/svg/sport/sport_cricket.svg
%%DATADIR%%/svg/sport/sport_diving.svg
%%DATADIR%%/svg/sport/sport_golf.svg
-%%DATADIR%%/svg/sport/sport_gymnasium2.svg
-%%DATADIR%%/svg/sport/sport_gymnasium.svg
%%DATADIR%%/svg/sport/sport_gym.svg
+%%DATADIR%%/svg/sport/sport_gymnasium.svg
+%%DATADIR%%/svg/sport/sport_gymnasium2.svg
%%DATADIR%%/svg/sport/sport_hillclimbing.svg
%%DATADIR%%/svg/sport/sport_horse_racing.svg
%%DATADIR%%/svg/sport/sport_iceskating.svg
@@ -555,14 +496,14 @@
%%DATADIR%%/svg/symbol/Star1.svg
%%DATADIR%%/svg/symbol/Star2.svg
%%DATADIR%%/svg/symbol/Star3.svg
-%%DATADIR%%/svg/symbol/blank_font.svg
%%DATADIR%%/svg/symbol/blank.svg
+%%DATADIR%%/svg/symbol/blank_font.svg
%%DATADIR%%/svg/symbol/education_nursery.svg
%%DATADIR%%/svg/symbol/education_school.svg
%%DATADIR%%/svg/symbol/education_university.svg
%%DATADIR%%/svg/symbol/fountain.svg
-%%DATADIR%%/svg/symbol/landuse_coniferous_and_deciduous.svg
%%DATADIR%%/svg/symbol/landuse_coniferous.svg
+%%DATADIR%%/svg/symbol/landuse_coniferous_and_deciduous.svg
%%DATADIR%%/svg/symbol/landuse_deciduous.svg
%%DATADIR%%/svg/symbol/landuse_grass.svg
%%DATADIR%%/svg/symbol/landuse_hills.svg
@@ -571,11 +512,11 @@
%%DATADIR%%/svg/symbol/landuse_swamp.svg
%%DATADIR%%/svg/symbol/poi_boundary_administrative.svg
%%DATADIR%%/svg/symbol/poi_cave.svg
-%%DATADIR%%/svg/symbol/poi_embassy2.svg
%%DATADIR%%/svg/symbol/poi_embassy.svg
+%%DATADIR%%/svg/symbol/poi_embassy2.svg
%%DATADIR%%/svg/symbol/poi_military_bunker.svg
-%%DATADIR%%/svg/symbol/poi_mine_abandoned.svg
%%DATADIR%%/svg/symbol/poi_mine.svg
+%%DATADIR%%/svg/symbol/poi_mine_abandoned.svg
%%DATADIR%%/svg/symbol/poi_peak.svg
%%DATADIR%%/svg/symbol/poi_place_city.svg
%%DATADIR%%/svg/symbol/poi_place_town.svg
@@ -585,21 +526,22 @@
%%DATADIR%%/svg/symbol/poi_tower_power.svg
%%DATADIR%%/svg/symbol/poi_tower_water.svg
%%DATADIR%%/svg/symbol/water_tower.svg
-%%DATADIR%%/svg/tourist/tourist_archaeological2.svg
%%DATADIR%%/svg/tourist/tourist_archaeological.svg
-%%DATADIR%%/svg/tourist/tourist_art_gallery2.svg
+%%DATADIR%%/svg/tourist/tourist_archaeological2.svg
%%DATADIR%%/svg/tourist/tourist_art_gallery.svg
+%%DATADIR%%/svg/tourist/tourist_art_gallery2.svg
%%DATADIR%%/svg/tourist/tourist_battlefield.svg
%%DATADIR%%/svg/tourist/tourist_beach.svg
%%DATADIR%%/svg/tourist/tourist_casino.svg
%%DATADIR%%/svg/tourist/tourist_castle.svg
-%%DATADIR%%/svg/tourist/tourist_cinema2.svg
%%DATADIR%%/svg/tourist/tourist_cinema.svg
+%%DATADIR%%/svg/tourist/tourist_cinema2.svg
%%DATADIR%%/svg/tourist/tourist_fountain.svg
%%DATADIR%%/svg/tourist/tourist_memorial.svg
%%DATADIR%%/svg/tourist/tourist_monument.svg
%%DATADIR%%/svg/tourist/tourist_museum.svg
%%DATADIR%%/svg/tourist/tourist_picnic.svg
+%%DATADIR%%/svg/tourist/tourist_zoo.svg
%%DATADIR%%/svg/tourist/tourist_ruin.svg
%%DATADIR%%/svg/tourist/tourist_steam_train.svg
%%DATADIR%%/svg/tourist/tourist_theatre.svg
@@ -607,7 +549,6 @@
%%DATADIR%%/svg/tourist/tourist_waterwheel.svg
%%DATADIR%%/svg/tourist/tourist_windmill.svg
%%DATADIR%%/svg/tourist/tourist_wreck.svg
-%%DATADIR%%/svg/tourist/tourist_zoo.svg
%%DATADIR%%/svg/tourist/tourisum_fountain.svg
%%DATADIR%%/svg/transport/amenity=airport.svg
%%DATADIR%%/svg/transport/amenity=ferry_terminal.svg
@@ -621,168 +562,489 @@
%%DATADIR%%/svg/transport/barrier_toll_booth.svg
%%DATADIR%%/svg/transport/highway=bus_stop.svg
%%DATADIR%%/svg/transport/railway=station.svg
-%%DATADIR%%/svg/transport/transport_aerodrome2.svg
%%DATADIR%%/svg/transport/transport_aerodrome.svg
-%%DATADIR%%/svg/transport/transport_airport2.svg
+%%DATADIR%%/svg/transport/transport_aerodrome2.svg
%%DATADIR%%/svg/transport/transport_airport.svg
+%%DATADIR%%/svg/transport/transport_ford.svg
+%%DATADIR%%/svg/transport/transport_airport2.svg
%%DATADIR%%/svg/transport/transport_bus_station.svg
-%%DATADIR%%/svg/transport/transport_bus_stop2.svg
%%DATADIR%%/svg/transport/transport_bus_stop.svg
+%%DATADIR%%/svg/transport/transport_bus_stop2.svg
%%DATADIR%%/svg/transport/transport_car_share.svg
-%%DATADIR%%/svg/transport/transport_ford.svg
-%%DATADIR%%/svg/transport/transport_fuel_lpg.svg
%%DATADIR%%/svg/transport/transport_fuel.svg
+%%DATADIR%%/svg/transport/transport_fuel_lpg.svg
%%DATADIR%%/svg/transport/transport_lighthouse.svg
%%DATADIR%%/svg/transport/transport_marina.svg
+%%DATADIR%%/svg/transport/transport_parking.svg
%%DATADIR%%/svg/transport/transport_parking_bicycle.svg
-%%DATADIR%%/svg/transport/transport_parking_car_paid.svg
%%DATADIR%%/svg/transport/transport_parking_car.svg
+%%DATADIR%%/svg/transport/transport_parking_car_paid.svg
%%DATADIR%%/svg/transport/transport_parking_disabled.svg
+%%DATADIR%%/svg/transport/transport_port.svg
+%%DATADIR%%/svg/transport/transport_parking_private.svg
%%DATADIR%%/svg/transport/transport_parking_private2.svg
%%DATADIR%%/svg/transport/transport_parking_private3.svg
-%%DATADIR%%/svg/transport/transport_parking_private.svg
-%%DATADIR%%/svg/transport/transport_parking.svg
-%%DATADIR%%/svg/transport/transport_port.svg
%%DATADIR%%/svg/transport/transport_rental_bicycle.svg
%%DATADIR%%/svg/transport/transport_rental_car.svg
%%DATADIR%%/svg/transport/transport_roundabout_anticlockwise.svg
%%DATADIR%%/svg/transport/transport_roundabout_clockwise.svg
%%DATADIR%%/svg/transport/transport_taxi_rank.svg
%%DATADIR%%/svg/transport/transport_traffic_lights.svg
-%%DATADIR%%/svg/transport/transport_train_station2.svg
%%DATADIR%%/svg/transport/transport_train_station.svg
+%%DATADIR%%/svg/transport/transport_train_station2.svg
%%DATADIR%%/svg/transport/transport_tram_stop.svg
-%%PGSQL%%lib/qgis/plugins/libpostgresprovider.so
-%%PGSQL%%lib/qgis/plugins/libspitplugin.so
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/GdalTools.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/24-to-8-bits.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/8-to-24-bits.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/about.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/contour.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/dem.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/edit.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/grid.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/merge.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/nearblack.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/polygonize.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/projection-add.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/proximity.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/raster-clip.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/raster-info.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/rasterize.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/raster-overview.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/raster-rgb.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/reset.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/sieve.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/tileindex.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/tooltip.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/translate.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/vrt.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/warp.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/__init__.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/resources_rc.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/__init__.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/GdalTools_utils.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/dialogBase.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/dialogSRS.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doAbout.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doBuildVRT.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doClipper.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doContour.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doDEM.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doGrid.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doInfo.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doMerge.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doNearBlack.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doOverview.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doPctRgb.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doPolygonize.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doProjection.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doProximity.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doRasterize.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doRgbPct.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doSettings.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doSieve.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doTileIndex.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doTranslate.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doWarp.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/extentSelector.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/inOutSelector.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/optionsTable.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/terrain.txt
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_dialogAbout.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_dialogBase.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_dialogSettings.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_extentSelector.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_inOutSelector.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_optionsTable.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetBuildVRT.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetClipper.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetContour.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetConvert.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetDEM.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetGrid.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetInfo.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetMerge.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetNearBlack.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetOverview.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetPolygonize.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetProjection.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetProximity.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetRasterize.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetSieve.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetTileIndex.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetTranslate.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetWarp.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/widgetBatchBase.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/widgetPluginBase.py
+%%DATADIR%%/resources/srs.db
+%%DATADIR%%/resources/qgis.db
+%%DATADIR%%/resources/qgis_help.db
+%%DATADIR%%/resources/symbology-ng-style.xml
+%%DATADIR%%/resources/spatialite.db
+%%DATADIR%%/resources/customization.xml
+%%DATADIR%%/resources/context_help/HeatmapGui-de_DE
+%%DATADIR%%/resources/context_help/HeatmapGui-en_US
+%%DATADIR%%/resources/context_help/MapServerExport-de_DE
+%%DATADIR%%/resources/context_help/MapServerExport-en_US
+%%DATADIR%%/resources/context_help/MapServerExport-es_ES
+%%DATADIR%%/resources/context_help/MapServerExport-fr_FR
+%%DATADIR%%/resources/context_help/MapServerExport-it_IT
+%%DATADIR%%/resources/context_help/MapServerExport-ja_JP
+%%DATADIR%%/resources/context_help/MapServerExport-pl_PL
+%%DATADIR%%/resources/context_help/MapServerExport-pt_BR
+%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-de_DE
+%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-en_US
+%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-es_ES
+%%DATADIR%%/resources/context_help/QgsBookmarks-de_DE
+%%DATADIR%%/resources/context_help/QgsBookmarks-en_US
+%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-fr_FR
+%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-it_IT
+%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-ja_JP
+%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-pl_PL
+%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-pt_BR
+%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-ru_RU
+%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-sk_SK
+%%DATADIR%%/resources/context_help/QgsBookmarks-es_ES
+%%DATADIR%%/resources/context_help/QgsBookmarks-fr_FR
+%%DATADIR%%/resources/context_help/QgsBookmarks-it_IT
+%%DATADIR%%/resources/context_help/QgsBookmarks-ja_JP
+%%DATADIR%%/resources/context_help/QgsBookmarks-pl_PL
+%%DATADIR%%/resources/context_help/QgsBookmarks-pt_BR
+%%DATADIR%%/resources/context_help/QgsBookmarks-ru_RU
+%%DATADIR%%/resources/context_help/QgsBookmarks-sk_SK
+%%DATADIR%%/resources/context_help/QgsBookmarks-sv_SE
+%%DATADIR%%/resources/context_help/QgsComposer-de_DE
+%%DATADIR%%/resources/context_help/QgsComposer-en_US
+%%DATADIR%%/resources/context_help/QgsComposer-es_ES
+%%DATADIR%%/resources/context_help/QgsComposer-fr_FR
+%%DATADIR%%/resources/context_help/QgsComposer-it_IT
+%%DATADIR%%/resources/context_help/QgsComposer-ja_JP
+%%DATADIR%%/resources/context_help/QgsComposer-pl_PL
+%%DATADIR%%/resources/context_help/QgsComposer-pt_BR
+%%DATADIR%%/resources/context_help/QgsComposer-ru_RU
+%%DATADIR%%/resources/context_help/QgsComposer-sk_SK
+%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-de_DE
+%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-en_US
+%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-es_ES
+%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-fr_FR
+%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-it_IT
+%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-ja_JP
+%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-pt_BR
+%%DATADIR%%/resources/context_help/QgsDecorationCopyrightDialog-de_DE
+%%DATADIR%%/resources/context_help/QgsDecorationCopyrightDialog-en_US
+%%DATADIR%%/resources/context_help/QgsDecorationCopyrightDialog-es_ES
+%%DATADIR%%/resources/context_help/QgsDecorationCopyrightDialog-fr_FR
+%%DATADIR%%/resources/context_help/QgsDecorationCopyrightDialog-it_IT
+%%DATADIR%%/resources/context_help/QgsDecorationCopyrightDialog-ja_JP
+%%DATADIR%%/resources/context_help/QgsDecorationCopyrightDialog-pl_PL
+%%DATADIR%%/resources/context_help/QgsDecorationCopyrightDialog-pt_BR
+%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-de_DE
+%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-en_US
+%%DATADIR%%/resources/context_help/QgsDecorationCopyrightDialog-ru_RU
+%%DATADIR%%/resources/context_help/QgsDecorationCopyrightDialog-sk_SK
+%%DATADIR%%/resources/context_help/QgsDecorationCopyrightDialog-sv_SE
+%%DATADIR%%/resources/context_help/QgsDecorationNorthArrowDialog-de_DE
+%%DATADIR%%/resources/context_help/QgsDecorationNorthArrowDialog-en_US
+%%DATADIR%%/resources/context_help/QgsDecorationNorthArrowDialog-fr_FR
+%%DATADIR%%/resources/context_help/QgsDecorationNorthArrowDialog-it_IT
+%%DATADIR%%/resources/context_help/QgsDecorationNorthArrowDialog-ja_JP
+%%DATADIR%%/resources/context_help/QgsDecorationNorthArrowDialog-pt_BR
+%%DATADIR%%/resources/context_help/QgsDecorationScaleBarDialog-de_DE
+%%DATADIR%%/resources/context_help/QgsDecorationScaleBarDialog-en_US
+%%DATADIR%%/resources/context_help/QgsOptions-de_DE
+%%DATADIR%%/resources/context_help/QgsDecorationScaleBarDialog-es_ES
+%%DATADIR%%/resources/context_help/QgsDecorationScaleBarDialog-fr_FR
+%%DATADIR%%/resources/context_help/QgsDecorationScaleBarDialog-it_IT
+%%DATADIR%%/resources/context_help/QgsDecorationScaleBarDialog-ja_JP
+%%DATADIR%%/resources/context_help/QgsDecorationScaleBarDialog-pl_PL
+%%DATADIR%%/resources/context_help/QgsDecorationScaleBarDialog-pt_BR
+%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-es_ES
+%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-fr_FR
+%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-it_IT
+%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-ja_JP
+%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-pl_PL
+%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-pt_BR
+%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-ru_RU
+%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-sk_SK
+%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-sv_SE
+%%DATADIR%%/resources/context_help/QgsFieldCalculator-de_DE
+%%DATADIR%%/resources/context_help/QgsFieldCalculator-en_US
+%%DATADIR%%/resources/context_help/QgsFieldCalculator-fr_FR
+%%DATADIR%%/resources/context_help/QgsFieldCalculator-ru_RU
+%%DATADIR%%/resources/context_help/QgsGPSPluginGui-de_DE
+%%DATADIR%%/resources/context_help/QgsGPSPluginGui-en_US
+%%DATADIR%%/resources/context_help/QgsGPSPluginGui-it_IT
+%%DATADIR%%/resources/context_help/QgsGPSPluginGui-ja_JP
+%%DATADIR%%/resources/context_help/QgsGPSPluginGui-pt_BR
+%%DATADIR%%/resources/context_help/QgsGPSPluginGui-ru_RU
+%%DATADIR%%/resources/context_help/QgsGPSPluginGui-sk_SK
+%%DATADIR%%/resources/context_help/QgsIdentifyResults-de_DE
+%%DATADIR%%/resources/context_help/QgsIdentifyResults-en_US
+%%DATADIR%%/resources/context_help/QgsIdentifyResults-es_ES
+%%DATADIR%%/resources/context_help/QgsIdentifyResults-fr_FR
+%%DATADIR%%/resources/context_help/QgsIdentifyResults-it_IT
+%%DATADIR%%/resources/context_help/QgsIdentifyResults-ja_JP
+%%DATADIR%%/resources/context_help/QgsIdentifyResults-pl_PL
+%%DATADIR%%/resources/context_help/QgsIdentifyResults-pt_BR
+%%DATADIR%%/resources/context_help/QgsIdentifyResults-ru_RU
+%%DATADIR%%/resources/context_help/QgsIdentifyResults-sk_SK
+%%DATADIR%%/resources/context_help/QgsIdentifyResults-sv_SE
+%%DATADIR%%/resources/context_help/QgsMeasureDialog-de_DE
+%%DATADIR%%/resources/context_help/QgsMeasureDialog-en_US
+%%DATADIR%%/resources/context_help/QgsMeasureDialog-es_ES
+%%DATADIR%%/resources/context_help/QgsMeasureDialog-fr_FR
+%%DATADIR%%/resources/context_help/QgsMeasureDialog-it_IT
+%%DATADIR%%/resources/context_help/QgsMeasureDialog-ja_JP
+%%DATADIR%%/resources/context_help/QgsMeasureDialog-pl_PL
+%%DATADIR%%/resources/context_help/QgsMeasureDialog-pt_BR
+%%DATADIR%%/resources/context_help/QgsMeasureDialog-ru_RU
+%%DATADIR%%/resources/context_help/QgsMeasureDialog-sk_SK
+%%DATADIR%%/resources/context_help/QgsMeasureDialog-sv_SE
+%%DATADIR%%/resources/context_help/QgsNewOgrConnection-de_DE
+%%DATADIR%%/resources/context_help/QgsNewOgrConnection-en_US
+%%DATADIR%%/resources/context_help/QgsNewOgrConnection-fr_FR
+%%DATADIR%%/resources/context_help/QgsNewOgrConnection-it_IT
+%%DATADIR%%/resources/context_help/QgsNewOgrConnection-ja_JP
+%%DATADIR%%/resources/context_help/QgsNewOgrConnection-pt_BR
+%%DATADIR%%/resources/context_help/QgsNewOgrConnection-ru_RU
+%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-de_DE
+%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-en_US
+%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-es_ES
+%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-fr_FR
+%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-ja_JP
+%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-pt_BR
+%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-de_DE
+%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-en_US
+%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-fr_FR
+%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-it_IT
+%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-ja_JP
+%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-pt_BR
+%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-ru_RU
+%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-sk_SK
+%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-de_DE
+%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-en_US
+%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-fr_FR
+%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-it_IT
+%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-ja_JP
+%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-pt_BR
+%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-ru_RU
+%%DATADIR%%/resources/context_help/QgsOptions-en_US
+%%DATADIR%%/resources/context_help/QgsOptions-fr_FR
+%%DATADIR%%/resources/context_help/QgsOptions-it_IT
+%%DATADIR%%/resources/context_help/QgsOptions-ja_JP
+%%DATADIR%%/resources/context_help/QgsOptions-pt_BR
+%%DATADIR%%/resources/context_help/QgsPgNewConnection-de_DE
+%%DATADIR%%/resources/context_help/QgsPgNewConnection-en_US
+%%DATADIR%%/resources/context_help/QgsPgNewConnection-es_ES
+%%DATADIR%%/resources/context_help/QgsPgNewConnection-fr_FR
+%%DATADIR%%/resources/context_help/QgsPgNewConnection-it_IT
+%%DATADIR%%/resources/context_help/QgsPgNewConnection-ja_JP
+%%DATADIR%%/resources/context_help/QgsPgNewConnection-pl_PL
+%%DATADIR%%/resources/context_help/QgsPgNewConnection-pt_BR
+%%DATADIR%%/resources/context_help/QgsPgNewConnection-ru_RU
+%%DATADIR%%/resources/context_help/QgsPgNewConnection-sk_SK
+%%DATADIR%%/resources/context_help/QgsPgNewConnection-sv_SE
+%%DATADIR%%/resources/context_help/QgsPgSourceSelect-de_DE
+%%DATADIR%%/resources/context_help/QgsPgSourceSelect-en_US
+%%DATADIR%%/resources/context_help/QgsPgSourceSelect-fr_FR
+%%DATADIR%%/resources/context_help/QgsPgSourceSelect-it_IT
+%%DATADIR%%/resources/context_help/QgsPgSourceSelect-ja_JP
+%%DATADIR%%/resources/context_help/QgsPgSourceSelect-pl_PL
+%%DATADIR%%/resources/context_help/QgsPgSourceSelect-pt_BR
+%%DATADIR%%/resources/context_help/QgsPgSourceSelect-ru_RU
+%%DATADIR%%/resources/context_help/QgsPgSourceSelect-sk_SK
+%%DATADIR%%/resources/context_help/QgsPgSourceSelect-sv_SE
+%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-de_DE
+%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-en_US
+%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-fr_FR
+%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-it_IT
+%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-ja_JP
+%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-pl_PL
+%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-pt_BR
+%%DATADIR%%/resources/context_help/QgsProjectProperties-de_DE
+%%DATADIR%%/resources/context_help/QgsProjectProperties-en_US
+%%DATADIR%%/resources/context_help/QgsProjectProperties-es_ES
+%%DATADIR%%/resources/context_help/QgsProjectProperties-fr_FR
+%%DATADIR%%/resources/context_help/QgsProjectProperties-it_IT
+%%DATADIR%%/resources/context_help/QgsProjectProperties-ja_JP
+%%DATADIR%%/resources/context_help/QgsProjectProperties-pl_PL
+%%DATADIR%%/resources/context_help/QgsProjectProperties-pt_BR
+%%DATADIR%%/resources/context_help/QgsProjectProperties-ru_RU
+%%DATADIR%%/resources/context_help/QgsProjectProperties-sk_SK
+%%DATADIR%%/resources/context_help/QgsProjectProperties-sv_SE
+%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-de_DE
+%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-de_DE
+%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-en_US
+%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-fr_FR
+%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-it_IT
+%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-ja_JP
+%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-pl_PL
+%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-pt_BR
+%%DATADIR%%/resources/context_help/QgsStyleV2ManagerDialog-de_DE
+%%DATADIR%%/resources/context_help/QgsStyleV2ManagerDialog-en_US
+%%DATADIR%%/resources/context_help/QgsStyleV2ManagerDialog-it_IT
+%%DATADIR%%/resources/context_help/QgsStyleV2ManagerDialog-ja_JP
+%%DATADIR%%/resources/context_help/QgsStyleV2ManagerDialog-pt_BR
+%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-de_DE
+%%DATADIR%%/resources/context_help/RgSettingsDlg-en_US
+%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-en_US
+%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-es_ES
+%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-fr_FR
+%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-it_IT
+%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-ja_JP
+%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-pl_PL
+%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-pt_BR
+%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-ru_RU
+%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-sk_SK
+%%DATADIR%%/resources/context_help/QgsVectorLayerSaveAsDialog-de_DE
+%%DATADIR%%/resources/context_help/QgsVectorLayerSaveAsDialog-en_US
+%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-en_US
+%%DATADIR%%/resources/context_help/RgSettingsDlg-de_DE
+%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-fr_FR
+%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-it_IT
+%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-ja_JP
+%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-pl_PL
+%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-pt_BR
+%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-ru_RU
+%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-sk_SK
+%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-sv_SE
+%%DATADIR%%/resources/context_help/RgSettingsDlg-fr_FR
+%%DATADIR%%/resources/context_help/RgSettingsDlg-ru_RU
+%%DATADIR%%/resources/context_help/RgShortestPathWidget-de_DE
+%%DATADIR%%/resources/context_help/RgShortestPathWidget-en_US
+%%DATADIR%%/resources/context_help/RgShortestPathWidget-fr_FR
+%%DATADIR%%/resources/context_help/RgShortestPathWidget-ru_RU
+%%DATADIR%%/resources/context_help/SaNewConnection-de_DE
+%%DATADIR%%/resources/context_help/SaNewConnection-en_US
+%%DATADIR%%/resources/context_help/SaNewConnection-fr_FR
+%%DATADIR%%/resources/context_help/SaSourceSelect-de_DE
+%%DATADIR%%/resources/context_help/SaSourceSelect-en_US
+%%DATADIR%%/resources/context_help/SaSourceSelect-fr_FR
+%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-de_DE
+%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-en_US
+%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-es_ES
+%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-it_IT
+%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-ja_JP
+%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-pt_BR
+%%DATADIR%%/resources/function_help/Conversions-de_DE
+%%DATADIR%%/resources/function_help/Conversions-en_US
+%%DATADIR%%/resources/function_help/Field-de_DE
+%%DATADIR%%/resources/function_help/Field-en_US
+%%DATADIR%%/resources/function_help/Fields and Values-de_DE
+%%DATADIR%%/resources/function_help/Fields and Values-en_US
+%%DATADIR%%/resources/function_help/Geometry-de_DE
+%%DATADIR%%/resources/function_help/Geometry-en_US
+%%DATADIR%%/resources/function_help/Math-de_DE
+%%DATADIR%%/resources/function_help/Math-en_US
+%%DATADIR%%/resources/function_help/Operators-de_DE
+%%DATADIR%%/resources/function_help/Operators-en_US
+%%DATADIR%%/resources/function_help/Record-de_DE
+%%DATADIR%%/resources/function_help/Record-en_US
+%%DATADIR%%/resources/function_help/String-de_DE
+%%DATADIR%%/resources/function_help/String-en_US
+%%DATADIR%%/resources/function_help/length-de_DE
+%%DATADIR%%/resources/function_help/length-en_US
+%%DATADIR%%/resources/function_help/lower-de_DE
+%%DATADIR%%/resources/function_help/lower-en_US
+%%DATADIR%%/resources/function_help/replace-de_DE
+%%DATADIR%%/resources/function_help/replace-en_US
+%%DATADIR%%/resources/function_help/substr-de_DE
+%%DATADIR%%/resources/function_help/substr-en_US
+%%DATADIR%%/resources/function_help/upper-de_DE
+%%DATADIR%%/resources/function_help/upper-en_US
+%%DATADIR%%/i18n/qgis_af.qm
+%%DATADIR%%/i18n/qgis_ar.qm
+%%DATADIR%%/i18n/qgis_bg.qm
+%%DATADIR%%/i18n/qgis_ca_ES.qm
+%%DATADIR%%/i18n/qgis_cs_CZ.qm
+%%DATADIR%%/i18n/qgis_da_DK.qm
+%%DATADIR%%/i18n/qgis_de.qm
+%%DATADIR%%/i18n/qgis_el_GR.qm
+%%DATADIR%%/i18n/qgis_es.qm
+%%DATADIR%%/i18n/qgis_et_EE.qm
+%%DATADIR%%/i18n/qgis_fa.qm
+%%DATADIR%%/i18n/qgis_fi.qm
+%%DATADIR%%/i18n/qgis_fr.qm
+%%DATADIR%%/i18n/qgis_gl_ES.qm
+%%DATADIR%%/i18n/qgis_he.qm
+%%DATADIR%%/i18n/qgis_hr_HR.qm
+%%DATADIR%%/i18n/qgis_hu.qm
+%%DATADIR%%/i18n/qgis_id.qm
+%%DATADIR%%/i18n/qgis_is.qm
+%%DATADIR%%/i18n/qgis_it.qm
+%%DATADIR%%/i18n/qgis_ja.qm
+%%DATADIR%%/i18n/qgis_ka_GE.qm
+%%DATADIR%%/i18n/qgis_ko_KR.qm
+%%DATADIR%%/i18n/qgis_lo.qm
+%%DATADIR%%/i18n/qgis_lt.qm
+%%DATADIR%%/i18n/qgis_lv.qm
+%%DATADIR%%/i18n/qgis_mn.qm
+%%DATADIR%%/i18n/qgis_nl.qm
+%%DATADIR%%/i18n/qgis_no.qm
+%%DATADIR%%/i18n/qgis_pl_PL.qm
+%%DATADIR%%/i18n/qgis_pt_BR.qm
+%%DATADIR%%/i18n/qgis_pt_PT.qm
+%%DATADIR%%/i18n/qgis_ro.qm
+%%DATADIR%%/i18n/qgis_ru.qm
+%%DATADIR%%/i18n/qgis_sk.qm
+%%DATADIR%%/i18n/qgis_sl_SI.qm
+%%DATADIR%%/i18n/qgis_sq_AL.qm
+%%DATADIR%%/i18n/qgis_sr_CS-Latn.qm
+%%DATADIR%%/i18n/qgis_sv.qm
+%%DATADIR%%/i18n/qgis_ta.qm
+%%DATADIR%%/i18n/qgis_th.qm
+%%DATADIR%%/i18n/qgis_tr.qm
+%%DATADIR%%/i18n/qgis_uk.qm
+%%DATADIR%%/i18n/qgis_vi.qm
+%%DATADIR%%/i18n/qgis_xh.qm
+%%DATADIR%%/i18n/qgis_zh_CN.qm
+%%DATADIR%%/i18n/qgis_zh_TW.qm
+%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/core.so
+%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/gui.so
+%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/analysis.so
+%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/networkanalysis.so
+%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/__init__.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/__init__.pyc
+%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/utils.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/utils.pyc
+%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/console.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/console.pyc
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstallerbase.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstallerfetchingbase.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstallerinstallingbase.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstallerpluginerrorbase.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstallerrepositorybase.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstalleroldreposbase.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/resources_rc.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/__init__.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/installer_data.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/installer_gui.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/installer_plugin.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/plugin_installer.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/qgis-icon.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/unzip.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/repoConnected.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/repoDisabled.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/repoUnavailable.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/version_compare.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/mapserver_export.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/__init__.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/mapserverexportdialog.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/mapserverexport.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/ms_export.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/ui_qgsmapserverexportbase.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/resources_rc.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/__init__.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/fTools.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/resources_rc.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doDefineProj.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doGeometry.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doGeoprocessing.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doIntersectLines.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doMeanCoords.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doMergeShapes.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doPointDistance.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doPointsInPolygon.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doRandPoints.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doRandom.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doRegPoints.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doSelectByLocation.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doSimplify.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doSpatialIndex.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doSpatialJoin.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doSubsetSelect.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doSumLines.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doValidate.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doVectorGrid.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doVectorSplit.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doVisual.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ftools_utils.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/voronoi.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmGeometry.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmGeoprocessing.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmIntersectLines.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmMeanCoords.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmMergeShapes.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmPointDistance.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmPointsInPolygon.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmRandPoints.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmRandom.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmReProject.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmRegPoints.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmSimplify.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmSpatialIndex.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmSpatialJoin.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmSubsetSelect.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmSumLines.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmVectorGrid.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmVectorSplit.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmVisual.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis-0.1.svg
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/logo.svg
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/menu_icons.svg
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/logo_small.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/analysis.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/basic_statistics.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/buffer.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/centroids.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/check_geometry.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/clip.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/convex_hull.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/define_projection.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/delaunay.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/difference.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/dissolve.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/export_geometry.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/export_projection.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/extract_nodes.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/ftools_logo.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/geometry.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/sampling.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/basic_statistics.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/geoprocessing.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/select_location.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/buffer.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/help.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/simplify.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/centroids.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/intersections.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/single_to_multi.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/check_geometry.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/intersect.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/split_layer.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/clip.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/join_attributes.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/sub_selection.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/convex_hull.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/join_location.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/layer_extent.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/sum_lines.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/define_projection.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/management.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/sum_points.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/difference.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/matrix.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/sym_difference.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/dissolve.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/mean.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/merge_shapes.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/to_lines.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/export_geometry.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/multi_to_single.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/union.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/export_projection.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/neighbour.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/unique.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/extract_nodes.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/random_points.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/vector_grid.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/random_selection.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/ftools_logo.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/regular_points.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/sampling.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/select_location.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/simplify.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/single_to_multi.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/split_layer.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/sub_selection.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/sum_lines.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/sum_points.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/sym_difference.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/to_lines.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/union.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/unique.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/vector_grid.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis-0.1.svg
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/delaunay.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/layer_extent.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/merge_shapes.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/analysis.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/basic_statistics.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/buffer.png
@@ -801,8 +1063,8 @@
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/geometry.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/geoprocessing.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/help.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/intersections.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/intersect.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/intersections.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/join_attributes.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/join_location.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/layer_extent.png
@@ -829,58 +1091,93 @@
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/unique.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/vector_grid.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/voronoi.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/logo.svg
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/logo_small.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/menu_icons.svg
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/__init__.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/resources_rc.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doDefineProj.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doGeometry.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doGeoprocessing.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doIntersectLines.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doMeanCoords.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doMergeShapes.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doPointDistance.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doPointsInPolygon.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doRandPoints.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doRandom.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doRegPoints.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doSelectByLocation.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doSimplify.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doSpatialJoin.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doSubsetSelect.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doSumLines.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doValidate.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doVectorGrid.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doVectorSplit.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doVisual.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ftools_utils.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmGeometry.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmGeoprocessing.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmIntersectLines.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmMeanCoords.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmMergeShapes.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmPointDistance.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmPointsInPolygon.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmRandPoints.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmRandom.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmReProject.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmRegPoints.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmSimplify.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmSpatialJoin.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmSubsetSelect.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmSumLines.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmVectorGrid.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmVectorSplit.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmVisual.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/voronoi.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/__init__.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/mapserverexportdialog.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/mapserver_export.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/mapserverexport.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/ms_export.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/resources_rc.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/ui_qgsmapserverexportbase.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/GdalTools.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/__init__.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/resources_rc.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/GdalTools_utils.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/__init__.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/dialogBase.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/dialogSRS.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doBuildVRT.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doClipper.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doContour.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doDEM.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doExtractProj.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doFillNodata.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doGrid.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doInfo.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doMerge.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doNearBlack.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doOverview.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doPctRgb.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doPolygonize.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doProjection.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doProximity.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doRasterize.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doRgbPct.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doSettings.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doSieve.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doTileIndex.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doTranslate.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doWarp.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/extentSelector.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/inOutSelector.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/optionsTable.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/widgetBatchBase.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/widgetPluginBase.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_dialogAbout.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_dialogBase.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_dialogExtractProjection.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_dialogSettings.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_extentSelector.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_inOutSelector.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_optionsTable.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetBuildVRT.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetClipper.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetContour.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetConvert.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetDEM.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetFillNodata.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetGrid.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetInfo.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetMerge.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetNearBlack.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetOverview.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetPolygonize.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetProjection.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetProximity.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetRasterize.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetSieve.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetTileIndex.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetTranslate.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetWarp.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/terrain.txt
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/24-to-8-bits.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/8-to-24-bits.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/about.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/contour.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/dem.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/edit.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/fillnodata.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/grid.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/merge.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/nearblack.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/polygonize.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/projection-add.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/projection-export.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/proximity.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/raster-clip.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/raster-info.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/raster-overview.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/raster-rgb.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/rasterize.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/reset.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/vrt.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/sieve.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/tiles.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/tooltip.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/translate.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/warp.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/OsmAddRelationDlg.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/OsmDatabaseManager.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/OsmDownloadDlg.py
@@ -893,330 +1190,210 @@
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/OsmUndoRedoDW.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/OsmUploadDlg.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/__init__.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmAddRelationDlg.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmDownloadDlg.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmFeatureDW.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmImportDlg.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmLoadDlg.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmSaveDlg.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmUndoRedoDW.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmUploadDlg.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/resources_rc.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/map_tools/OsmCreateLineMT.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/map_tools/OsmCreatePointMT.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/map_tools/OsmCreatePolygonMT.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/map_tools/OsmIdentifyMT.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/map_tools/OsmMoveMT.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/map_tools/__init__.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/resources_rc.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/styles/big_scale.style
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/styles/medium_scale.style
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/styles/small_scale.style
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmAddRelationDlg.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmDownloadDlg.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmFeatureDW.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmImportDlg.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmLoadDlg.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmSaveDlg.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmUndoRedoDW.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmUploadDlg.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/__init__.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/installer_data.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/installer_gui.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/installer_plugin.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/plugin_installer.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/qgis-icon.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/repoConnected.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/repoDisabled.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/repoUnavailable.png
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/resources_rc.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstallerbase.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstallerfetchingbase.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstallerinstallingbase.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstalleroldreposbase.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstallerpluginerrorbase.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstallerrepositorybase.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/unzip.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/version_compare.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/pyspatialite/__init__.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/pyspatialite/_spatialite.so
-%%QGIS_PYTHON%%%%DATADIR%%/python/pyspatialite/dbapi2.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/pyspatialite/dump.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/analysis.so
-%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/console.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/console.pyc
-%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/core.so
-%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/gui.so
-%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/__init__.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/__init__.pyc
-%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/utils.py
-%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/utils.pyc
-%%QGIS_PYTHON%%lib/libqgispython.so
-%%QGIS_PYTHON%%lib/libqgispython.so.1.7.4
-bin/qgis
-%%QGIS_FCGI%%bin/admin.sld
-%%QGIS_FCGI%%bin/qgis_mapserv.fcgi
-%%QGIS_FCGI%%bin/wms_metadata.xml
-include/qgis/characterwidget.h
-include/qgis/qextserialenumerator.h
-include/qgis/qextserialport.h
-include/qgis/qgisgui.h
-include/qgis/qgis.h
-include/qgis/qgisinterface.h
-include/qgis/qgisplugin.h
-include/qgis/qgsaddremoveitemcommand.h
-include/qgis/qgsapplication.h
-include/qgis/qgsattributeaction.h
-include/qgis/qgsattributeeditor.h
-include/qgis/qgsbrushstylecombobox.h
-include/qgis/qgscategorizedsymbolrendererv2.h
-include/qgis/qgscategorizedsymbolrendererv2widget.h
-include/qgis/qgscentralpointpositionmanager.h
-include/qgis/qgsclipper.h
-include/qgis/qgscliptominmaxenhancement.h
-include/qgis/qgscolorbrewerpalette.h
-include/qgis/qgscolorbutton.h
-include/qgis/qgscolorrampcombobox.h
-include/qgis/qgscolorrampshader.h
-include/qgis/qgscomposerattributetable.h
-include/qgis/qgscomposeritemgroup.h
-include/qgis/qgscomposeritem.h
-include/qgis/qgscomposerlegend.h
-include/qgis/qgscomposerlegenditem.h
-include/qgis/qgscomposermap.h
-include/qgis/qgscomposerpicture.h
-include/qgis/qgscomposerscalebar.h
-include/qgis/qgscomposershape.h
-include/qgis/qgscomposerview.h
-include/qgis/qgscomposition.h
-include/qgis/qgsconfig.h
-include/qgis/qgscontexthelp.h
-include/qgis/qgscontinuouscolorrenderer.h
-include/qgis/qgscontrastenhancementfunction.h
-include/qgis/qgscontrastenhancement.h
-include/qgis/qgscoordinatereferencesystem.h
-include/qgis/qgscoordinatetransform.h
-include/qgis/qgscredentialdialog.h
-include/qgis/qgscredentials.h
-include/qgis/qgscsexception.h
-include/qgis/qgscursors.h
-include/qgis/qgsdashspacedialog.h
-include/qgis/qgsdataprovider.h
-include/qgis/qgsdatasourceuri.h
-include/qgis/qgsdetaileditemdelegate.h
-include/qgis/qgsdetaileditemwidget.h
-include/qgis/qgsdiagramrendererv2.h
-include/qgis/qgsdistancearea.h
-include/qgis/qgsencodingfiledialog.h
-include/qgis/qgsexception.h
-include/qgis/qgsfeature.h
-include/qgis/qgsfield.h
-include/qgis/qgsfieldvalidator.h
-include/qgis/qgsfiledropedit.h
-include/qgis/qgsfillsymbollayerv2.h
-include/qgis/qgsformannotationitem.h
-include/qgis/qgsfreakoutshader.h
-include/qgis/qgsgenericprojectionselector.h
-include/qgis/qgsgeometryanalyzer.h
-include/qgis/qgsgeometry.h
-include/qgis/qgsgpsconnection.h
-include/qgis/qgsgpsdconnection.h
-include/qgis/qgsgpsdetector.h
-include/qgis/qgsgraduatedsymbolrenderer.h
-include/qgis/qgsgraduatedsymbolrendererv2.h
-include/qgis/qgsgraduatedsymbolrendererv2widget.h
-include/qgis/qgsgridfilewriter.h
-include/qgis/qgshttptransaction.h
-include/qgis/qgsidwinterpolator.h
-include/qgis/qgsinterpolator.h
-include/qgis/qgslabelattributes.h
-include/qgis/qgslabel.h
-include/qgis/qgslegendinterface.h
-include/qgis/qgslegendmodel.h
-include/qgis/qgslinearminmaxenhancement.h
-include/qgis/qgslinearminmaxenhancementwithclip.h
-include/qgis/qgslinesymbollayerv2.h
-include/qgis/qgslogger.h
-include/qgis/qgslonglongvalidator.h
-include/qgis/qgsludialog.h
-include/qgis/qgsmapcanvas.h
-include/qgis/qgsmapcanvasitem.h
-include/qgis/qgsmapcanvasmap.h
-include/qgis/qgsmapcanvassnapper.h
-include/qgis/qgsmaplayer.h
-include/qgis/qgsmaplayerregistry.h
-include/qgis/qgsmapoverviewcanvas.h
-include/qgis/qgsmaprenderer.h
-include/qgis/qgsmaptip.h
-include/qgis/qgsmaptoolemitpoint.h
-include/qgis/qgsmaptool.h
-include/qgis/qgsmaptoolpan.h
-include/qgis/qgsmaptoolzoom.h
-include/qgis/qgsmaptopixel.h
-include/qgis/qgsmarkercatalogue.h
-include/qgis/qgsmarkersymbollayerv2.h
-include/qgis/qgsmessageoutput.h
-include/qgis/qgsmessageviewer.h
-include/qgis/qgsnetworkaccessmanager.h
-include/qgis/qgsnmeaconnection.h
-include/qgis/qgsoverlayobjectpositionmanager.h
-include/qgis/qgspallabeling.h
-include/qgis/qgspalobjectpositionmanager.h
-include/qgis/qgspenstylecombobox.h
-include/qgis/qgspluginlayer.h
-include/qgis/qgspluginlayerregistry.h
-include/qgis/qgspoint.h
-include/qgis/qgsprojectbadlayerguihandler.h
-include/qgis/qgsprojectfiletransform.h
-include/qgis/qgsproject.h
-include/qgis/qgsprojectionselector.h
-include/qgis/qgsprojectproperty.h
-include/qgis/qgsprojectversion.h
-include/qgis/qgsprovidercountcalcevent.h
-include/qgis/qgsproviderextentcalcevent.h
-include/qgis/qgsprovidermetadata.h
-include/qgis/qgsproviderregistry.h
-include/qgis/qgspseudocolorshader.h
-include/qgis/qgsquickprint.h
-include/qgis/qgsrasterbandstats.h
-include/qgis/qgsrasterdataprovider.h
-include/qgis/qgsrasterlayer.h
-include/qgis/qgsrasterprojector.h
-include/qgis/qgsrasterpyramid.h
-include/qgis/qgsrastershaderfunction.h
-include/qgis/qgsrastershader.h
-include/qgis/qgsrastertransparency.h
-include/qgis/qgsrasterviewport.h
-include/qgis/qgsrectangle.h
-include/qgis/qgsrendercontext.h
-include/qgis/qgsrenderer.h
-include/qgis/qgsrendererplugin.h
-include/qgis/qgsrendererv2.h
-include/qgis/qgsrendererv2propertiesdialog.h
-include/qgis/qgsrendererv2registry.h
-include/qgis/qgsrendererv2widget.h
-include/qgis/qgsrubberband.h
-include/qgis/qgsrulebasedrendererv2widget.h
-include/qgis/qgsrunprocess.h
-include/qgis/qgsscalecalculator.h
-include/qgis/qgssearchstring.h
-include/qgis/qgssearchtreenode.h
-include/qgis/qgssinglesymbolrenderer.h
-include/qgis/qgssinglesymbolrendererv2.h
-include/qgis/qgssinglesymbolrendererv2widget.h
-include/qgis/qgssearchquerybuilder.h
-include/qgis/qgssnapper.h
-include/qgis/qgsspatialindex.h
-include/qgis/qgsstylev2.h
-include/qgis/qgsstylev2exportimportdialog.h
-include/qgis/qgsstylev2managerdialog.h
-include/qgis/qgssymbol.h
-include/qgis/qgssymbollayerv2.h
-include/qgis/qgssymbollayerv2registry.h
-include/qgis/qgssymbollayerv2utils.h
-include/qgis/qgssymbollayerv2widget.h
-include/qgis/qgssymbollevelsv2dialog.h
-include/qgis/qgssymbologyutils.h
-include/qgis/qgssymbologyv2conversion.h
-include/qgis/qgssymbolv2.h
-include/qgis/qgssymbolv2propertiesdialog.h
-include/qgis/qgssymbolv2selectordialog.h
-include/qgis/qgstininterpolator.h
-include/qgis/qgstolerance.h
-include/qgis/qgsuniquevaluerenderer.h
-include/qgis/qgsvectorcolorbrewercolorrampv2dialog.h
-include/qgis/qgsvectorcolorrampv2.h
-include/qgis/qgsvectordataprovider.h
-include/qgis/qgsvectorfilewriter.h
-include/qgis/qgsvectorgradientcolorrampv2dialog.h
-include/qgis/qgsvectorlayer.h
-include/qgis/qgsvectoroverlay.h
-include/qgis/qgsvectorrandomcolorrampv2dialog.h
-include/qgis/qgsvertexmarker.h
-include/qgis/qgszonalstatistics.h
-include/qgis/ui_qgscredentialdialog.h
-include/qgis/ui_qgsdetaileditemwidgetbase.h
-include/qgis/ui_qgsgenericprojectionselectorbase.h
-include/qgis/ui_qgsmessageviewer.h
-include/qgis/ui_qgsprojectionselectorbase.h
-include/qgis/ui_qgsquerybuilderbase.h
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/README
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/TODO
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/__init__.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/completer.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_manager.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_manager_plugin.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_model.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_tree.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_add_geometry_column.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_create_constraint.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_create_index.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_create_table.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_db_error.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_field_properties.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_import_vector.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_sql_window.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_table_properties.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/highlighter.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/ui/__init__.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/ui/ui_DlgAddGeometryColumn.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/ui/ui_DlgCreateConstraint.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/ui/ui_DlgCreateIndex.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/ui/ui_DlgCreateTable.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/ui/ui_DlgDbError.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/ui/ui_DlgFieldProperties.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/ui/ui_DlgImportVector.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/ui/ui_DlgSqlWindow.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/ui/ui_DlgTableProperties.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/info_viewer.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/layer_preview.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/sql_dictionary.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/table_viewer.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/resources_rc.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/__init__.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/connector.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/data_model.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/html_elems.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/info_model.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/plugin.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/__init__.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/connector.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/data_model.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/info_model.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugin.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/sql_dictionary.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/resources_rc.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/icons/postgis_elephant.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/__init__.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/__init__.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/topoview_template.qgs
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/versioning/DlgVersioning_ui.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/versioning/__init__.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/versioning/dlg_versioning.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/versioning/ui_DlgVersioning.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/__init__.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/connector.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/data_model.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/info_model.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/plugin.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/sql_dictionary.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/resources_rc.py
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/icons/spatialite_icon.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/about.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/dbmanager.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/layer_line.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/layer_point.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/layer_polygon.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/layer_raster.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/layer_unknown.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/namespace.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/plugged.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/table.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/unplugged.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/view.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/warning-20px.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/namespaces.xpm
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/tables.xpm
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/user.xpm
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/users.xpm
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/action_del_table.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/action_edit_table.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/action_export.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/action_import.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/action_new_table.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/action_refresh.png
+%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/action_sql_window.png
lib/libqgis_analysis.so
-lib/libqgis_analysis.so.1.7.4
+lib/libqgis_analysis.so.1.8.0
lib/libqgis_core.so
-lib/libqgis_core.so.1.7.4
+lib/libqgis_core.so.1.8.0
lib/libqgis_gui.so
-lib/libqgis_gui.so.1.7.4
+lib/libqgis_gui.so.1.8.0
+lib/libqgis_networkanalysis.so
+lib/libqgis_networkanalysis.so.1.8.0
lib/libqgissqlanyconnection.so
-lib/libqgissqlanyconnection.so.1.7.4
-lib/qgis/plugins/libcoordinatecaptureplugin.so
-lib/qgis/plugins/libcopyrightlabelplugin.so
-lib/qgis/plugins/libdelimitedtextplugin.so
+lib/libqgissqlanyconnection.so.1.8.0
+lib/qgis/plugins/libmemoryprovider.so
+lib/qgis/plugins/libogrprovider.so
+lib/qgis/plugins/libwmsprovider.so
lib/qgis/plugins/libdelimitedtextprovider.so
-lib/qgis/plugins/libdiagramoverlay.so
-lib/qgis/plugins/libdisplacementplugin.so
-lib/qgis/plugins/libdxf2shpconverterplugin.so
-lib/qgis/plugins/libevis.so
+lib/qgis/plugins/libosmprovider.so
+lib/qgis/plugins/libsqlanywhereprovider.so
lib/qgis/plugins/libgdalprovider.so
-lib/qgis/plugins/libgeorefplugin.so
-lib/qgis/plugins/libgpsimporterplugin.so
+lib/qgis/plugins/libmssqlprovider.so
+lib/qgis/plugins/libspatialiteprovider.so
lib/qgis/plugins/libgpxprovider.so
+lib/qgis/plugins/libwfsprovider.so
+lib/qgis/plugins/libdelimitedtextplugin.so
+lib/qgis/plugins/libdiagramoverlay.so
lib/qgis/plugins/libinterpolationplugin.so
-lib/qgis/plugins/libmemoryprovider.so
-lib/qgis/plugins/libnortharrowplugin.so
-lib/qgis/plugins/libofflineeditingplugin.so
-lib/qgis/plugins/libogrprovider.so
lib/qgis/plugins/liboracleplugin.so
-lib/qgis/plugins/libosmprovider.so
+lib/qgis/plugins/libevis.so
lib/qgis/plugins/librasterterrainplugin.so
-lib/qgis/plugins/libroadgraphplugin.so
-lib/qgis/plugins/libscalebarplugin.so
-lib/qgis/plugins/libspatialiteprovider.so
+lib/qgis/plugins/libcoordinatecaptureplugin.so
+lib/qgis/plugins/libdxf2shpconverterplugin.so
lib/qgis/plugins/libspatialqueryplugin.so
-lib/qgis/plugins/libsqlanywhereprovider.so
lib/qgis/plugins/libsqlanywhereplugin.so
-lib/qgis/plugins/libwfsplugin.so
-lib/qgis/plugins/libwfsprovider.so
-lib/qgis/plugins/libwmsprovider.so
+lib/qgis/plugins/libroadgraphplugin.so
+lib/qgis/plugins/libzonalstatisticsplugin.so
+lib/qgis/plugins/libgeorefplugin.so
+lib/qgis/plugins/libofflineeditingplugin.so
+lib/qgis/plugins/libgpsimporterplugin.so
+lib/qgis/plugins/libheatmapplugin.so
+%%PGSQL%%lib/qgis/plugins/libpostgresprovider.so
+%%PGSQL%%lib/qgis/plugins/libspitplugin.so
+%%QGIS_PYTHON%%lib/libqgispython.so
+%%QGIS_PYTHON%%lib/libqgispython.so.1.8.0
+lib/qgis/crssync
lib/qgis/qgis_help
+@dirrm include/qgis
@dirrm lib/qgis/plugins
@dirrm lib/qgis
-@dirrm include/qgis
-@dirrm %%DATADIR%%/svg/transport
-@dirrm %%DATADIR%%/svg/tourist
-@dirrm %%DATADIR%%/svg/symbol
-@dirrm %%DATADIR%%/svg/sport
-@dirrm %%DATADIR%%/svg/shopping
-@dirrm %%DATADIR%%/svg/services
-@dirrm %%DATADIR%%/svg/religion
-@dirrm %%DATADIR%%/svg/north_arrows
-@dirrm %%DATADIR%%/svg/money
-@dirrm %%DATADIR%%/svg/landmark
-@dirrm %%DATADIR%%/svg/icon
-@dirrm %%DATADIR%%/svg/health
-@dirrm %%DATADIR%%/svg/gpsicons
-@dirrm %%DATADIR%%/svg/geometric
-@dirrm %%DATADIR%%/svg/food
-@dirrm %%DATADIR%%/svg/entertainment
-@dirrm %%DATADIR%%/svg/emergency
-@dirrm %%DATADIR%%/svg/biology
-@dirrm %%DATADIR%%/svg/amenity
+@dirrm %%DATADIR%%/doc/images
+@dirrm %%DATADIR%%/doc
+@dirrm %%DATADIR%%/images/icons
+@dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%/svg/accommodation
+@dirrm %%DATADIR%%/svg/amenity
+@dirrm %%DATADIR%%/svg/biology
+@dirrm %%DATADIR%%/svg/emergency
+@dirrm %%DATADIR%%/svg/entertainment
+@dirrm %%DATADIR%%/svg/food
+@dirrm %%DATADIR%%/svg/geometric
+@dirrm %%DATADIR%%/svg/gpsicons
+@dirrm %%DATADIR%%/svg/health
+@dirrm %%DATADIR%%/svg/icon
+@dirrm %%DATADIR%%/svg/landmark
+@dirrm %%DATADIR%%/svg/money
+@dirrm %%DATADIR%%/svg/north_arrows
+@dirrm %%DATADIR%%/svg/religion
+@dirrm %%DATADIR%%/svg/services
+@dirrm %%DATADIR%%/svg/shopping
+@dirrm %%DATADIR%%/svg/sport
+@dirrm %%DATADIR%%/svg/symbol
+@dirrm %%DATADIR%%/svg/tourist
+@dirrm %%DATADIR%%/svg/transport
@dirrm %%DATADIR%%/svg
@dirrm %%DATADIR%%/resources/context_help
+@dirrm %%DATADIR%%/resources/function_help
@dirrm %%DATADIR%%/resources
-@dirrm %%DATADIR%%/images/splash
-@dirrm %%DATADIR%%/images/north_arrows
-@dirrm %%DATADIR%%/images/icons
-@dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%/i18n
-@dirrm %%DATADIR%%/doc/images
-@dirrm %%DATADIR%%/doc
-%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/qgis
+@dirrm %%DATADIR%%
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/plugin_installer
-%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/osm/styles
-%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/osm/map_tools
-%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/osm
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/mapserver_export
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/fTools/tools
-%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/fTools/icons/gis
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/fTools/icons/default
+%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/fTools/icons/gis
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/fTools/icons
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/fTools
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/GdalTools/tools
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/GdalTools/icons
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/GdalTools
+%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/osm/map_tools
+%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/osm/styles
+%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/osm
+%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview
+%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins/versioning
+%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/plugins
+%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/db_manager/db_plugins/postgis/icons
+%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/db_manager/db_plugins/postgis
+%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/icons
+%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite
+%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/db_manager/db_plugins
+%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/db_manager/ui
+%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/db_manager/icons
+%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/db_manager
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins
-%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/pyspatialite
-%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python
+%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/qgis
@dirrm %%DATADIR%%