fix install script for the xls filter

This commit is contained in:
Jean-Francois Dockes 2014-04-06 06:59:23 +02:00
parent 8b593097b3
commit 1f24efd65d
6 changed files with 54 additions and 62 deletions

View File

@ -1,3 +1,9 @@
recoll (1.19.12p1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* 1.19.12 install forgot the xls filter
-- Jean-Francois Dockes <jf@dockes.org> Sun, 06 Apr 2014 06:57:00 +0200
recoll (1.19.12-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Minor fixes to 1.19.11. Make metadata stored length a parameter.

View File

@ -1 +1 @@
1.19.12
1.19.12p1

View File

@ -122,6 +122,9 @@ ${STRIP} ${bindir}/recollindex
${INSTALL} -m 0755 filters/rcl* ${datadir}/recoll/filters/ || exit 1
${INSTALL} -m 0555 filters/ppt-dump.py ${datadir}/recoll/filters/ || exit 1
${INSTALL} -m 0555 filters/xls-dump.py ${datadir}/recoll/filters/ || exit 1
${INSTALL} -m 0555 filters/xlsxmltocsv.py ${datadir}/recoll/filters/ || exit 1
${INSTALL} -m 0444 filters/msodump.zip ${datadir}/recoll/filters/ || exit 1
for f in rclexecm.py rcllatinstops.zip;do
chmod 644 ${datadir}/recoll/filters/$f

View File

@ -29,7 +29,7 @@ function showdiv(viewid)
<div class="rightlinks">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html.en">Home</a></li>
<li><b>Downloads</b></li>
<li><a href="doc.html">Documentation</a></li>
<li><a href="usermanual/RCL.INSTALL.html">Installation</a></li>
@ -67,7 +67,7 @@ function showdiv(viewid)
<div id="general">
<h2><a name="general">General information</a></h2>
<p>The current version is 1.19.11. <a href="release-1.19.html">Release
<p>The current version is 1.19.12p1. <a href="release-1.19.html">Release
notes</a>.</p>
<p>The download page for Recoll 1.18 is <a href="download-1.18.html">still
@ -117,12 +117,12 @@ is probably no necessity to upgrade anyway.</p>
<div id="source">
<h2><a name="source">Source</a></h2>
<h3>Current release distribution: 1.19.11:</h3>
<h3>Current release distribution: 1.19.12p1:</h3>
<!-- Attention: source packages must remain here, not in a
subdirectory, because of all the places they're referred from
(package watches) -->
<p><a href="recoll-1.19.11p1.tar.gz">recoll-1.19.11p1.tar.gz</a>. </p>
<p><a href="recoll-1.19.12p1.tar.gz">recoll-1.19.12p1.tar.gz</a>. </p>
<!--
<h3>Snapshot</h3>
<p>I sometimes release a source tarfile when I consider that the
@ -134,6 +134,20 @@ current <a href="release-1.16.html">1.16 release notes</a>).
<p><a href="betarecoll-2240.tar.gz">betarecoll-2240.tar.gz</a>.</p>
-->
<p>Source code for the Ubuntu Unity lens and scope (not included in
the main tar file any more):<br>
For 1.19 installations:
<a href="recoll-lens-1.19.10.3543.tar.gz">
recoll-lens-1.19.10.3543.tar.gz</a> (up to Ubuntu 13.04 Raring)<br>
<a href="unity-scope-recoll-1.19.12.tar.gz">
unity-scope-recoll-1.19.12.tar.gz</a> (Ubuntu 13.10 and later).<br>
For 1.18:
<a href="recoll-lens-1.18.1.2997.tar.gz">
recoll-lens-1.18.1.2997.tar.gz</a><br>
For 1.17:
<a href="recoll-lens-1.17.2.2697.tar.gz">
recoll-lens-1.17.2.2697.tar.gz</a></p>
<h3>Prerequisites for building from source:</h3>
<ul>
<li>C++ compiler. Its absence sometimes manifests itself by strange messages
@ -233,21 +247,8 @@ a set of Ubuntu series. starting at Lucid. The installation is very simple: </p>
sudo apt-get install recoll
</tt></pre>
<p>Source code for the lens (also included in the main recoll tar file):<br>
For 1.19 installations:
<a href="recoll-lens-1.19.10.3543.tar.gz">
recoll-lens-1.19.10.3543.tar.gz</a>
<a href="unity-scope-recoll-1.19.11.3579.tar.gz">
unity-scope-recoll-1.19.11.3579.tar.gz</a><br>
For 1.18:
<a href="recoll-lens-1.18.1.2997.tar.gz">
recoll-lens-1.18.1.2997.tar.gz</a><br>
For 1.17:
<a href="recoll-lens-1.17.2.2697.tar.gz">
recoll-lens-1.17.2.2697.tar.gz</a></p>
<p>The 1.19.10/11 packages in the PPA now have a separate package for the Python
extension, like the standard ones.</p>
<p>The 1.19.10/11/12 packages in the PPA now have a separate package
for the Python extension, like the standard ones.</p>
<blockquote>
<h4>Notes for Ubuntu Lucid</h4>
@ -354,7 +355,7 @@ message file, handy to work on a new translation.</p>
<h3>Updated 1.19 translations that became available after the release:</h3>
<p>All translations are up to date in release 1.19.10. For older ones:</p>
<p>All translations are up to date in release 1.19.12. For older ones:</p>
<p>Greek translation, thanks to Dimitrios
<a href="translations/recoll_el.ts">recoll_el.ts</a>
<a href="translations/recoll_el.qm">recoll_el.qm</a>

View File

@ -53,7 +53,7 @@
<li><a href="features.html">Detailed features</a>.
</ul>
<p>The current <span class="application">Recoll</span> version is
<a href="download.html">1.19.11</a>
<a href="download.html">1.19.12</a>
(<a href="release-1.19.html">Release notes</a>,
<a href="BUGS.html">known bugs</a>).</p>
@ -88,12 +88,24 @@
<div class="news">
<dl>
<dt>2014-04-03</dt> <dd>I have separated the code for the
<a href="https://bitbucket.org/medoc/unity-scope-recoll">Recoll
Unity Scope</a> from the main body of code, in hope that it may
interest someone to work on it. It's Python and simple,
mostly depending on the Unity API. The Ubuntu Unity API is
apparently going to change *again* for the next version, and
I think I've seen enough of it.</dd>
<dt>2014-04-02</dt> <dd>1.19.12 is out. It's mostly identical
to 1.19.11 apart from a new parameter to change the max size
of stored attributes. No need to update in general.</dd>
<dt>2014-02-27</dt> <dd>I hear from time to time about
recollindex crashes. These appear to be quite rare, but they
do happen, and I think that they are linked to a yet unfound
bug in multithread indexing. If you experience such crashes or
stalls, you can disable multithreading by adding the following
to your recoll.conf:
recollindex crashes. These appear to be quite rare, but they
do happen, and I think that they are linked to a yet unfound
bug in multithread indexing. If you experience such crashes or
stalls, you can disable multithreading by adding the following
to your recoll.conf:
<pre><tt>thrQSizes = -1 -1 -1</tt></pre>
</dd>
@ -107,11 +119,6 @@
solution for people looking for a search interface usable in
a non-GUI environment.</dd>
<dt>2013-11-25</dt> <dd>Release 1.19.11 is out. This brings a
Unity Scope for Ubuntu 13.10, python3 compatibility, and a
new and much improved filter for PowerPoint (.ppt)
files.</dd>
<dt>2013-11-19</dt> <dd>A <a href="filters/filters.html">new
filter</a> for PowerPoint files. The previous one was
based on the ancient <b>catppt</b> from the <b>catdoc</b>
@ -119,19 +126,6 @@
PowerPoint files (this is about .ppt: .pptx is handled by a native
Recoll filter).</dd>
<dt>2013-11-11</dt> <dd>1.19.9 is released. This fixes a
number of significant bugs (query date condition handling,
possible GUI crashes...).</dd>
<dt>2013-07-10</dt> <dd>The
<a href="https://github.com/koniu/recoll-webui">
recoll-webui Recoll browser access project</a>
has been updated to be compatible with Recoll
1.19 (1.18 compatibility is maintained), and add new
functions permitted by the improvements in the Python module
(previewing and downloading in addition to file:://
urls).</dd>
<dt>2013-05-18</dt><dd>Sometimes things
<a href="http://www.lesbonscomptes.com/pages/happysearch.html">
just work</a>...</dd>
@ -148,22 +142,6 @@
Web browser interface</a> for querying your Recoll
indexes.</dd>
<dt>2012-11-05</dt><dd>Recoll 1.18.1 is out. It has optional
character case and diacritics sensitivity, direct access to
the hit page when opening PDF files, complex search history,
and a host of other smaller improvements. See
the <a href="release-1.18.html">release
notes</a>.
<span class="important">Those of you not using <b>evince</b>
as a PDF/Postscript/DVI viewer may be surprised to see the
recoll GUI try to use this viewer anyway.</span>This is because
some of the new functions in 1.18 work better
with <b>evince</b>, but you can override the choice by
going to the GUI preferences, and removing
application/pdf, application/postscript and
application/dvi from the <tt>Exceptions</tt> list.
</dd>
<dt>2012-10-25</dt> <dd>A problem with a simple workaround has caused
several reported <span class="important">recollindex
crashes</span> recently (for 1.17). If you store and index

View File

@ -49,7 +49,7 @@
<p><span class="application">Recoll</span> est un logiciel libre
gratuit, dont le code source est disponible sous licence GPL.
La dernière version est
<a class="important" href="download.html">1.19.11</a>
<a class="important" href="download.html">1.19.12</a>
(<a href="release-1.19.html">notes sur la version, en
anglais</a>)</p>
@ -103,6 +103,10 @@
<h2>Nouvelles: </h2>
<dl>
<dt>2014-04-02</dt> <dd> Version 1.19.12. C'est la même que la
1.19.11 à part un paramètre pour la taille des attributs
stockés, qui n'est utile que dans des cas très
particuliers. Inutile de mettre à jour en général.</dd>
<dt>2013-11-25</dt> <dd> La version 1.19.11 est sortie. Elle
apporte un Scope pour le Dash de Ubuntu Unity (am I still
speaking French here ?), la compatibilité Python3, et un