From ae3284357419edd0f307ede8334b56f44c50e87c Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 25 Feb 2024 16:05:52 +0100 Subject: [PATCH 1/2] New libzim/libkiwix version reqs. in kiwix-desktop.pro --- kiwix-desktop.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiwix-desktop.pro b/kiwix-desktop.pro index 1f162b3e8..b1e02197b 100644 --- a/kiwix-desktop.pro +++ b/kiwix-desktop.pro @@ -183,12 +183,12 @@ unix { INSTALLS += mime_file } -PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION \"kiwix >= 13.0.0 libzim >= 8.0.0\") +PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION \"kiwix >= 13.0.0 kiwix < 14.0.0 libzim >= 9.0.0 libzim < 10.0.0\") QMAKE_CXXFLAGS += $$PKGCONFIG_CFLAGS QMAKE_CFLAGS += $$PKGCONFIG_CFLAGS -LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION \"kiwix >= 13.0.0 libzim >= 8.0.0\") +LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION \"kiwix >= 13.0.0 kiwix < 14.0.0 libzim >= 9.0.0 libzim < 10.0.0\") RESOURCES += \ resources/kiwix.qrc \ From 1cc9dd1b887dfd46ba44ac83b8f4522bf81ed783 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 25 Feb 2024 16:17:40 +0100 Subject: [PATCH 2/2] Update dependences in deb 'control' --- debian/control | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 303525b15..dcf74edbe 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Build-Depends: debhelper-compat (= 13), pkg-config, qtbase5-dev, qtwebengine5-dev, - libkiwix-dev (>= 11.0.0~) + libkiwix-dev (>= 13.0.0), libkiwix-dev (<< 14.0.0), + libzim-dev (>= 9.0.0), libzim-dev (<< 10.0.0), Standards-Version: 4.5.0 Homepage: https://www.kiwix.org/ Rules-Requires-Root: no @@ -16,6 +17,8 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: offline Wikipedia reader + Kiwix is an offline reader and manager for online content + like Wikipedia, Project Gutenberg, or TED Talks. Kiwix allows you to read and search through offline content as they were online. Similar to a browser, Kiwix works with the highly compressed ZIM file format.