Pinot is a D-Bus service that crawls, indexes your documents and monitors them for changes, with a GTK-based user interface that enables to query the index built by the service or your favourite Web engine, and display and analyze the results. If you have the deskbar-applet package installed, you will be able to use the pinot-live.py or pinot-module.py plugins from the applet. Thanks to pinot developer Fabrice Colin for making me porting it and for his hints.
13 lines
459 B
Plaintext
13 lines
459 B
Plaintext
$OpenBSD: patch-IndexSearch_Makefile_in,v 1.1.1.1 2009/08/17 14:34:07 ajacoutot Exp $
|
|
--- IndexSearch/Makefile.in.orig Mon Aug 17 13:35:01 2009
|
|
+++ IndexSearch/Makefile.in Mon Aug 17 13:35:12 2009
|
|
@@ -311,7 +311,7 @@ libIndexSearch_la_SOURCES = FilterWrapper.cpp ModuleFa
|
|
SearchPluginProperties.cpp WebEngine.cpp $(am__append_1) \
|
|
$(am__append_2)
|
|
pinot_label_LDFLAGS = \
|
|
- -rdynamic
|
|
+ -export-dynamic
|
|
|
|
pinot_label_LDADD = \
|
|
-L$(top_builddir)/Utils \
|