Update to qgis 1.5.0, now bundles gdaltools plugin.

ok ajacoutot@
This commit is contained in:
landry 2010-08-30 11:02:48 +00:00
parent 68b3c80982
commit c2c0ebe6c5
6 changed files with 233 additions and 82 deletions

View File

@ -1,16 +1,18 @@
# $OpenBSD: Makefile,v 1.11 2010/05/11 06:41:30 dcoppa Exp $
# $OpenBSD: Makefile,v 1.12 2010/08/30 11:02:48 landry Exp $
COMMENT = desktop geographical information system
DISTNAME = qgis_1.4.0
PKGNAME = ${DISTNAME:L:S/_/-/}p2
ONLY_FOR_ARCHS = ${GCC4_ARCHS}
DISTNAME = qgis_1.5.0
PKGNAME = ${DISTNAME:L:S/_/-/}
CATEGORIES = geo x11
SHARED_LIBS = qgis_core 2.0 \
qgis_gui 1.1 \
qgis_analysis 1.0 \
qgispython 0.1 # .1.3
SHARED_LIBS = qgis_core 3.0 \
qgis_gui 2.0 \
qgis_analysis 1.1 \
qgispython 1.0 # .1.3
HOMEPAGE = http://www.qgis.org/
@ -38,16 +40,17 @@ RUN_DEPENDS = ::x11/py-qt4 \
:desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS = ${MODPY_LIB_DEPENDS} \
proj::devel/proj \
QtGui,QtNetwork,QtXml,QtSql,QtCore,QtSvg::x11/qt4 \
gdal::geo/gdal \
geos_c::geo/geos \
gsl::devel/gsl \
pq:postgresql-client-*:databases/postgresql
::devel/proj \
::x11/qt4 \
::geo/gdal \
::geo/geos \
::devel/gsl \
:postgresql-client-*:databases/postgresql
WANTLIB += ICE SM X11 Xext Xi Xinerama Xrender c expat fontconfig \
freetype glib-2.0 gthread-2.0 m png pthread gobject-2.0 util \
stdc++ z
stdc++ z proj QtGui QtNetwork QtXml QtSql QtCore QtSvg QtWebKit\
gdal geos_c gsl gslcblas pq
CONFIGURE_ENV+= VERBOSE=1
pre-configure:
@ -56,9 +59,8 @@ pre-configure:
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/{pixmaps,applications}
ln ${PREFIX}/share/{qgis/images/icons,pixmaps}/qgis-icon.png
${SUBST_CMD} -c ${WRKSRC}/debian/qgis.desktop \
${PREFIX}/share/applications/qgis.desktop
chown ${SHAREOWN}:${SHAREGRP} \
${SUBST_CMD} -o ${SHAREOWN} -g ${SHAREGRP} -c \
${WRKSRC}/debian/qgis.desktop \
${PREFIX}/share/applications/qgis.desktop
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (qgis_1.4.0.tar.gz) = R3EOeqFMKmcsfyhFewyVbw==
RMD160 (qgis_1.4.0.tar.gz) = R0hnMsj+N6poZNCcdCC+It5eqAI=
SHA1 (qgis_1.4.0.tar.gz) = EF81PzbpYl0esV8aMViC8hTb4CY=
SHA256 (qgis_1.4.0.tar.gz) = u+B+7exL2pXMqZQAKUG5H9DlDVze4r95vgxPe5MMx9o=
SIZE (qgis_1.4.0.tar.gz) = 17285943
MD5 (qgis_1.5.0.tar.gz) = oZj7zY2W9e1ehagUy8jwMw==
RMD160 (qgis_1.5.0.tar.gz) = vTcWQHQMT21YnVu58md6DeRtSJU=
SHA1 (qgis_1.5.0.tar.gz) = 8XsaEXW9+tb4oAVHC/u3Dq6vgGo=
SHA256 (qgis_1.5.0.tar.gz) = +ZdI45SLl4lHA9yBwqProfJ5ZlHlgZV8wsYcm526tHA=
SIZE (qgis_1.5.0.tar.gz) = 17360308

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-cmake_Python_cmake,v 1.1 2010/04/28 11:32:30 dcoppa Exp $
--- cmake/Python.cmake.orig Wed Aug 19 21:09:10 2009
+++ cmake/Python.cmake Wed Apr 28 10:46:38 2010
@@ -148,8 +148,8 @@ IF (PYTHON_LIBRARIES AND PYTHON_INCLUDE_PATH)
IF (HAVE_SIP_MODULE AND SIP_BINARY_PATH AND SIP_INCLUDE_DIR)
# check for SIP version
# minimal version is 4.7 (to support universal builds)
- SET (SIP_MIN_VERSION 040700)
- TRY_RUN_PYTHON (RES "import sip\nprint '%x' % sip.SIP_VERSION" SIP_VERSION)
+ SET (SIP_MIN_VERSION 263936) # 0x40700
+ TRY_RUN_PYTHON (RES "import sip\nprint '%d' % sip.SIP_VERSION" SIP_VERSION)
IF (SIP_VERSION EQUAL "${SIP_MIN_VERSION}" OR SIP_VERSION GREATER "${SIP_MIN_VERSION}")
SET (SIP_IS_GOOD TRUE)
ENDIF (SIP_VERSION EQUAL "${SIP_MIN_VERSION}" OR SIP_VERSION GREATER "${SIP_MIN_VERSION}")

