summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/search
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-03-08 09:57:58 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-03-08 09:58:19 +0100
commit09af15654f0c8091f1b9e0bbb2e523cdee194442 (patch)
treee648edef1ce4c64c533f2593aa22b8015cf0e506 /pkgs/applications/search
parentf306e67e15bdbe9a8358c9f81319fc4fcbadc2eb (diff)
parent0ee75214f336474e127c2e3546c0406a0c4d5fa7 (diff)
Merge master into closure-size
The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
Diffstat (limited to 'pkgs/applications/search')
-rw-r--r--pkgs/applications/search/recoll/default.nix14
-rw-r--r--pkgs/applications/search/recoll/nodeblayout.patch12
-rw-r--r--pkgs/applications/search/recoll/versionawk.patch12
3 files changed, 33 insertions, 5 deletions
diff --git a/pkgs/applications/search/recoll/default.nix b/pkgs/applications/search/recoll/default.nix
index a9599614c3e3..55fd3eba6220 100644
--- a/pkgs/applications/search/recoll/default.nix
+++ b/pkgs/applications/search/recoll/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl
+{ stdenv, fetchurl, bison
, qt4, xapian, file, python, perl
, djvulibre, groff, libxslt, unzip, poppler_utils, antiword, catdoc, lyx
, libwpd, unrtf, untex
@@ -7,17 +7,19 @@
assert stdenv.system != "powerpc-linux";
stdenv.mkDerivation rec {
- ver = "1.20.6";
+ ver = "1.21.3";
name = "recoll-${ver}";
src = fetchurl {
url = "http://www.lesbonscomptes.com/recoll/${name}.tar.gz";
- sha256 = "0ympk2w21cxfvysyx96p0npsa54csfc84cicpi8nsj1qp824zxwq";
+ sha256 = "66f039f08b149d5e4840664d4a636f6b55145b02072f87aab83282ebe0cd593a";
};
+ patches = [ ./nodeblayout.patch ./versionawk.patch ];
+
configureFlags = [ "--with-inotify" ];
- buildInputs = [ qt4 xapian file python ];
+ buildInputs = [ qt4 xapian file python bison];
# the filters search through ${PATH} using a sh proc 'checkcmds' for the
# filtering utils. Short circuit this by replacing the filtering command with
@@ -29,7 +31,7 @@ stdenv.mkDerivation rec {
substituteInPlace $f --replace catppt ${catdoc}/bin/catppt
substituteInPlace $f --replace djvused ${djvulibre.bin}/bin/djvused
substituteInPlace $f --replace djvutxt ${djvulibre.bin}/bin/djvutxt
- substituteInPlace $f --replace grep ${gnugrep}/bin/grep
+ substituteInPlace $f --replace egrep ${gnugrep}/bin/egrep
substituteInPlace $f --replace groff ${groff}/bin/groff
substituteInPlace $f --replace gunzip ${gzip}/bin/gunzip
substituteInPlace $f --replace iconv ${libiconv.bin}/bin/iconv
@@ -48,6 +50,8 @@ stdenv.mkDerivation rec {
done
'';
+ enableParallelBuilding = true;
+
meta = with stdenv.lib; {
description = "A full-text search tool";
longDescription = ''
diff --git a/pkgs/applications/search/recoll/nodeblayout.patch b/pkgs/applications/search/recoll/nodeblayout.patch
new file mode 100644
index 000000000000..39988423ae1f
--- /dev/null
+++ b/pkgs/applications/search/recoll/nodeblayout.patch
@@ -0,0 +1,12 @@
+diff -ru recoll-1.21.3-orig/recollinstall.in recoll-1.21.3/recollinstall.in
+--- recoll-1.21.3-orig/recollinstall.in 2015-09-28 08:08:42.000000000 +0100
++++ recoll-1.21.3/recollinstall.in 2015-12-13 22:48:30.361776374 +0000
+@@ -45,9 +45,6 @@
+ mandir=$DESTDIR/$mandir
+ ROOTFORPYTHON="--root=${DESTDIR}"
+ fi
+-if test -f /etc/debian_version ; then
+- OPTSFORPYTHON=--install-layout=deb
+-fi
+
+ echo "Installing to $PREFIX"
diff --git a/pkgs/applications/search/recoll/versionawk.patch b/pkgs/applications/search/recoll/versionawk.patch
new file mode 100644
index 000000000000..a03ffbc16df1
--- /dev/null
+++ b/pkgs/applications/search/recoll/versionawk.patch
@@ -0,0 +1,12 @@
+diff -ru recoll-1.21.3-orig/filters/rclpdf recoll-1.21.3/filters/rclpdf
+--- recoll-1.21.3-orig/filters/rclpdf 2015-09-28 08:08:15.000000000 +0100
++++ recoll-1.21.3/filters/rclpdf 2015-12-14 21:37:01.984945925 +0000
+@@ -129,7 +129,7 @@
+ {
+ # Test poppler version: at some point before 0.24, poppler began
+ # to properly escape text inside the header (but not the body).
+- XYZ=`pdftotext -v 2>&1 | awk '/pdftotext/{print $3}'`
++ XYZ=`pdftotext -v 2>&1 | awk '/version/{print $3}'`
+ MAJOR=`echo $XYZ | cut -d. -f 1`
+ MINOR=`echo $XYZ | cut -d. -f 2`
+ escapeheader=1