Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9b8ae860c87550e047f5ce0c2b335be258416ae1

commit 9b8ae860c87550e047f5ce0c2b335be258416ae1
Author: crazy <[EMAIL PROTECTED]>
Date:   Fri Dec 7 19:45:26 2007 +0100

recoll-1.10.0-1-i686
* Version bump
* fixed source , url , up2date
* removed old patches
* qt3 -> qt4

diff --git a/source/xapps-extra/recoll/FrugalBuild 
b/source/xapps-extra/recoll/FrugalBuild
index 7a2391f..c47a2d3 100644
--- a/source/xapps-extra/recoll/FrugalBuild
+++ b/source/xapps-extra/recoll/FrugalBuild
@@ -2,21 +2,20 @@
# Maintainer: crazy <[EMAIL PROTECTED]>

pkgname=recoll
-pkgver=1.8.1
-pkgrel=6
+pkgver=1.10.0
+pkgrel=1
pkgdesc="Recoll is a personal full text search tool for Unix/Linux."
-Finclude sourceforge
url="http://www.lesbonscomptes.com/recoll/";
-depends=('qt' 'xapian-core>=1.0.4' 'gamin' 'aspell')
-rodepends=('xpdf' 'id3lib' 'catdoc' 'gawk' 'antiword' 'pstotext' 
'djvulibre>=3.5.18' 'file' 'unrtf')
+depends=('xapian-core' 'gamin' 'libsm' 'libqt3support' 'libpng' 'libxi' 
'libxrandr' 'libxcursor' 'libxinerama' 'fontconfig' 'aspell')
+rodepends=('xpdf' 'id3lib' 'catdoc' 'gawk' 'antiword' 'pstotext' 
'djvulibre>=3.5.20' 'file' 'unrtf')
backup=('usr/share/recoll/examples/{recoll.conf,mimemap,mimeconf}')
license="GPL"
+up2date="lynx -dump http://www.lesbonscomptes.com/recoll/download.html|grep 
-om1 'recoll-\(.*\).tar.gz'|Flasttar"
+source=($url/$pkgname-$pkgver.tar.gz)
options=('scriptlet')
groups=('xapps-extra')
archs=('i686' 'x86_64')
-source=($source cxxflags.patch xapian-1.0.0.patch)
-Fconfopts="$Fconfopts --with-inotify --with-fam"
-sha1sums=('ccc10903378588f42d810475c0df552b3963ced9'\
-          'b4060db4bfd4a0f5063904d6f1f60998b1a44fe0'\
-          '2f9f31ba642a630842d4d51e8dd5118b6e447f31')
+Fconfopts="$Fconfopts --with-inotify --with-fam=/usr/lib/libfam.so"
+sha1sums=('38d0a75fa2ecb7d5fcb115c8ebb1eb01537a495a')
+
# optimization OK
diff --git a/source/xapps-extra/recoll/cxxflags.patch 
b/source/xapps-extra/recoll/cxxflags.patch
deleted file mode 100644
index 739e230..0000000
--- a/source/xapps-extra/recoll/cxxflags.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -Naur recoll-1.5.4/mk/localdefs.in recoll-1.5.4-p/mk/localdefs.in
---- recoll-1.5.4/mk/localdefs.in       2006-01-30 10:32:28.000000000 +0100
-+++ recoll-1.5.4-p/mk/localdefs.in     2006-10-06 22:39:43.000000000 +0200
-@@ -12,4 +12,4 @@
- LOCALCXXFLAGS = $(INCICONV) $(XAPIANCXXFLAGS) \
-             -DRECOLL_DATADIR=\"$(RECOLL_DATADIR)\"
-
--CXXFLAGS = -g -O2 -Wall -Wno-unused
-+CXXFLAGS += -g -Wall -Wno-unused
diff --git a/source/xapps-extra/recoll/xapian-1.0.0.patch 
b/source/xapps-extra/recoll/xapian-1.0.0.patch
deleted file mode 100644
index 27407fe..0000000
--- a/source/xapps-extra/recoll/xapian-1.0.0.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -Naur recoll-1.8.1/rcldb/rcldb.cpp recoll-1.8.1-p/rcldb/rcldb.cpp
---- recoll-1.8.1/rcldb/rcldb.cpp       2007-02-14 11:09:31.000000000 +0100
-+++ recoll-1.8.1-p/rcldb/rcldb.cpp     2007-05-18 14:05:56.000000000 +0200
-@@ -1531,7 +1531,7 @@
-                    const string& base)
- {
-     Xapian::Stem stemmer(lang);
--    if (!stemmer.stem_word(word).compare(stemmer.stem_word(base))) {
-+    if (!stemmer(word).compare(stemmer(base))) {
-       LOGDEB2(("Rcl::Db::stemDiffers: same for %s and %s\n",
-               word.c_str(), base.c_str()));
-       return false;
-diff -Naur recoll-1.8.1/rcldb/stemdb.cpp recoll-1.8.1-p/rcldb/stemdb.cpp
---- recoll-1.8.1/rcldb/stemdb.cpp      2007-01-19 16:19:51.000000000 +0100
-+++ recoll-1.8.1-p/rcldb/stemdb.cpp    2007-05-18 14:10:27.000000000 +0200
-@@ -115,7 +115,7 @@
-               // (*it).c_str(), *sit));
-               continue;
-           }
--          string stem = stemmer.stem_word(*it);
-+          string stem = stemmer(*it);
-           //cerr << "word " << *it << " stem " << stem << endl;
-           if (stem == *it) {
-               ++stemconst;
-@@ -226,7 +226,7 @@
- {
-     try {
-       Xapian::Stem stemmer(lang);
--      string stem = stemmer.stem_word(term);
-+      string stem = stemmer(term);
-       LOGDEB(("stemExpand: [%s] stem-> [%s]\n", term.c_str(), stem.c_str()));
-
-       // Open stem database
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to