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
448 B
Plaintext
13 lines
448 B
Plaintext
$OpenBSD: patch-UI_GTK2_src_Makefile_in,v 1.1.1.1 2009/08/17 14:34:07 ajacoutot Exp $
|
|
--- UI/GTK2/src/Makefile.in.orig Mon Aug 17 13:35:22 2009
|
|
+++ UI/GTK2/src/Makefile.in Mon Aug 17 13:35:33 2009
|
|
@@ -324,7 +324,7 @@ AM_CXXFLAGS = @MISC_CFLAGS@ -I$(top_srcdir)/Utils \
|
|
@DBUS_CFLAGS@ @INDEX_CFLAGS@ @GTHREAD_CFLAGS@ @GTKMM_CFLAGS@ \
|
|
$(am__append_1)
|
|
pinot_LDFLAGS = \
|
|
- -rdynamic
|
|
+ -export-dynamic
|
|
|
|
pinot_LDADD = \
|
|
-L$(top_builddir)/Utils \
|