diff options
Diffstat (limited to 'desktop/recoll')
-rw-r--r-- | desktop/recoll/README | 11 | ||||
-rw-r--r-- | desktop/recoll/recoll.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/recoll/recoll.info | 8 |
3 files changed, 9 insertions, 14 deletions
diff --git a/desktop/recoll/README b/desktop/recoll/README index fd06563d79ba..d27913a02cff 100644 --- a/desktop/recoll/README +++ b/desktop/recoll/README @@ -7,11 +7,6 @@ feature-rich, easy administration, QT graphical interface. This requires xapian-core, with optional dependencies of antiword, unrtf, and exiftool (all available at SlackBuilds.org). -NOTE: As of the time of writing, recoll depends on version 0.9.10 of -xapian-core, the newer 1.0.0 release does NOT work with this version -of recoll. - -After installing the package you should create the file -$HOME/.recoll/recoll.conf and modify it to your needs, especially the -"topdirs" where recoll looks for files to index. See "man recoll.conf" -for details. +This version has the ability to define the folders that shall be +indexed from within the program's GUI. Manually editing the config files +should no longer be necessary. diff --git a/desktop/recoll/recoll.SlackBuild b/desktop/recoll/recoll.SlackBuild index 010cae7eb380..b41eb3e2485f 100644 --- a/desktop/recoll/recoll.SlackBuild +++ b/desktop/recoll/recoll.SlackBuild @@ -24,9 +24,9 @@ # Modified by the SlackBuilds.org Project PRGNAM=recoll -VERSION=1.8.1 +VERSION=1.10.1 ARCH=${ARCH:-i486} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) diff --git a/desktop/recoll/recoll.info b/desktop/recoll/recoll.info index ddb01c79114f..85adf9a674ef 100644 --- a/desktop/recoll/recoll.info +++ b/desktop/recoll/recoll.info @@ -1,8 +1,8 @@ PRGNAM="recoll" -VERSION="1.8.1" +VERSION="1.10.1" HOMEPAGE="http://www.lesbonscomptes.com/recoll/" -DOWNLOAD="http://www.lesbonscomptes.com/recoll/recoll-1.8.1.tar.gz" -MD5SUM="4dc4b372a63ed16b27c6a731503afe2f" +DOWNLOAD="http://www.lesbonscomptes.com/recoll/recoll-1.10.1.tar.gz" +MD5SUM="307abae987bf4fc40ef3ec1899d49995" MAINTAINER="titopoquito" EMAIL="titopoquito@cooltoad.com" -APPROVED="alien,rworkman" +APPROVED="David Somero" |