mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Move strigi outside of kde-4.x
svn path=/nixpkgs/trunk/; revision=26057
This commit is contained in:
parent
78127c3b86
commit
0646cfee1e
@ -39,8 +39,6 @@ recurseIntoAttrs rec {
|
|||||||
|
|
||||||
polkit_qt_1 = callPackage ./support/polkit-qt-1 { };
|
polkit_qt_1 = callPackage ./support/polkit-qt-1 { };
|
||||||
|
|
||||||
strigi = callPackage ./support/strigi { };
|
|
||||||
|
|
||||||
soprano = callPackage ./support/soprano { };
|
soprano = callPackage ./support/soprano { };
|
||||||
|
|
||||||
### LIBS
|
### LIBS
|
||||||
|
@ -38,8 +38,6 @@ rec {
|
|||||||
|
|
||||||
polkit_qt_1 = callPackage ./support/polkit-qt-1 { };
|
polkit_qt_1 = callPackage ./support/polkit-qt-1 { };
|
||||||
|
|
||||||
strigi = callPackage ./support/strigi { };
|
|
||||||
|
|
||||||
soprano = callPackage ./support/soprano { };
|
soprano = callPackage ./support/soprano { };
|
||||||
|
|
||||||
### LIBS
|
### LIBS
|
||||||
|
@ -1,29 +0,0 @@
|
|||||||
{ stdenv, fetchurl, cmake, qt4, perl, bzip2, libxml2, expat, exiv2
|
|
||||||
, cluceneCore
|
|
||||||
}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "strigi-${version}";
|
|
||||||
version = "0.7.2";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "http://www.vandenoever.info/software/strigi/${name}.tar.bz2";
|
|
||||||
sha256 = "1f1ac27cjm5m4iwsgvd7nylr0md0a95przkbpsdq7l90wjxj390w";
|
|
||||||
};
|
|
||||||
includeAllQtDirs=true;
|
|
||||||
|
|
||||||
CLUCENE_HOME = cluceneCore;
|
|
||||||
|
|
||||||
# Dependencies such as SQLite and FAM are unreliable in this release
|
|
||||||
buildInputs = [
|
|
||||||
cmake perl qt4 bzip2 stdenv.gcc.libc libxml2 expat exiv2 cluceneCore
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
homepage = http://strigi.sourceforge.net;
|
|
||||||
description = "A very fast and efficient crawler to index data on your harddrive";
|
|
||||||
license = "LGPL";
|
|
||||||
maintainers = with stdenv.lib.maintainers; [ sander urkud ];
|
|
||||||
inherit (qt4.meta) platforms;
|
|
||||||
};
|
|
||||||
}
|
|
@ -11,9 +11,9 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1f1ac27cjm5m4iwsgvd7nylr0md0a95przkbpsdq7l90wjxj390w";
|
sha256 = "1f1ac27cjm5m4iwsgvd7nylr0md0a95przkbpsdq7l90wjxj390w";
|
||||||
};
|
};
|
||||||
includeAllQtDirs=true;
|
includeAllQtDirs=true;
|
||||||
|
|
||||||
CLUCENE_HOME = cluceneCore;
|
CLUCENE_HOME = cluceneCore;
|
||||||
|
|
||||||
# Dependencies such as SQLite and FAM are unreliable in this release
|
# Dependencies such as SQLite and FAM are unreliable in this release
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cmake perl qt4 bzip2 stdenv.gcc.libc libxml2 expat exiv2 cluceneCore
|
cmake perl qt4 bzip2 stdenv.gcc.libc libxml2 expat exiv2 cluceneCore
|
@ -4111,6 +4111,8 @@ let
|
|||||||
|
|
||||||
stlport = callPackage ../development/libraries/stlport { };
|
stlport = callPackage ../development/libraries/stlport { };
|
||||||
|
|
||||||
|
strigi = callPackage ../development/libraries/strigi {};
|
||||||
|
|
||||||
suitesparse = callPackage ../development/libraries/suitesparse { };
|
suitesparse = callPackage ../development/libraries/suitesparse { };
|
||||||
|
|
||||||
sword = callPackage ../development/libraries/sword { };
|
sword = callPackage ../development/libraries/sword { };
|
||||||
|
Loading…
Reference in New Issue
Block a user