View File

@ -1,10 +0,0 @@
$OpenBSD: patch-src_CMakeLists_txt,v 1.1 2010/01/11 20:13:31 landry Exp $
--- src/CMakeLists.txt.orig Mon Jan 11 17:09:38 2010
+++ src/CMakeLists.txt Mon Jan 11 17:09:45 2010
@@ -1,5 +1,5 @@
-SUBDIRS(core analysis ui gui app providers plugins helpviewer)
+SUBDIRS(core analysis ui gui app providers plugins)
IF (HAVE_PYTHON AND WITH_BINDINGS)
SUBDIRS(python)

View File

@ -1,35 +1,37 @@
@comment $OpenBSD: PFRAG.shared,v 1.5 2010/04/15 20:45:34 dcoppa Exp $
@comment $OpenBSD: PFRAG.shared,v 1.6 2010/08/30 11:02:48 landry Exp $
@lib lib/libqgis_analysis.so.${LIBqgis_analysis_VERSION}
@lib lib/libqgis_core.so.${LIBqgis_core_VERSION}
@lib lib/libqgis_gui.so.${LIBqgis_gui_VERSION}
@lib lib/libqgispython.so.${LIBqgispython_VERSION}
lib/qgis/
lib/qgis/libcoordinatecaptureplugin.so
lib/qgis/libcopyrightlabelplugin.so
lib/qgis/libdelimitedtextplugin.so
lib/qgis/libdelimitedtextprovider.so
lib/qgis/libdiagramoverlay.so
lib/qgis/libdxf2shpconverterplugin.so
lib/qgis/libevis.so
lib/qgis/libgeorefplugin.so
lib/qgis/libgpsimporterplugin.so
lib/qgis/libgpxprovider.so
lib/qgis/libinterpolationplugin.so
lib/qgis/liblabelingplugin.so
lib/qgis/libmemoryprovider.so
lib/qgis/libnortharrowplugin.so
lib/qgis/libogrconverterplugin.so
lib/qgis/libogrprovider.so
lib/qgis/liboracleplugin.so
lib/qgis/libosmprovider.so
lib/qgis/libpostgresprovider.so
lib/qgis/libquickprintplugin.so
lib/qgis/librasterterrainplugin.so
lib/qgis/libscalebarplugin.so
lib/qgis/libspatialiteprovider.so
lib/qgis/libspitplugin.so
lib/qgis/libwfsplugin.so
lib/qgis/libwfsprovider.so
lib/qgis/libwmsprovider.so
lib/qgis/plugins/
lib/qgis/plugins/libcoordinatecaptureplugin.so
lib/qgis/plugins/libcopyrightlabelplugin.so
lib/qgis/plugins/libdelimitedtextplugin.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/libgeorefplugin.so
lib/qgis/plugins/libgpsimporterplugin.so
lib/qgis/plugins/libgpxprovider.so
lib/qgis/plugins/libinterpolationplugin.so
lib/qgis/plugins/libmemoryprovider.so
lib/qgis/plugins/libnortharrowplugin.so
lib/qgis/plugins/libogrconverterplugin.so
lib/qgis/plugins/libogrprovider.so
lib/qgis/plugins/liboracleplugin.so
lib/qgis/plugins/libosmprovider.so
lib/qgis/plugins/libpostgresprovider.so
lib/qgis/plugins/libquickprintplugin.so
lib/qgis/plugins/librasterterrainplugin.so
lib/qgis/plugins/libscalebarplugin.so
lib/qgis/plugins/libspatialiteprovider.so
lib/qgis/plugins/libspatialqueryplugin.so
lib/qgis/plugins/libspitplugin.so
lib/qgis/plugins/libwfsplugin.so
lib/qgis/plugins/libwfsprovider.so
lib/qgis/plugins/libwmsprovider.so
share/qgis/python/qgis/core.so
share/qgis/python/qgis/gui.so

View File

