From 00f29bf3ed96fc4e734fb68e8e920b2b28bb6ba4 Mon Sep 17 00:00:00 2001
From: Jean-Francois Dockes
Date: Wed, 10 Aug 2022 13:34:38 +0200
Subject: [PATCH] deb package: fix the buster webengine dep
---
packaging/debian/buildppa.sh | 17 ++++----
packaging/debian/debian/control-bionic | 2 +-
src/kde/kioslave/kio_recoll/data/help.html | 45 ++++++++++++----------
src/kde/kioslave/kio_recoll/dirif.cpp | 15 ++++----
src/kde/kioslave/kio_recoll/htmlif.cpp | 6 +--
src/kde/kioslave/kio_recoll/kio_recoll.cpp | 32 +++++----------
6 files changed, 52 insertions(+), 65 deletions(-)
diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh
index ff7997d5..8bb2ca81 100644
--- a/packaging/debian/buildppa.sh
+++ b/packaging/debian/buildppa.sh
@@ -7,14 +7,15 @@
# Active series:
# 18.04LTS bionic 2023-04
# 20.04LTS focal 2025-04
-# 21.10 impish
+# 22.04LTS jammy 2027-04
+SERIES="bionic focal jammy"
PPA_KEYID=7808CE96D38B9201
RCLVERS=1.32.7
SCOPEVERS=1.20.2.4
GSSPVERS=1.1.1
-PPAVERS=1
+PPAVERS=2
#
#Y=/y
@@ -28,7 +29,7 @@ case $RCLVERS in
[23]*) PPANAME=recollexp-ppa;;
*) PPANAME=recoll15-ppa;;
esac
-PPANAME=recollexp2-ppa
+#PPANAME=recollexp2-ppa
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
read rep
@@ -49,8 +50,8 @@ check_recoll_orig()
####### QT
debdir=debian
-series="bionic focal impish jammy"
-series=
+series=$SERIES
+series=bionic
if test "X$series" != X ; then
check_recoll_orig
@@ -85,8 +86,8 @@ done
### KIO.
-series="bionic focal impish jammy"
-series=jammy
+series=$SERIES
+series=
debdir=debiankio
topdir=kio-recoll-${RCLVERS}
@@ -125,7 +126,7 @@ for svers in $series ; do
done
### GSSP
-series="bionic focal groovy hirsute impish"
+series=$SERIES
series=
debdir=debiangssp
diff --git a/packaging/debian/debian/control-bionic b/packaging/debian/debian/control-bionic
index 25d2255d..0dac9335 100644
--- a/packaging/debian/debian/control-bionic
+++ b/packaging/debian/debian/control-bionic
@@ -8,7 +8,7 @@ Build-Depends: bison,
dpkg-dev (>= 1.16.1~),
libaspell-dev,
libchm-dev,
- libqt5webkit5-dev,
+ qtwebengine5-dev,
libx11-dev,
libxapian-dev (>= 1.2.0),
libxslt1-dev,
diff --git a/src/kde/kioslave/kio_recoll/data/help.html b/src/kde/kioslave/kio_recoll/data/help.html
index 27624372..2db64f80 100644
--- a/src/kde/kioslave/kio_recoll/data/help.html
+++ b/src/kde/kioslave/kio_recoll/data/help.html
@@ -31,27 +31,7 @@
email folders, which Konqueror or Dolphin have no way to access.
- HTML interface
-
- This works more or less like the Recoll QT GUI, much simplified. The
-
- Recoll manual describes the queries that can be performed.
-
- Most pages in the interface should quite self-explanatory.
-
- You normally enter this interface by entering "recoll:" or
- "recoll:/" in the Konqueror URL entry, and following the "search"
- link. You can also directly enter "recoll:/search.html".
-
- In most circumstances, entering a link like
- recoll:/john smith will also
- yield an HTML result list.
-
- Compared to QT Recoll, the nice point is that you can click or
- drag/drop the icons to access the results in the standard desktop
- way.
-
- File manager interface
+ File manager (e.g. Dolphin) interface
The path part of the URI is taken as a Recoll query
language string and executed. The results are displayed as
@@ -98,5 +78,28 @@
Recoll Search
+ (Obsolete) HTML interface
+
+ This used to work in konqueror, but appears to be broken in recent konqueror versions. Doc
+ kept for nostalgy.
+
+ This works more or less like the Recoll QT GUI, much simplified. The
+
+ Recoll manual describes the queries that can be performed.
+
+ Most pages in the interface should quite self-explanatory.
+
+ You normally enter this interface by entering "recoll:" or
+ "recoll:/" in the Konqueror URL entry, and following the "search"
+ link. You can also directly enter "recoll:/search.html".
+
+ In most circumstances, entering a link like
+ recoll:/john smith will also
+ yield an HTML result list.
+
+ Compared to QT Recoll, the nice point is that you can click or
+ drag/drop the icons to access the results in the standard desktop
+ way.
+