diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-01-12 10:19:40 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-01-12 10:19:40 +0800 |
commit | c8a562c3cd400eaf4844a7cdbb9b07a822a5f51a (patch) | |
tree | 2db8269432b05d776d3be2f8f67c31f08d7ec7a2 /x11/Makefile | |
parent | 261ebaa21095f8525bde0f4dabc24d59ec557c77 (diff) | |
download | freebsd-ports-gnome-c8a562c3cd400eaf4844a7cdbb9b07a822a5f51a.tar.gz freebsd-ports-gnome-c8a562c3cd400eaf4844a7cdbb9b07a822a5f51a.tar.zst freebsd-ports-gnome-c8a562c3cd400eaf4844a7cdbb9b07a822a5f51a.zip |
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 |