@ -1,22 +1,32 @@
@comment $OpenBSD: PLIST,v 1.5 2010/01/11 20:13:31 landry Exp $
@comment $OpenBSD: PLIST,v 1.6 2010/08/30 11:02:48 landry Exp $
%%SHARED%%
@bin bin/qgis
@bin bin/qgis_help
include/qgis/
include/qgis/characterwidget.h
include/qgis/qextserialenumerator.h
include/qgis/qextserialport.h
include/qgis/qgis.h
include/qgis/qgisgui.h
include/qgis/qgisinterface.h
include/qgis/qgisplugin.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/qgscolorrampshader.h
include/qgis/qgscomposerattributetable.h
include/qgis/qgscomposeritem.h
include/qgis/qgscomposeritemgroup.h
include/qgis/qgscomposerlegend.h
include/qgis/qgscomposerlegenditem.h
include/qgis/qgscomposermap.h
include/qgis/qgscomposerpicture.h
include/qgis/qgscomposerscalebar.h
@ -30,8 +40,11 @@ include/qgis/qgscontrastenhancement.h
include/qgis/qgscontrastenhancementfunction.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
@ -42,11 +55,16 @@ include/qgis/qgsexception.h
include/qgis/qgsfeature.h
include/qgis/qgsfield.h
include/qgis/qgsfiledropedit.h
include/qgis/qgsfillsymbollayerv2.h
include/qgis/qgsformannotationitem.h
include/qgis/qgsfreakoutshader.h
include/qgis/qgsgenericprojectionselector.h
include/qgis/qgsgeometry.h
include/qgis/qgsgeometryanalyzer.h
include/qgis/qgsgpsconnection.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
@ -58,6 +76,7 @@ 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/qgsludialog.h
include/qgis/qgsmapcanvas.h
@ -75,10 +94,17 @@ 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/qgsproject.h
include/qgis/qgsprojectbadlayerguihandler.h
@ -103,27 +129,38 @@ 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/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/qgssnapper.h
include/qgis/qgsspatialindex.h
include/qgis/qgsstylev2.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
@ -132,6 +169,7 @@ 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
@ -158,10 +196,13 @@ share/qgis/doc/index.html
share/qgis/doc/qgisdoc.css
share/qgis/i18n/
share/qgis/i18n/qgis_ar.qm
share/qgis/i18n/qgis_bg.qm
share/qgis/i18n/qgis_ca_ES.qm
share/qgis/i18n/qgis_cs_CZ.qm
share/qgis/i18n/qgis_de.qm
share/qgis/i18n/qgis_el_GR.qm
share/qgis/i18n/qgis_es.qm
share/qgis/i18n/qgis_fi.qm
share/qgis/i18n/qgis_fr.qm
share/qgis/i18n/qgis_he.qm
share/qgis/i18n/qgis_hr_HR.qm
@ -216,6 +257,76 @@ share/qgis/images/splash/splash.png
share/qgis/images/splash/splash_mask.png
share/qgis/python/
share/qgis/python/plugins/
share/qgis/python/plugins/GdalTools/
share/qgis/python/plugins/GdalTools/GdalTools.py
share/qgis/python/plugins/GdalTools/__init__.py
share/qgis/python/plugins/GdalTools/icons/
share/qgis/python/plugins/GdalTools/icons/about.png
share/qgis/python/plugins/GdalTools/icons/contour.png
share/qgis/python/plugins/GdalTools/icons/grid.png
share/qgis/python/plugins/GdalTools/icons/merge.png
share/qgis/python/plugins/GdalTools/icons/nearblack.png
share/qgis/python/plugins/GdalTools/icons/polygonize.png
share/qgis/python/plugins/GdalTools/icons/projection-add.png
share/qgis/python/plugins/GdalTools/icons/proximity.png
share/qgis/python/plugins/GdalTools/icons/raster-clip.png
share/qgis/python/plugins/GdalTools/icons/raster-info.png
share/qgis/python/plugins/GdalTools/icons/raster-overview.png
share/qgis/python/plugins/GdalTools/icons/raster-paletted.png
share/qgis/python/plugins/GdalTools/icons/raster-rgb.png
share/qgis/python/plugins/GdalTools/icons/rasterize.png
share/qgis/python/plugins/GdalTools/icons/sieve.png
share/qgis/python/plugins/GdalTools/icons/translate.png
share/qgis/python/plugins/GdalTools/icons/vrt.png
share/qgis/python/plugins/GdalTools/icons/warp.png
share/qgis/python/plugins/GdalTools/resources_rc.py
share/qgis/python/plugins/GdalTools/tools/
share/qgis/python/plugins/GdalTools/tools/GdalTools_utils.py
share/qgis/python/plugins/GdalTools/tools/__init__.py
share/qgis/python/plugins/GdalTools/tools/dialogBase.py
share/qgis/python/plugins/GdalTools/tools/dialogSRS.py
share/qgis/python/plugins/GdalTools/tools/doAbout.py
share/qgis/python/plugins/GdalTools/tools/doBuildVRT.py
share/qgis/python/plugins/GdalTools/tools/doClipper.py
share/qgis/python/plugins/GdalTools/tools/doContour.py
share/qgis/python/plugins/GdalTools/tools/doGrid.py
share/qgis/python/plugins/GdalTools/tools/doInfo.py
share/qgis/python/plugins/GdalTools/tools/doMerge.py
share/qgis/python/plugins/GdalTools/tools/doNearBlack.py
share/qgis/python/plugins/GdalTools/tools/doOverview.py
share/qgis/python/plugins/GdalTools/tools/doPctRgb.py
share/qgis/python/plugins/GdalTools/tools/doPolygonize.py
share/qgis/python/plugins/GdalTools/tools/doProjection.py
share/qgis/python/plugins/GdalTools/tools/doProximity.py
share/qgis/python/plugins/GdalTools/tools/doRasterize.py
share/qgis/python/plugins/GdalTools/tools/doRgbPct.py
share/qgis/python/plugins/GdalTools/tools/doSettings.py
share/qgis/python/plugins/GdalTools/tools/doSieve.py
share/qgis/python/plugins/GdalTools/tools/doTranslate.py
share/qgis/python/plugins/GdalTools/tools/doWarp.py
share/qgis/python/plugins/GdalTools/tools/optionsTable.py
share/qgis/python/plugins/GdalTools/tools/ui_dialogAbout.py
share/qgis/python/plugins/GdalTools/tools/ui_dialogBase.py
share/qgis/python/plugins/GdalTools/tools/ui_dialogSettings.py
share/qgis/python/plugins/GdalTools/tools/ui_optionsTable.py
share/qgis/python/plugins/GdalTools/tools/ui_widgetBuildVRT.py
share/qgis/python/plugins/GdalTools/tools/ui_widgetClipper.py
share/qgis/python/plugins/GdalTools/tools/ui_widgetContour.py
share/qgis/python/plugins/GdalTools/tools/ui_widgetConvert.py
share/qgis/python/plugins/GdalTools/tools/ui_widgetGrid.py
share/qgis/python/plugins/GdalTools/tools/ui_widgetInfo.py
share/qgis/python/plugins/GdalTools/tools/ui_widgetMerge.py
share/qgis/python/plugins/GdalTools/tools/ui_widgetNearBlack.py
share/qgis/python/plugins/GdalTools/tools/ui_widgetOverview.py
share/qgis/python/plugins/GdalTools/tools/ui_widgetPolygonize.py
share/qgis/python/plugins/GdalTools/tools/ui_widgetProjection.py
share/qgis/python/plugins/GdalTools/tools/ui_widgetProximity.py
share/qgis/python/plugins/GdalTools/tools/ui_widgetRasterize.py
share/qgis/python/plugins/GdalTools/tools/ui_widgetSieve.py
share/qgis/python/plugins/GdalTools/tools/ui_widgetTranslate.py
share/qgis/python/plugins/GdalTools/tools/ui_widgetWarp.py
share/qgis/python/plugins/GdalTools/tools/widgetBatchBase.py
share/qgis/python/plugins/GdalTools/tools/widgetPluginBase.py
share/qgis/python/plugins/fTools/
share/qgis/python/plugins/fTools/__init__.py
share/qgis/python/plugins/fTools/doAbout.py
@ -250,6 +361,7 @@ share/qgis/python/plugins/fTools/icons/default/layer_extent.png
share/qgis/python/plugins/fTools/icons/default/management.png
share/qgis/python/plugins/fTools/icons/default/matrix.png
share/qgis/python/plugins/fTools/icons/default/mean.png
share/qgis/python/plugins/fTools/icons/default/merge_shapes.png
share/qgis/python/plugins/fTools/icons/default/multi_to_single.png
share/qgis/python/plugins/fTools/icons/default/neighbour.png
share/qgis/python/plugins/fTools/icons/default/random_points.png
@ -324,6 +436,7 @@ share/qgis/python/plugins/fTools/tools/doGeoprocessing.py
share/qgis/python/plugins/fTools/tools/doIntersectLines.py
share/qgis/python/plugins/fTools/tools/doJoinAttributes.py
share/qgis/python/plugins/fTools/tools/doMeanCoords.py
share/qgis/python/plugins/fTools/tools/doMergeShapes.py
share/qgis/python/plugins/fTools/tools/doPointDistance.py
share/qgis/python/plugins/fTools/tools/doPointsInPolygon.py
share/qgis/python/plugins/fTools/tools/doRandPoints.py
@ -344,6 +457,7 @@ share/qgis/python/plugins/fTools/tools/ui_frmGeoprocessing.py
share/qgis/python/plugins/fTools/tools/ui_frmIntersectLines.py
share/qgis/python/plugins/fTools/tools/ui_frmJoinAttributes.py
share/qgis/python/plugins/fTools/tools/ui_frmMeanCoords.py
share/qgis/python/plugins/fTools/tools/ui_frmMergeShapes.py
share/qgis/python/plugins/fTools/tools/ui_frmPointDistance.py
share/qgis/python/plugins/fTools/tools/ui_frmPointsInPolygon.py
share/qgis/python/plugins/fTools/tools/ui_frmRandPoints.py
@ -413,27 +527,36 @@ share/qgis/python/plugins/plugin_installer/resources_rc.py
share/qgis/python/plugins/plugin_installer/ui_qgsplugininstallerbase.py
share/qgis/python/plugins/plugin_installer/ui_qgsplugininstallerfetchingbase.py
share/qgis/python/plugins/plugin_installer/ui_qgsplugininstallerinstallingbase.py
share/qgis/python/plugins/plugin_installer/ui_qgsplugininstalleroldreposbase.py
share/qgis/python/plugins/plugin_installer/ui_qgsplugininstallerpluginerrorbase.py
share/qgis/python/plugins/plugin_installer/ui_qgsplugininstallerrepositorybase.py
share/qgis/python/plugins/plugin_installer/unzip.py
share/qgis/python/plugins/plugin_installer/version_compare.py
share/qgis/python/qgis/
share/qgis/python/qgis/__init__.py
share/qgis/python/qgis/__init__.pyc
share/qgis/python/qgis/analysis.so
share/qgis/python/qgis/qgisconfig.py
share/qgis/python/qgis/console.py
share/qgis/python/qgis/console.pyc
share/qgis/python/qgis/utils.py
share/qgis/python/qgis/utils.pyc
share/qgis/resources/
share/qgis/resources/context_help/
share/qgis/resources/context_help/MapServerExport-de_DE
share/qgis/resources/context_help/MapServerExport-en_US
share/qgis/resources/context_help/MapServerExport-es_ES
share/qgis/resources/context_help/MapServerExport-fr_FR
share/qgis/resources/context_help/MapServerExport-it_IT
share/qgis/resources/context_help/MapServerExport-ja_JP
share/qgis/resources/context_help/MapServerExport-pl_PL
share/qgis/resources/context_help/QgsAttributeTable-pt_BR
share/qgis/resources/context_help/MapServerExport-pt_BR
share/qgis/resources/context_help/QgsAttributeTableDialog-de_DE
share/qgis/resources/context_help/QgsAttributeTableDialog-en_US
share/qgis/resources/context_help/QgsAttributeTableDialog-fr_FR
share/qgis/resources/context_help/QgsAttributeTableDialog-it_IT
share/qgis/resources/context_help/QgsAttributeTableDialog-ja_JP
share/qgis/resources/context_help/QgsAttributeTableDialog-pl_PL
share/qgis/resources/context_help/QgsAttributeTableDialog-pt_BR
share/qgis/resources/context_help/QgsAttributeTableDialog-ru_RU
share/qgis/resources/context_help/QgsAttributeTableDialog-sk_SK
share/qgis/resources/context_help/QgsBookmarks-de_DE
@ -441,6 +564,7 @@ share/qgis/resources/context_help/QgsBookmarks-en_US
share/qgis/resources/context_help/QgsBookmarks-es_ES
share/qgis/resources/context_help/QgsBookmarks-fr_FR
share/qgis/resources/context_help/QgsBookmarks-it_IT
share/qgis/resources/context_help/QgsBookmarks-ja_JP
share/qgis/resources/context_help/QgsBookmarks-pl_PL
share/qgis/resources/context_help/QgsBookmarks-pt_BR
share/qgis/resources/context_help/QgsBookmarks-ru_RU
@ -450,6 +574,7 @@ share/qgis/resources/context_help/QgsComposer-de_DE
share/qgis/resources/context_help/QgsComposer-en_US
share/qgis/resources/context_help/QgsComposer-fr_FR
share/qgis/resources/context_help/QgsComposer-it_IT
share/qgis/resources/context_help/QgsComposer-ja_JP
share/qgis/resources/context_help/QgsComposer-pl_PL
share/qgis/resources/context_help/QgsComposer-pt_BR
share/qgis/resources/context_help/QgsComposer-ru_RU
@ -458,34 +583,41 @@ share/qgis/resources/context_help/QgsCopyrightLabelPluginGui-de_DE
share/qgis/resources/context_help/QgsCopyrightLabelPluginGui-en_US
share/qgis/resources/context_help/QgsCopyrightLabelPluginGui-fr_FR
share/qgis/resources/context_help/QgsCopyrightLabelPluginGui-it_IT
share/qgis/resources/context_help/QgsCopyrightLabelPluginGui-ja_JP
share/qgis/resources/context_help/QgsCopyrightLabelPluginGui-pl_PL
share/qgis/resources/context_help/QgsCopyrightLabelPluginGui-pt_BR
share/qgis/resources/context_help/QgsCopyrightLabelPluginGui-ru_RU
share/qgis/resources/context_help/QgsCopyrightLabelPluginGui-sk_SK
share/qgis/resources/context_help/QgsCopyrightLabelPluginGui-sv_SE
share/qgis/resources/context_help/QgsCreateNewVectorLayer-pt_BR
share/qgis/resources/context_help/QgsCustomProjectionDialog-de_DE
share/qgis/resources/context_help/QgsCustomProjectionDialog-en_US
share/qgis/resources/context_help/QgsCustomProjectionDialog-fr_FR
share/qgis/resources/context_help/QgsCustomProjectionDialog-it_IT
share/qgis/resources/context_help/QgsDbSourceSelect-pt_BR
share/qgis/resources/context_help/QgsCustomProjectionDialog-ja_JP
share/qgis/resources/context_help/QgsCustomProjectionDialog-pt_BR
share/qgis/resources/context_help/QgsDelimitedTextPluginGui-de_DE
share/qgis/resources/context_help/QgsDelimitedTextPluginGui-en_US
share/qgis/resources/context_help/QgsDelimitedTextPluginGui-fr_FR
share/qgis/resources/context_help/QgsDelimitedTextPluginGui-it_IT
share/qgis/resources/context_help/QgsDelimitedTextPluginGui-ja_JP
share/qgis/resources/context_help/QgsDelimitedTextPluginGui-pl_PL
share/qgis/resources/context_help/QgsDelimitedTextPluginGui-pt_BR
share/qgis/resources/context_help/QgsDelimitedTextPluginGui-ru_RU
share/qgis/resources/context_help/QgsDelimitedTextPluginGui-sk_SK
share/qgis/resources/context_help/QgsDelimitedTextPluginGui-sv_SE
share/qgis/resources/context_help/QgsGPSPlugin-pt_BR
share/qgis/resources/context_help/QgsGPSPluginGui-de_DE
share/qgis/resources/context_help/QgsGPSPluginGui-en_US
share/qgis/resources/context_help/QgsGPSPluginGui-it_IT
share/qgis/resources/context_help/QgsGPSPluginGui-ja_JP
share/qgis/resources/context_help/QgsGPSPluginGui-pt_BR
share/qgis/resources/context_help/QgsGPSPluginGui-ru_RU
share/qgis/resources/context_help/QgsGPSPluginGui-sk_SK
share/qgis/resources/context_help/QgsIdentifyResults-de_DE
share/qgis/resources/context_help/QgsIdentifyResults-en_US
share/qgis/resources/context_help/QgsIdentifyResults-es_ES
share/qgis/resources/context_help/QgsIdentifyResults-fr_FR
share/qgis/resources/context_help/QgsIdentifyResults-it_IT
share/qgis/resources/context_help/QgsIdentifyResults-ja_JP
share/qgis/resources/context_help/QgsIdentifyResults-pl_PL
share/qgis/resources/context_help/QgsIdentifyResults-pt_BR
share/qgis/resources/context_help/QgsIdentifyResults-ru_RU
@ -495,12 +627,13 @@ share/qgis/resources/context_help/QgsMapserverExport-es_ES
share/qgis/resources/context_help/QgsMapserverExport-pt_BR
share/qgis/resources/context_help/QgsMapserverExport-ru_RU
share/qgis/resources/context_help/QgsMapserverExport-sk_SK
share/qgis/resources/context_help/QgsMeasure-pt_BR
share/qgis/resources/context_help/QgsMeasureDialog-de_DE
share/qgis/resources/context_help/QgsMeasureDialog-en_US
share/qgis/resources/context_help/QgsMeasureDialog-es_ES
share/qgis/resources/context_help/QgsMeasureDialog-it_IT
share/qgis/resources/context_help/QgsMeasureDialog-ja_JP
share/qgis/resources/context_help/QgsMeasureDialog-pl_PL
share/qgis/resources/context_help/QgsMeasureDialog-pt_BR
share/qgis/resources/context_help/QgsMeasureDialog-ru_RU
share/qgis/resources/context_help/QgsMeasureDialog-sk_SK
share/qgis/resources/context_help/QgsMeasureDialog-sv_SE
@ -508,6 +641,7 @@ share/qgis/resources/context_help/QgsNewConnection-de_DE
share/qgis/resources/context_help/QgsNewConnection-en_US
share/qgis/resources/context_help/QgsNewConnection-es_ES
share/qgis/resources/context_help/QgsNewConnection-it_IT
share/qgis/resources/context_help/QgsNewConnection-ja_JP
share/qgis/resources/context_help/QgsNewConnection-pl_PL
share/qgis/resources/context_help/QgsNewConnection-pt_BR
share/qgis/resources/context_help/QgsNewConnection-ru_RU
@ -517,37 +651,57 @@ share/qgis/resources/context_help/QgsNewHttpConnection-pt_BR
share/qgis/resources/context_help/QgsNewOgrConnection-de_DE
share/qgis/resources/context_help/QgsNewOgrConnection-en_US
share/qgis/resources/context_help/QgsNewOgrConnection-it_IT
share/qgis/resources/context_help/QgsNewOgrConnection-ja_JP
share/qgis/resources/context_help/QgsNewOgrConnection-pt_BR
share/qgis/resources/context_help/QgsNewOgrConnection-ru_RU
share/qgis/resources/context_help/QgsNewSpatialiteLayerDialog-de_DE
share/qgis/resources/context_help/QgsNewSpatialiteLayerDialog-en_US
share/qgis/resources/context_help/QgsNewSpatialiteLayerDialog-ja_JP
share/qgis/resources/context_help/QgsNewSpatialiteLayerDialog-pt_BR
share/qgis/resources/context_help/QgsNewVectorLayerDialog-de_DE
share/qgis/resources/context_help/QgsNewVectorLayerDialog-en_US
share/qgis/resources/context_help/QgsNewVectorLayerDialog-fr_FR
share/qgis/resources/context_help/QgsNewVectorLayerDialog-it_IT
share/qgis/resources/context_help/QgsNewVectorLayerDialog-ja_JP
share/qgis/resources/context_help/QgsNewVectorLayerDialog-pt_BR
share/qgis/resources/context_help/QgsNewVectorLayerDialog-ru_RU
share/qgis/resources/context_help/QgsNewVectorLayerDialog-sk_SK
share/qgis/resources/context_help/QgsNorthArrowPluginGui-de_DE
share/qgis/resources/context_help/QgsNorthArrowPluginGui-en_US
share/qgis/resources/context_help/QgsNorthArrowPluginGui-it_IT
share/qgis/resources/context_help/QgsNorthArrowPluginGui-ja_JP
share/qgis/resources/context_help/QgsNorthArrowPluginGui-pt_BR
share/qgis/resources/context_help/QgsOpenVectorLayerDialog-de_DE
share/qgis/resources/context_help/QgsOpenVectorLayerDialog-en_US
share/qgis/resources/context_help/QgsOpenVectorLayerDialog-it_IT
share/qgis/resources/context_help/QgsOpenVectorLayerDialog-ja_JP
share/qgis/resources/context_help/QgsOpenVectorLayerDialog-pt_BR
share/qgis/resources/context_help/QgsOpenVectorLayerDialog-ru_RU
share/qgis/resources/context_help/QgsOptions-de_DE
share/qgis/resources/context_help/QgsOptions-en_US
share/qgis/resources/context_help/QgsOptions-it_IT
share/qgis/resources/context_help/QgsOptions-ja_JP
share/qgis/resources/context_help/QgsOptions-pt_BR
share/qgis/resources/context_help/QgsPgSourceSelect-de_DE
share/qgis/resources/context_help/QgsPgSourceSelect-en_US
share/qgis/resources/context_help/QgsPgSourceSelect-it_IT
share/qgis/resources/context_help/QgsPgSourceSelect-ja_JP
share/qgis/resources/context_help/QgsPgSourceSelect-pl_PL
share/qgis/resources/context_help/QgsPgSourceSelect-pt_BR
share/qgis/resources/context_help/QgsPgSourceSelect-ru_RU
share/qgis/resources/context_help/QgsPgSourceSelect-sk_SK
share/qgis/resources/context_help/QgsPgSourceSelect-sv_SE
share/qgis/resources/context_help/QgsPluginInstallerDialog-de_DE
share/qgis/resources/context_help/QgsPluginInstallerDialog-en_US
share/qgis/resources/context_help/QgsPluginInstallerDialog-it_IT
share/qgis/resources/context_help/QgsPluginInstallerDialog-ja_JP
share/qgis/resources/context_help/QgsPluginInstallerDialog-pl_PL
share/qgis/resources/context_help/QgsPluginInstallerDialog-pt_BR
share/qgis/resources/context_help/QgsProjectProperties-de_DE
share/qgis/resources/context_help/QgsProjectProperties-en_US
share/qgis/resources/context_help/QgsProjectProperties-es_ES
share/qgis/resources/context_help/QgsProjectProperties-it_IT
share/qgis/resources/context_help/QgsProjectProperties-ja_JP
share/qgis/resources/context_help/QgsProjectProperties-pl_PL
share/qgis/resources/context_help/QgsProjectProperties-pt_BR
share/qgis/resources/context_help/QgsProjectProperties-ru_RU
@ -555,30 +709,47 @@ share/qgis/resources/context_help/QgsProjectProperties-sk_SK
share/qgis/resources/context_help/QgsProjectProperties-sv_SE
share/qgis/resources/context_help/QgsScaleBarPluginGui-de_DE
share/qgis/resources/context_help/QgsScaleBarPluginGui-en_US
share/qgis/resources/context_help/QgsScaleBarPluginGui-it_IT
share/qgis/resources/context_help/QgsScaleBarPluginGui-ja_JP
share/qgis/resources/context_help/QgsScaleBarPluginGui-pl_PL
share/qgis/resources/context_help/QgsServerSourceSelect-pt_BR
share/qgis/resources/context_help/QgsScaleBarPluginGui-pt_BR
share/qgis/resources/context_help/QgsSpatiaLiteSourceSelect-de_DE
share/qgis/resources/context_help/QgsSpatiaLiteSourceSelect-en_US
share/qgis/resources/context_help/QgsSpatiaLiteSourceSelect-it_IT
share/qgis/resources/context_help/QgsSpatiaLiteSourceSelect-ja_JP
share/qgis/resources/context_help/QgsSpatiaLiteSourceSelect-pl_PL
share/qgis/resources/context_help/QgsSpatiaLiteSourceSelect-pt_BR
share/qgis/resources/context_help/QgsStyleV2ManagerDialog-de_DE
share/qgis/resources/context_help/QgsStyleV2ManagerDialog-en_US
share/qgis/resources/context_help/QgsStyleV2ManagerDialog-it_IT
share/qgis/resources/context_help/QgsStyleV2ManagerDialog-ja_JP
share/qgis/resources/context_help/QgsStyleV2ManagerDialog-pt_BR
share/qgis/resources/context_help/QgsVectorLayerProperties-de_DE
share/qgis/resources/context_help/QgsVectorLayerProperties-en_US
share/qgis/resources/context_help/QgsVectorLayerProperties-es_ES
share/qgis/resources/context_help/QgsVectorLayerProperties-it_IT
share/qgis/resources/context_help/QgsVectorLayerProperties-ja_JP
share/qgis/resources/context_help/QgsVectorLayerProperties-pl_PL
share/qgis/resources/context_help/QgsVectorLayerProperties-pt_BR
share/qgis/resources/context_help/QgsVectorLayerProperties-ru_RU
share/qgis/resources/context_help/QgsVectorLayerProperties-sk_SK
share/qgis/resources/context_help/QgsWMSSourceSelect-de_DE
share/qgis/resources/context_help/QgsWMSSourceSelect-en_US
share/qgis/resources/context_help/QgsWMSSourceSelect-it_IT
share/qgis/resources/context_help/QgsWMSSourceSelect-ja_JP
share/qgis/resources/context_help/QgsWMSSourceSelect-pt_BR
share/qgis/resources/context_help/QgsWMSSourceSelect-ru_RU
share/qgis/resources/context_help/QgsWMSSourceSelect-sk_SK
share/qgis/resources/context_help/QgsWMSSourceSelect-sv_SE
share/qgis/resources/context_help/eVisDatabaseConnectionGui-de_DE
share/qgis/resources/context_help/eVisDatabaseConnectionGui-en_US
share/qgis/resources/context_help/eVisDatabaseConnectionGui-es_ES
share/qgis/resources/context_help/eVisDatabaseConnectionGui-it_IT
share/qgis/resources/context_help/eVisDatabaseConnectionGui-ja_JP
share/qgis/resources/context_help/eVisDatabaseConnectionGui-pt_BR
share/qgis/resources/qgis.db
share/qgis/resources/qgis_help.db
share/qgis/resources/spatialite.db
share/qgis/resources/srs.db
share/qgis/resources/symbology-ng-style.xml
share/qgis/svg/