1.23.1 to fix kio slave build issues

This commit is contained in:
Jean-Francois Dockes 2017-03-13 14:35:18 +01:00
parent df60b633e6
commit dccc1a6b11
5 changed files with 1923 additions and 4 deletions

View File

@ -19,7 +19,7 @@ case $RCLVERS in
1.14*) PPANAME=recoll-ppa;; 1.14*) PPANAME=recoll-ppa;;
*) PPANAME=recoll15-ppa;; *) PPANAME=recoll15-ppa;;
esac esac
PPANAME=recollexp-ppa #PPANAME=recollexp-ppa
echo "PPA: $PPANAME. Type CR if Ok, else ^C" echo "PPA: $PPANAME. Type CR if Ok, else ^C"
read rep read rep
@ -44,7 +44,7 @@ check_recoll_orig()
debdir=debian debdir=debian
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir. # Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
series="trusty xenial yakkety" series="trusty xenial yakkety"
series= #series=
if test "X$series" != X ; then if test "X$series" != X ; then
check_recoll_orig check_recoll_orig

File diff suppressed because it is too large Load Diff

View File

@ -333,6 +333,19 @@ kde/kioslave/kio_recoll/recollf.protocol \
kde/kioslave/kio_recoll/recollnolist.protocol \ kde/kioslave/kio_recoll/recollnolist.protocol \
kde/kioslave/kio_recoll/recoll.protocol \ kde/kioslave/kio_recoll/recoll.protocol \
\ \
kde/kioslave/kio_recoll-kde4/00README.txt \
kde/kioslave/kio_recoll-kde4/CMakeLists.txt \
kde/kioslave/kio_recoll-kde4/data/help.html \
kde/kioslave/kio_recoll-kde4/data/searchable.html \
kde/kioslave/kio_recoll-kde4/data/welcome.html \
kde/kioslave/kio_recoll-kde4/dirif.cpp \
kde/kioslave/kio_recoll-kde4/htmlif.cpp \
kde/kioslave/kio_recoll-kde4/kio_recoll.cpp \
kde/kioslave/kio_recoll-kde4/kio_recoll.h \
kde/kioslave/kio_recoll-kde4/recollf.protocol \
kde/kioslave/kio_recoll-kde4/recollnolist.protocol \
kde/kioslave/kio_recoll-kde4/recoll.protocol \
\
query/location.hh query/position.hh query/stack.hh \ query/location.hh query/position.hh query/stack.hh \
\ \
qtgui/advsearch.ui \ qtgui/advsearch.ui \

View File

@ -1 +1 @@
1.23.0 1.23.1

View File

@ -17,7 +17,20 @@ distribute the program, you probably know the GPL, else you should read it.
NOTE: As much as I have fun writing software, producing the Windows version is NOTE: As much as I have fun writing software, producing the Windows version is
just tedious. If you use Recoll on Windows, please consider contributing to just tedious. If you use Recoll on Windows, please consider contributing to
its availability: image:/donations/btn_donate_LG.gif[link="/donations/index.html"] its availability: image:/donations/btn_donate_LG.gif
////
[link="/donations/index.html"]
////
_Ok, so, in the last months, there have been hundreds of downloads of the
recoll-for-windows installer, and nobody used the donate button. I
certainly did not expect more than a small proportion of users to donate,
but *none* is sort of disturbing. The download files are gone while I
ponder if I'll just scrap the build or find a way to entice more
donations._
== Note for updating == Note for updating