diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-12 02:19:40 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-12 02:19:40 +0000 |
commit | 1e3402ad51f0c928cd71f8808caec2611659957b (patch) | |
tree | 22bf376f587537d471a99bca600f0ae98bc9f448 /x11/Makefile | |
parent | upgrade to 5.8.1 (diff) |
Add gnome-launch-box.
GNOME Launch Box is generally an application launcher. It's very influenced by
Quicksilver (http://quicksilver.blacktree.com/) for Mac OS X.
Currently supported modules are:
* Application starting and launch
* Evolution contacts lookup and mail to
* Recent files lookup and open
* Files in your desktop and open
* Firefox bookmarks lookup and opening
WWW: http://developer.imendio.com/wiki/GNOME_Launch_Box
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index bccba91ed1a6..9c1cc8298708 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -60,6 +60,7 @@ SUBDIR += gmessage SUBDIR += gmrun SUBDIR += gnome-clipboard-daemon + SUBDIR += gnome-launch-box SUBDIR += gnome-menus SUBDIR += gnome-screensaver SUBDIR += gnome-swallow |