mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
debian packaging: disable webkit on sid, trixie and plucky
This commit is contained in:
parent
5d9ba037df
commit
e0e6405172
4
debian/control
vendored
4
debian/control
vendored
@ -27,7 +27,6 @@ Build-Depends:
|
|||||||
libqt5serialport5-dev,
|
libqt5serialport5-dev,
|
||||||
libqt5sql5-sqlite,
|
libqt5sql5-sqlite,
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5webkit5-dev,
|
|
||||||
libqt5xmlpatterns5-dev,
|
libqt5xmlpatterns5-dev,
|
||||||
libqwt-qt5-dev,
|
libqwt-qt5-dev,
|
||||||
libspatialindex-dev,
|
libspatialindex-dev,
|
||||||
@ -48,7 +47,6 @@ Build-Depends:
|
|||||||
python3-mock,
|
python3-mock,
|
||||||
python3-nose2,
|
python3-nose2,
|
||||||
python3-owslib,
|
python3-owslib,
|
||||||
python3-packaging,
|
|
||||||
python3-psycopg2,
|
python3-psycopg2,
|
||||||
python3-pyqt5,
|
python3-pyqt5,
|
||||||
python3-pyqt5.qsci,
|
python3-pyqt5.qsci,
|
||||||
@ -271,7 +269,6 @@ Depends:
|
|||||||
libqgispython2.99.0 (= ${binary:Version}),
|
libqgispython2.99.0 (= ${binary:Version}),
|
||||||
libqscintilla2-qt5-dev,
|
libqscintilla2-qt5-dev,
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5webkit5-dev,
|
|
||||||
libqwt-qt5-dev,
|
libqwt-qt5-dev,
|
||||||
libsqlite3-dev,
|
libsqlite3-dev,
|
||||||
pyqt5-dev-tools,
|
pyqt5-dev-tools,
|
||||||
@ -374,7 +371,6 @@ Depends:
|
|||||||
python3-pyqt5.qtpositioning,
|
python3-pyqt5.qtpositioning,
|
||||||
python3-pyqt5.qtsql,
|
python3-pyqt5.qtsql,
|
||||||
python3-pyqt5.qtsvg,
|
python3-pyqt5.qtsvg,
|
||||||
python3-pyqt5.qtwebkit,
|
|
||||||
python3-sip,
|
python3-sip,
|
||||||
python3-yaml,
|
python3-yaml,
|
||||||
${python3:Depends},
|
${python3:Depends},
|
||||||
|
6
debian/control.in
vendored
6
debian/control.in
vendored
@ -27,7 +27,7 @@ Build-Depends:
|
|||||||
libqt5serialport5-dev,
|
libqt5serialport5-dev,
|
||||||
libqt5sql5-sqlite,
|
libqt5sql5-sqlite,
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5webkit5-dev,
|
#bookworm jammy kinetic lunar mantic noble oracular# libqt5webkit5-dev,
|
||||||
libqt5xmlpatterns5-dev,
|
libqt5xmlpatterns5-dev,
|
||||||
libdraco-dev,
|
libdraco-dev,
|
||||||
qtmultimedia5-dev,
|
qtmultimedia5-dev,
|
||||||
@ -288,7 +288,7 @@ Depends:
|
|||||||
libqgispython{QGIS_ABI} (= ${binary:Version}),
|
libqgispython{QGIS_ABI} (= ${binary:Version}),
|
||||||
libqscintilla2-qt5-dev,
|
libqscintilla2-qt5-dev,
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5webkit5-dev,
|
#bookworm jammy kinetic lunar mantic noble oracular# libqt5webkit5-dev,
|
||||||
libqwt-qt5-dev,
|
libqwt-qt5-dev,
|
||||||
libsqlite3-dev,
|
libsqlite3-dev,
|
||||||
nlohmann-json3-dev,
|
nlohmann-json3-dev,
|
||||||
@ -394,7 +394,7 @@ Depends:
|
|||||||
python3-pyqt5.qtmultimedia,
|
python3-pyqt5.qtmultimedia,
|
||||||
python3-pyqt5.qtpositioning,
|
python3-pyqt5.qtpositioning,
|
||||||
python3-pyqt5.qtsvg,
|
python3-pyqt5.qtsvg,
|
||||||
python3-pyqt5.qtwebkit,
|
#bookworm jammy kinetic lunar mantic noble oracular# python3-pyqt5.qtwebkit,
|
||||||
python3-pyqt5.qtserialport,
|
python3-pyqt5.qtserialport,
|
||||||
python3-sip,
|
python3-sip,
|
||||||
python3-yaml,
|
python3-yaml,
|
||||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -115,6 +115,11 @@ ifneq (,$(findstring ;$(GRASSVER);, ";7;8;"))
|
|||||||
-DGRASS_PREFIX$(GRASSVER)=/usr/lib/$(GRASS)
|
-DGRASS_PREFIX$(GRASSVER)=/usr/lib/$(GRASS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq (,$(filter $(DISTRIBUTION),sid trixie plucky))
|
||||||
|
CMAKE_OPTS += \
|
||||||
|
-DWITH_QTWEBKIT=FALSE
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq (,$(findstring $(DISTRIBUTION),"trixie sid kinetic lunar mantic noble oracular plucky"))
|
ifneq (,$(findstring $(DISTRIBUTION),"trixie sid kinetic lunar mantic noble oracular plucky"))
|
||||||
CMAKE_OPTS += -DGDAL_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgdal.so
|
CMAKE_OPTS += -DGDAL_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgdal.so
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user