Skip to content

Commit

Permalink
Merge branch 'master' into export-scene-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem committed Jul 19, 2020
2 parents f57f21e + 3af038f commit 7433219
Show file tree
Hide file tree
Showing 2,245 changed files with 14,120 additions and 70,332 deletions.
8 changes: 4 additions & 4 deletions cmake/FindPyQt5.cmake
Expand Up @@ -47,13 +47,13 @@ ELSE(EXISTS PYQT5_VERSION)
ENDIF(pyqt_config)

IF(PYQT5_FOUND)
IF(NOT PYQT5_FIND_QUIETLY)
IF(NOT PyQt5_FIND_QUIETLY)
MESSAGE(STATUS "Found PyQt5 version: ${PYQT5_VERSION_STR}")
ENDIF(NOT PYQT5_FIND_QUIETLY)
ELSE(PYQT5_FOUND)
IF(PYQT5_FIND_REQUIRED)
MESSAGE(FATAL_ERROR "Could not find Python")
ENDIF(PYQT5_FIND_REQUIRED)
IF(PyQt5_FIND_REQUIRED)
MESSAGE(FATAL_ERROR "Could not find PyQt5")
ENDIF(PyQt5_FIND_REQUIRED)
ENDIF(PYQT5_FOUND)

ENDIF(EXISTS PYQT5_VERSION)
2 changes: 2 additions & 0 deletions cmake/FindPyQt5.py
Expand Up @@ -52,6 +52,8 @@
if os.path.exists(os.path.join(p, "QtCore", "QtCoremod.sip")):
sip_dir = p
break
else:
sys.exit(1)
cfg = {
'pyqt_version': PyQt5.QtCore.PYQT_VERSION,
'pyqt_version_str': PyQt5.QtCore.PYQT_VERSION_STR,
Expand Down
82 changes: 78 additions & 4 deletions debian/control.in
Expand Up @@ -462,19 +462,93 @@ Description: collection of data providers to QGIS - architecture-independent fil

Package: qgis-server
Architecture: any
Depends:
qgis-server-dummy (= ${binary:Version}),
qgis-server-wms (= ${binary:Version}),
qgis-server-wcs (= ${binary:Version}),
qgis-server-wfs (= ${binary:Version}),
qgis-server-wfs3 (= ${binary:Version}),
qgis-server-common (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: QGIS server providing various OGC services
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package is a meta-package depending on all QGIS Server components.

Package: qgis-server-common
Architecture: any
Depends:
qgis-providers (= ${binary:Version}),
python3-qgis (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Conflicts: qgis-mapserver
Provides: qgis-mapserver
Replaces: qgis-mapserver
Description: QGIS server providing various OGC services
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the QGIS server.
This package contains the common QGIS server parts.

Package: qgis-server-wms
Architecture: any
Depends:
qgis-server-common (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: QGIS server providing various OGC services
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the wms service.

Package: qgis-server-wfs
Architecture: any
Depends:
qgis-server-common (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: QGIS server providing various OGC services
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the wfs service.

Package: qgis-server-wfs3
Architecture: any
Depends:
qgis-server-common (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: QGIS server providing various OGC services
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the wfs 3 service.

Package: qgis-server-wcs
Architecture: any
Depends:
qgis-server-common (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: QGIS server providing various OGC services
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the wcs service.

Package: qgis-server-dummy
Architecture: any
Depends:
qgis-server-common (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: QGIS server providing various OGC services
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the sample service.

Package: qgis-api-doc
Architecture: all
Expand Down
@@ -1,6 +1,5 @@
usr/lib/cgi-bin/admin.sld
usr/lib/cgi-bin/qgis_mapserv.fcgi
usr/lib/cgi-bin/wms_metadata.xml
usr/lib/qgis/server/*.so
usr/share/qgis/resources/server/
usr/bin/qgis_mapserver
1 change: 1 addition & 0 deletions debian/qgis-server-dummy.install
@@ -0,0 +1 @@
usr/lib/qgis/server/libdummy.so
1 change: 1 addition & 0 deletions debian/qgis-server-wcs.install
@@ -0,0 +1 @@
usr/lib/qgis/server/libwcs.so
1 change: 1 addition & 0 deletions debian/qgis-server-wfs.install
@@ -0,0 +1 @@
usr/lib/qgis/server/libwfs.so
1 change: 1 addition & 0 deletions debian/qgis-server-wfs3.install
@@ -0,0 +1 @@
usr/lib/qgis/server/libwfs3.so
1 change: 1 addition & 0 deletions debian/qgis-server-wms.install
@@ -0,0 +1 @@
usr/lib/qgis/server/libwms.so
1 change: 1 addition & 0 deletions debian/qgis-server-wmts.install
@@ -0,0 +1 @@
usr/lib/qgis/server/libwmts.so
2 changes: 0 additions & 2 deletions debian/rules
Expand Up @@ -120,7 +120,6 @@ ifneq (,$(findstring $(DISTRIBUTION),"sid buster bionic eoan focal"))
-DWITH_3D=TRUE \
-DGEOS_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgeos_c.so

ifneq (,$(findstring $(DISTRIBUTION),"buster eoan focal"))
$(shell test -f /usr/include/$(DEB_BUILD_MULTIARCH)/qt5/Qt3DExtras/qt3dextrasversion.h)
ifneq (0,$(.SHELLSTATUS))
# Qt3DExtras intentionally removed from debian (#895386) and in turn ubuntu
Expand All @@ -129,7 +128,6 @@ ifneq (0,$(.SHELLSTATUS))
-DQT5_3DEXTRA_INCLUDE_DIR=$(realpath external/qt3dextra-headers) \
-DQT5_3DEXTRA_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libQt53DExtras.so
endif
endif

endif

Expand Down
26 changes: 1 addition & 25 deletions editors/QtCreator/templates/wizards/qgis/qgis_icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 1 addition & 8 deletions images/composer/missing_image.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 1 addition & 18 deletions images/flags/af.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 1 addition & 6 deletions images/flags/ar.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 1 addition & 6 deletions images/flags/bg.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/flags/bn.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/flags/bs.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions images/flags/ca.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 1 addition & 6 deletions images/flags/cs.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7433219

Please sign in to comment.