The goal of DeskbarApplet is to provide an omnipresent versatile search interface. By typing search terms into the deskbar entry in your panel you are presented with the search results as you type. Seaches are handled by a series of plugins. DeskbarApplet provides a simple interface to manage these plugins to provide you with the search results that fit your needs. feedback and ok ajacoutot@
13 lines
705 B
Plaintext
13 lines
705 B
Plaintext
$OpenBSD: patch-deskbar_handlers_Makefile_in,v 1.1.1.1 2008/05/17 18:43:11 jasper Exp $
|
|
--- deskbar/handlers/Makefile.in.orig Mon Jan 7 17:45:33 2008
|
|
+++ deskbar/handlers/Makefile.in Fri May 16 23:47:36 2008
|
|
@@ -264,7 +264,7 @@ SUBDIRS = actions gdmclient $(am__append_1)
|
|
deskbar_handlers_modulesdir = $(pythondir)/deskbar/handlers
|
|
deskbar_handlers_modules_PYTHON = __init__.py
|
|
deskbar_handlersdir = $(libdir)/deskbar-applet/modules-2.20-compatible
|
|
-deskbar_handlers_PYTHON = beagle-static.py beagle-live.py \
|
|
+deskbar_handlers_PYTHON = \
|
|
desklicious.py epiphany.py files.py gdmactions.py history.py \
|
|
iswitch-window.py mozilla.py programs.py recent.py \
|
|
web_address.py yahoo.py $(am__append_2)
|