diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-15 05:01:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-15 05:01:37 +0000 |
commit | bd1741309c15f8498b255916064487643e3397bb (patch) | |
tree | 38d1fc3dc33d24d7a4c7fde60f7edf9046e99a7c | |
parent | 9c9b40556ede3aa7ea542883f8fde0d20377ec2e (diff) | |
download | pkgsrc-bd1741309c15f8498b255916064487643e3397bb.tar.gz |
Update xfce4-datetime-plugin to 0.3.0. Based on the patch submitted
by Kibum Han in PR pkg/25571.
Changes:
* datetime/datetime.c: automatically change layout when the panel size is
small
* datetime/datetime.c: append entry to select date. format change is
applied on closing option window
* internationalization
* datetime/datetime.c: split main label into two, date label and time label
add Week starts monday option for calendar (#1181)
Thanks to Jeroen Peters (xfce-goodies@jpeters.coldmail.nl)
* add autogen.sh
* update libtool to 1.5.0a
* datetime/datetime.c:
change timeout interval with format string(aware of second field)
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | time/xfce4-datetime-plugin/Makefile | 5 | ||||
-rw-r--r-- | time/xfce4-datetime-plugin/PLIST | 4 | ||||
-rw-r--r-- | time/xfce4-datetime-plugin/distinfo | 6 |
4 files changed, 10 insertions, 8 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 917008f7c42..bc13e78730e 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5938 2004/05/14 21:03:47 jdolecek Exp $ +$NetBSD: CHANGES,v 1.5939 2004/05/15 05:01:37 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2531,3 +2531,4 @@ Changes to the packages collection and infrastructure in 2004: Added raw-0.1.0 [dillo 2004-05-14] Removed ap-csacek [jdolecek 2004-05-14] Updated opera7 to 7.50 [jdolecek 2004-05-14] + Updated xfce4-datetime-plugin to 0.3.0 [minskim 2004-05-14] diff --git a/time/xfce4-datetime-plugin/Makefile b/time/xfce4-datetime-plugin/Makefile index bdacc24db64..edc81e283de 100644 --- a/time/xfce4-datetime-plugin/Makefile +++ b/time/xfce4-datetime-plugin/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2004/03/10 11:59:31 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2004/05/15 05:01:38 minskim Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" -XFCE4_VERSION= 0.2 +XFCE4_VERSION= 0.3.0 DISTNAME= xfce4-datetime-plugin-${XFCE4_VERSION} -PKGREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://download.berlios.de/xfce-goodies/ COMMENT= XFce4 calendar plugin diff --git a/time/xfce4-datetime-plugin/PLIST b/time/xfce4-datetime-plugin/PLIST index 84dde369b16..a8fc4d11ca2 100644 --- a/time/xfce4-datetime-plugin/PLIST +++ b/time/xfce4-datetime-plugin/PLIST @@ -1,4 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 05:14:20 martti Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/05/15 05:01:38 minskim Exp $ lib/xfce4/panel-plugins/libdatetime.a lib/xfce4/panel-plugins/libdatetime.la lib/xfce4/panel-plugins/libdatetime.so +${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/xfce4-datetime.mo +@comment in xfce4-panel: @dirrm lib/xfce4/panel-plugins diff --git a/time/xfce4-datetime-plugin/distinfo b/time/xfce4-datetime-plugin/distinfo index 74962e95921..23f88ccc0cf 100644 --- a/time/xfce4-datetime-plugin/distinfo +++ b/time/xfce4-datetime-plugin/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/12/03 05:14:20 martti Exp $ +$NetBSD: distinfo,v 1.2 2004/05/15 05:01:38 minskim Exp $ -SHA1 (xfce4-datetime-plugin-0.2.tar.gz) = fbaae795fd7c6ca22c95b89501814eefd9c7d20b -Size (xfce4-datetime-plugin-0.2.tar.gz) = 196314 bytes +SHA1 (xfce4-datetime-plugin-0.3.0.tar.gz) = 5c5da6104272b7d99aabeeb876cadb528852067e +Size (xfce4-datetime-plugin-0.3.0.tar.gz) = 311700 bytes |