diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-11-01 20:03:19 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-11-01 20:03:19 +0800 |
commit | ca097c024f44f1c398fa24d9e490ef5923b8b7d4 (patch) | |
tree | d491a999c4bb350dba6ed56f32101916d78e5799 /deskutils/Makefile | |
parent | fd46abfbece09d72f3e2ee485405d3f1a317cd1e (diff) | |
download | freebsd-ports-gnome-ca097c024f44f1c398fa24d9e490ef5923b8b7d4.tar.gz freebsd-ports-gnome-ca097c024f44f1c398fa24d9e490ef5923b8b7d4.tar.zst freebsd-ports-gnome-ca097c024f44f1c398fa24d9e490ef5923b8b7d4.zip |
Kupfer is a GTK interface for quick and convenient access to applications
and their documents.
The most typical use is to find a specific application and launch it.
We have tried to make Kupfer easy to extend with plugins so that this
quick-access paradigm can be extended to many more objects than just
applications.
Kupfer is heavily inspired by Quicksilver. You can enable more Plugins,
but must have installed Applications which this Plugin needs.
WWW: http://engla.github.com/kupfer/
PR: ports/179087
Submitted by: nemysis (self)
Approved by: pawel (mentor)
Diffstat (limited to 'deskutils/Makefile')
-rw-r--r-- | deskutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index ec75b675dd6f..d7982f492c02 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -119,6 +119,7 @@ SUBDIR += kdeplasma-addons SUBDIR += kruler SUBDIR += ksshaskpass + SUBDIR += kupfer SUBDIR += labyrinth SUBDIR += launchy SUBDIR += libgcal |