diff options
author | pav <pav@FreeBSD.org> | 2004-01-06 08:06:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-06 08:06:35 +0800 |
commit | 621b5a5af50a97d2fcb805a586146b5611aa1d0f (patch) | |
tree | 4e6f34bf4bba2b592834d1e8aebb994539388ce1 /x11-clocks/Makefile | |
parent | 1973bb748df727635dc1b190ec9c56a11c92a19d (diff) | |
download | freebsd-ports-gnome-621b5a5af50a97d2fcb805a586146b5611aa1d0f.tar.gz freebsd-ports-gnome-621b5a5af50a97d2fcb805a586146b5611aa1d0f.tar.zst freebsd-ports-gnome-621b5a5af50a97d2fcb805a586146b5611aa1d0f.zip |
Add gdesklets-countdown, a desklet which allows to countdown the remaining time
until a configurable date. It then displays a victorious 'Hurrah!', or whatever
you set. It also provides an increasing counter ('countup' feature), displaying
the time elapsed from the specified date.
PR: ports/60957
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Diffstat (limited to 'x11-clocks/Makefile')
-rw-r--r-- | x11-clocks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index d8b1bf2bee0d..db3771be7ed3 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -12,6 +12,7 @@ SUBDIR += emiclock SUBDIR += eyeclock SUBDIR += gdesklets-clock + SUBDIR += gdesklets-countdown SUBDIR += glclock SUBDIR += kdetoys3 SUBDIR += mlclock |