[neon/qt6/qt6-tools/Neon/release] debian: add deps and bring back litehtml

Carlos De Maine null at kde.org
Sat Dec 9 02:54:00 GMT 2023


Git commit 76432c4e272b8db0e43914c3366428e0ecb1f15b by Carlos De Maine.
Committed on 09/12/2023 at 03:53.
Pushed by carlosdem into branch 'Neon/release'.

add deps and bring back litehtml

M  +6    -4    debian/control
M  +1    -1    debian/patches/series

https://invent.kde.org/neon/qt6/qt6-tools/-/commit/76432c4e272b8db0e43914c3366428e0ecb1f15b

diff --git a/debian/control b/debian/control
index 53aa449..2e06a0c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,9 @@ Build-Depends: clang-14,
                g++-12,
                gcc-12,
                libclang-14-dev,
+               libcurl4-openssl-dev | libcurl4-dev,
                libgl-dev,
-#               liblitehtml-dev,
+#               liblitehtml-dev (>= 0.6~),
                libssl-dev,
                libvulkan-dev [linux-any],
                libxcb-xkb-dev,
@@ -18,13 +19,13 @@ Build-Depends: clang-14,
                llvm-14,
                llvm-14-dev,
                libxkbcommon-dev,
-               libzstd-dev,
+               libzstd-dev (>= 1.3),
                mold,
                ninja-build,
                pkg-config,
                pkg-kde-tools,
                qt6-base-dev (>= 6.6.1~),
-               qt6-declarative-dev (>= 6.6.0~)
+               qt6-declarative-dev (>= 6.6.1~)
 Build-Depends-Indep: qt6-base-dev (>= 6.6~) <!nodoc>,
                      qt6-base-doc (>= 6.6~) <!nodoc>,
                      qt6-documentation-tools (>= 6.6~) <!nodoc>,
@@ -59,7 +60,8 @@ Package: qt6-tools-dev
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: llvm-14-dev,
+Depends: libclang-14-dev,
+         llvm-14-dev,
          qt6-base-dev,
          qt6-declarative-dev,
          qt6-tools (= ${binary:Version}),
diff --git a/debian/patches/series b/debian/patches/series
index f0b7182..268a63c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-#fix-build-with-system-litehtml.patch
+fix-build-with-system-litehtml.patch


More information about the Neon-commits mailing list