diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index 4f078f79..fb0646cb 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -9,7 +9,7 @@ PPA_KEYID=7808CE96D38B9201 RCLVERS=1.27.3 SCOPEVERS=1.20.2.4 GSSPVERS=1.0.0 -PPAVERS=2 +PPAVERS=3 # RCLSRC=/y/home/dockes/projets/fulltext/recoll/src @@ -48,10 +48,9 @@ debdir=debian # Active series: # 16.04LTS xenial 2021-04 # 18.04LTS bionic 2023-04 -# 19.10 eoan 2020-07 # 20.04LTS focal 2025-04 -series="xenial bionic eoan focal" -#series= +series="xenial bionic focal" +series= if test "X$series" != X ; then check_recoll_orig @@ -89,10 +88,10 @@ done # Active series: # 16.04LTS xenial 2021-04 # 18.04LTS bionic 2023-04 -# 19.10 eoan 2020-07 # 20.04LTS focal 2025-04 -series="xenial bionic eoan focal" -series= +#series="xenial bionic focal" +#series="xenial bionic" +series=focal debdir=debiankio topdir=kio-recoll-${RCLVERS} @@ -134,9 +133,8 @@ done # Active series: # 16.04LTS xenial 2021-04 # 18.04LTS bionic 2023-04 -# 19.10 eoan 2020-07 # 20.04LTS focal 2025-04 -series="xenial bionic eoan focal" +series="xenial bionic focal" series= debdir=debiangssp diff --git a/src/kde/kioslave/kio_recoll/00README.txt b/src/kde/kioslave/kio_recoll/00README.txt index 04f80651..e7334726 100644 --- a/src/kde/kioslave/kio_recoll/00README.txt +++ b/src/kde/kioslave/kio_recoll/00README.txt @@ -1,13 +1,6 @@ Recoll KIO slave ================ -An experiment with a recoll KIO slave. - -Caveat: I am only currently testing this with a production, but very -recent, version of KDE 4.1, and I don't intend to really support -older versions. The most usable aspects work under KDE 4.0 though. As -a reference, my test system is an up to date (2009-01) Kubuntu 8.10. - Usage ===== @@ -29,25 +22,19 @@ a Konqueror URL entry. Depending on the KDE version, this will bring you either to an HTML search form, or to a directory listing, where you should READ THE HELP FILE. + Building and installing: ======================= -Only tested with KDE 4.1 and later. - The main Recoll installation shares its prefix with the KIO slave, which needs to use the KDE one. This means that, if KDE lives in /usr, Recoll must be configured with --prefix=/usr, not /usr/local. Else you'll have run-time problems, the slave will not be able to find the Recoll configuration. -!!*Notice: You cannot share a build directory between recoll and kio_recoll -because they use different configure options for the main lib, but build it -in the same place. The main lib "configure" is run at "cmake" time for -kio_recoll, the build is done at "make" time. - - Recipe: - - Make sure the KDE4 core devel packages and cmake are installed. + + - Make sure the KF5 core and KIO devel packages and cmake are installed. - Extract the Recoll source.