diff options
author | ale <ale@FreeBSD.org> | 2004-01-18 18:23:58 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-01-18 18:23:58 +0800 |
commit | d7141cc0cb3c10c086a92c09e87ad63bb3d64abd (patch) | |
tree | 0a0b4bf868899940880bece91621d603b0ca552e /x11-clocks/xfce4-datetime-plugin | |
parent | a3b1e8a5b5fa26012882762d67154ae9fbc802ba (diff) | |
download | freebsd-ports-gnome-d7141cc0cb3c10c086a92c09e87ad63bb3d64abd.tar.gz freebsd-ports-gnome-d7141cc0cb3c10c086a92c09e87ad63bb3d64abd.tar.zst freebsd-ports-gnome-d7141cc0cb3c10c086a92c09e87ad63bb3d64abd.zip |
Update to 0.3.0 release:
- automatically change layout when the panel size is small
- append entry to select date. format change is applied on closing option window
- split main label into two, date label and time label add Week starts monday
option for calendar
- change timeout interval with format string(aware of second field)
- Calendar window is toggled by clicking datetime widget
PR: ports/61499
Submitted by: Matt Lancereau <matt@rimasec.net> (maintainer)
Approved by: nork (mentor/implicitly)
Diffstat (limited to 'x11-clocks/xfce4-datetime-plugin')
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/Makefile | 4 | ||||
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile index 0f258b94d4e0..9598f706a487 100644 --- a/x11-clocks/xfce4-datetime-plugin/Makefile +++ b/x11-clocks/xfce4-datetime-plugin/Makefile @@ -6,9 +6,9 @@ # PORTNAME= xfce4-datetime-plugin -PORTVERSION= 0.2 +PORTVERSION= 0.3.0 CATEGORIES= x11-clocks xfce -MASTER_SITES= http://download.berlios.de/datetime/ +MASTER_SITES= http://download.berlios.de/xfce-goodies/ MAINTAINER= matt@rimasec.net COMMENT= XFce 4 additional clock module which also shows date diff --git a/x11-clocks/xfce4-datetime-plugin/distinfo b/x11-clocks/xfce4-datetime-plugin/distinfo index 04bbd2af2738..8eecc852078f 100644 --- a/x11-clocks/xfce4-datetime-plugin/distinfo +++ b/x11-clocks/xfce4-datetime-plugin/distinfo @@ -1 +1 @@ -MD5 (xfce4-datetime-plugin-0.2.tar.gz) = ff4d9b545550fa72eba1c37a5d48edb6 +MD5 (xfce4-datetime-plugin-0.3.0.tar.gz) = fec04ccaf62534143ec65935b93b8d19 |