pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Updated xfce4-datetime-plugin to 0.6.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/438a788bbfc6
branches: trunk
changeset: 399258:438a788bbfc6
user: reed <reed%pkgsrc.org@localhost>
date: Wed Sep 16 02:25:34 2009 +0000
description:
Updated xfce4-datetime-plugin to 0.6.1.
The following are the changes from the ChangeLog (since 0.5.0):
2008-11-19 Diego Ongaro <ongardie%gmail.com@localhost>
* *: 0.6.1 release
* panel-plugin/datetime.c: Made default font sizes equal for date and
time
* panel-plugin/datetime.c: Fix memory access after free
2008-07-02 Diego Ongaro <ongardie%gmail.com@localhost>
* *: 0.6.0 release
* panel-plugin/datetime.h: Disable tooltips for now (Bug #4141)
2008-06-27 Diego Ongaro <ongardie%gmail.com@localhost>
* configure.in.in: Drop unused dependency on dbus, update maintainer
email address.
2008-06-26 Diego Ongaro <ongardie%gmail.com@localhost>
* panel-plugin/datetime.c: Really fix Bug #4157 - update interval
depends on both layout and formats.
2008-06-21 Diego Ongaro <ongardie%gmail.com@localhost>
* panel-plugin/datetime.c: Pulling code from Steve Tyler's
Attachment #1697 in Bug #4145.
- Update tooltip at the top of the second (fixes Bug #4145).
- Only gsource_remove valid timeouts (Bug #4151), add pre-processor
if to the tooltips timeout.
- Fix Bug #4157 - updates occur once a second when datetime plugin
shows date only.
* panel-plugin/datetime-dialog.c, panel-plugin/datetime.h: Change
order of layout dropdown (Bug #4158)
2008-06-08 Diego Ongaro <ongardie%gmail.com@localhost>
* panel-plugin/datetime-dialog.c, panel-plugin/datetime.c: Changed
default format to ISO 8601, added a new format, and added separators
to the dropdowns.
* panel-plugin/datetime-dialog.c: Attachment #1659 by Steve Tyler from
Bug #4115, changing the way the date/time format dropdowns work.
* panel-plugin/datetime-dialog.c: Moved message about the calendar's
week starting on a day defined by the locale to the wiki (Bug #4123)
* panel-plugin/datetime.{c,h}: Fix Bug #4110: time is not updated in
tooltip while it is displayed.
* panel-plugin/datetime.{c,h}, panel-plugin/datetime-dialog.c: New
tooltips implementation (only enabled on GTK >= 2.12).
2008-06-03 Diego Ongaro <ongardie%gmail.com@localhost>
* panel-plugin/datetime-dialog.c: Add help button that opens web site
(Bug #4099). Thanks to Nick Schermer's r2263 of the
xfce4-battery-plugin.
2008-05-31 Diego Ongaro <ongardie%gmail.com@localhost>
* panel-plugin/datetime.c: Steve Tyler's updated comments, etc (Bug #4117)
2008-05-29 Diego Ongaro <ongardie%gmail.com@localhost>
* panl-plugin/datetime.{c,h}: Update on the top of every second or
minute and no more (Bug #4119, based on patch by Steve Tyler)
* panel-plugin/datetime.c: Always update every second when seconds are
shown (Bug #4117)
2008-05-27 Diego Ongaro <ongardie%gmail.com@localhost>
* panel-plugin/datetime.c: "Fix tooltip hiding" uses gtk2.12 function,
put preprocessor #if around it
* {,po/}ChangeLog, panel-plugin/*.{c,h}: formatting
2008-05-21 Diego Ongaro <ongardie%gmail.com@localhost>
* panel-plugin/datetime.c:
- Remove date input (Bug #4023)
- Fix tooltip hiding
2008-05-18 Diego Ongaro <ongardie%gmail.com@localhost>
* panel-plugin/datetime-dialog.c: Missing static keywords
2008-05-17 Diego Ongaro <ongardie%gmail.com@localhost>
* panel-plugin/datetime-dialog.c:
- translate strings in combo boxes
* panel-plugin/datetime.c:
- Use GtkToggleButton in panel (Bug #3456)
- handle delete event on popup calendar (patch from Mike Massonet)
- show popup calendar on all workspaces (patch from Mike Massonet)
- allow ctrl-click on plugin (patch from Mike Massonet)
2008-05-02 Diego Ongaro <ongardie%gmail.com@localhost>
* panel-plugin/datetime.c:
- fix memory leak with double-g_strdup of setting strings
- handle NULL from xfce_rc_simple_open,
* panel-plugin/datetime.h: Use GtkTooltips type (fixes build)
2007-04-07 Remco den Breeje <remco%sx.mine.nu@localhost>
* panel-plugin/datetime.{c,h},
* panel-plugin/datetime-dialog.c: Enable tooltips. Based
on a patch by Laurent Meunier <meunier.laurent%laposte.net@localhost> (#3073)
2007-04-02 Remco den Breeje <remco%sx.mine.nu@localhost>
* THANKS: added contributors
* panel-plugin/datetime.c: Fix incorrect display when panel starts (#3062)
2007-03-02 Remco den Breeje <remco%sx.mine.nu@localhost>
* THANKS: added contributors
* LINGUAS,uk.po: Add Ukrainian translations by LuckAs <luckas_fb%mail.ru@localhost>
diffstat:
doc/CHANGES-2009 | 3 ++-
meta-pkgs/xfce4/Makefile.common | 3 ++-
time/xfce4-datetime-plugin/Makefile | 9 ++++-----
time/xfce4-datetime-plugin/PLIST | 17 ++++++++++++++++-
time/xfce4-datetime-plugin/distinfo | 8 ++++----
5 files changed, 28 insertions(+), 12 deletions(-)
diffs (95 lines):
diff -r b4e3dd1984b0 -r 438a788bbfc6 doc/CHANGES-2009
--- a/doc/CHANGES-2009 Wed Sep 16 02:18:31 2009 +0000
+++ b/doc/CHANGES-2009 Wed Sep 16 02:25:34 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2009,v 1.3702 2009/09/16 02:18:31 reed Exp $
+$NetBSD: CHANGES-2009,v 1.3703 2009/09/16 02:25:34 reed Exp $
Changes to the packages collection and infrastructure in 2009:
@@ -4841,3 +4841,4 @@
Updated x11/xfce4-panel to 4.6.1 [reed 2009-09-16]
Updated x11/xfce4-session to 4.6.1 [reed 2009-09-16]
Updated x11/xfce4-utils to 4.6.1 [reed 2009-09-16]
+ Update time/xfce4-datetime-plugin to 0.6.1 [reed 2009-09-16]
diff -r b4e3dd1984b0 -r 438a788bbfc6 meta-pkgs/xfce4/Makefile.common
--- a/meta-pkgs/xfce4/Makefile.common Wed Sep 16 02:18:31 2009 +0000
+++ b/meta-pkgs/xfce4/Makefile.common Wed Sep 16 02:25:34 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.42 2009/09/16 01:15:33 reed Exp $
+# $NetBSD: Makefile.common,v 1.43 2009/09/16 02:25:34 reed Exp $
# used by audio/xfce4-mixer/Makefile
# used by devel/xfce4-dev-tools/Makefile
@@ -8,6 +8,7 @@
# used by print/xfce4-print/Makefile
# used by sysutils/xfce4-appfinder/Makefile
# used by sysutils/xfce4-thunar/Makefile
+# used by time/xfce4-datetime-plugin/Makefile
# used by time/xfce4-orage/Makefile
# used by wm/xfce4-wm-themes/Makefile
# used by wm/xfce4-wm/Makefile
diff -r b4e3dd1984b0 -r 438a788bbfc6 time/xfce4-datetime-plugin/Makefile
--- a/time/xfce4-datetime-plugin/Makefile Wed Sep 16 02:18:31 2009 +0000
+++ b/time/xfce4-datetime-plugin/Makefile Wed Sep 16 02:25:34 2009 +0000
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.16 2009/08/26 19:57:04 sno Exp $
+# $NetBSD: Makefile,v 1.17 2009/09/16 02:25:35 reed Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/xfce4/Makefile.common"
-XFCE4_VERSION= 0.5.0
+XFCE4_VERSION= 0.6.1
DISTNAME= xfce4-datetime-plugin-${XFCE4_VERSION}
-#PKGREVISION= 1
-PKGREVISION= 1
CATEGORIES= time
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-datetime-plugin/
-EXTRACT_SUFX= .tar.gz
+EXTRACT_SUFX= .tar.bz2
COMMENT= Xfce calendar plugin
.include "../../x11/xfce4-panel/buildlink3.mk"
+.include "../../x11/libxfce4gui/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r b4e3dd1984b0 -r 438a788bbfc6 time/xfce4-datetime-plugin/PLIST
--- a/time/xfce4-datetime-plugin/PLIST Wed Sep 16 02:18:31 2009 +0000
+++ b/time/xfce4-datetime-plugin/PLIST Wed Sep 16 02:25:34 2009 +0000
@@ -1,5 +1,20 @@
-@comment $NetBSD: PLIST,v 1.6 2007/04/12 09:55:19 martti Exp $
+@comment $NetBSD: PLIST,v 1.7 2009/09/16 02:25:35 reed Exp $
lib/xfce4/panel-plugins/libdatetime.la
+share/locale/ar/LC_MESSAGES/xfce4-datetime-plugin.mo
+share/locale/da/LC_MESSAGES/xfce4-datetime-plugin.mo
+share/locale/el/LC_MESSAGES/xfce4-datetime-plugin.mo
+share/locale/en_GB/LC_MESSAGES/xfce4-datetime-plugin.mo
+share/locale/es/LC_MESSAGES/xfce4-datetime-plugin.mo
+share/locale/eu/LC_MESSAGES/xfce4-datetime-plugin.mo
+share/locale/fr/LC_MESSAGES/xfce4-datetime-plugin.mo
+share/locale/gl/LC_MESSAGES/xfce4-datetime-plugin.mo
share/locale/hu/LC_MESSAGES/xfce4-datetime-plugin.mo
+share/locale/ja/LC_MESSAGES/xfce4-datetime-plugin.mo
+share/locale/lv/LC_MESSAGES/xfce4-datetime-plugin.mo
share/locale/nl/LC_MESSAGES/xfce4-datetime-plugin.mo
+share/locale/pt_BR/LC_MESSAGES/xfce4-datetime-plugin.mo
+share/locale/pt_PT/LC_MESSAGES/xfce4-datetime-plugin.mo
+share/locale/tr/LC_MESSAGES/xfce4-datetime-plugin.mo
+share/locale/uk/LC_MESSAGES/xfce4-datetime-plugin.mo
+share/locale/ur/LC_MESSAGES/xfce4-datetime-plugin.mo
share/xfce4/panel-plugins/datetime.desktop
diff -r b4e3dd1984b0 -r 438a788bbfc6 time/xfce4-datetime-plugin/distinfo
--- a/time/xfce4-datetime-plugin/distinfo Wed Sep 16 02:18:31 2009 +0000
+++ b/time/xfce4-datetime-plugin/distinfo Wed Sep 16 02:25:34 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2007/04/12 09:55:19 martti Exp $
+$NetBSD: distinfo,v 1.6 2009/09/16 02:25:35 reed Exp $
-SHA1 (xfce4-datetime-plugin-0.5.0.tar.gz) = f18d788a907c251a6b586a15b1deb4eac0a0cb95
-RMD160 (xfce4-datetime-plugin-0.5.0.tar.gz) = 82923dcf911f9e7dc62543e3ef568e693694b14e
-Size (xfce4-datetime-plugin-0.5.0.tar.gz) = 374366 bytes
+SHA1 (xfce4-datetime-plugin-0.6.1.tar.bz2) = 7ad64f68787446e8daf5102fc0691bd8e4cc2fa6
+RMD160 (xfce4-datetime-plugin-0.6.1.tar.bz2) = 347b225b28195f07ac6954d5a70b9850c0629f09
+Size (xfce4-datetime-plugin-0.6.1.tar.bz2) = 289328 bytes
Home |
Main Index |
Thread Index |
Old Index