diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:38:55 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:38:55 +0000 |
commit | 05a37465b48d4b28d0def0c7536b86bbde8abe79 (patch) | |
tree | cd3bbb08d6f8b146fedd1542f81776459a3127b8 /time | |
parent | 134df4fd0387b69fab29b8660050ab931d941afb (diff) | |
download | pkgsrc-05a37465b48d4b28d0def0c7536b86bbde8abe79.tar.gz |
Update to 2.2.0:
2005-03-07 Rodney Dawes <dobey@novell.com>
* configure.ac: Up version to 2.2.0 for release
2005-03-02 Roozbeh Pournader <roozbeh@farsiweb.info>
* configure.ac: Added "fa" (Persian) to ALL_LINGUAS.
2005-02-28 Rodney Dawes <dobey@novell.com>
* configure.ac: Up version to 2.1.92 for release
2005-02-28 Rodney Dawes <dobey@novell.com>
* Makefile.am (MAINTAINERCLEANFILES): Add mkinstalldirs to the list
* src/evolution-webcal-main.c (e_webcal_open_cal_http): Remove unused
variable "tmpname" to fix compiler warnings
(e_webcal_open_cal_vfs): Remove unused method to fix compiler warnings
(main): Remove call to bonobo_init as we don't need to call it
* src/encompass-webcal-notify.c: #include <libbonobo.h> to fix some
compiler warnings
2005-02-26 Ahmad Riza H Nst <ari@160c.afraid.org>
* configure.ac: Added id (Indonesian) in ALL_LINGUAS line
2005-02-11 Rodney Dawes <dobey@novell.com>
* src/evolution-webcal-main.c (e_webcal_read): We need to strndup the
message body before passing it off to the ical parsing code
2005-02-07 Rodney Dawes <dobey@novell.com>
* configure.ac: Up verison to 2.1.91 for release
2005-01-28 Pawan Chitrakar <pawan@nplinux.org>
* configure.ac: Added ne "Nepali" in ALL_LINGUAS
2005-01-27 Theppitak Karoonboonyanan <thep@linux.thai.net>
* configure.ac: Added "th" (Thai) to ALL_LINGUAS.
2005-01-23 Rodney Dawes <dobey@novell.com>
* configure.ac: Update version to 2.1.4 for release
2005-01-10 Rodney Dawes <dobey@novell.com>
* configure.ac: Update version to 2.1.3 for release
Update copyright to be (C) 2004-2005
* src/*.[ch]: Update copyright to be (C) 2004-2005
2005-01-08 Rodney Dawes <dobey@novell.com>
* src/evolution-webcal-notify.c (e_webcal_label_new):
(e_webcal_label_size_allocate_cb, e_webcal_label_handle_resize):
Add new methods to set up proper resizing for the
description/title labels
(e_webcal_query_user): Fix the vbox packing to be filled/expanded
Use the new label routines to handle resizing of the dialog
2004-12-20 Rodney Dawes <dobey@novell.com>
* configure.ac: Up version to 2.1.1 for release
Add vi to ALL_LINGUAS
2004-12-04 Žygimantas Beručka <uid0@akl.lt>
* configure.ac: Added "lt" (Lithuanian) to ALL_LINGUAS.
2004-11-28 Rodney Dawes <dobey@novell.com>
* configure.ac: Up version to 2.1.1 for release
2004-11-10 Rodney Dawes <dobey@novell.com>
* Makefile.am (EXTRA_DIST): Remove mkinstalldirs
(CLEANFILES): Remove po/.intltool-merge-cache
2004-11-09 Rodney Dawes <dobey@novell.com>
* Makefile.am: Remove the applications file stuff
* evolution-webcal.applications.in: Remove this file
2004-11-04 Rodney Dawes <dobey@novell.com>
* src/evolution-webcal-notify.c (e_webcal_query_user):
Move the tmpuri and tmpname assignments up to the top of the function
If we get called with has_events and has_tasks as false, pop up a
better error than "Already Subscribed" before trying to set up the
ESource for the calendar
Remove the comma from the "Already Subscribed" error before the
calendar name so we have "calendar \"%s\"" instead
Fixes #154617
2004-11-01 Rodney Dawes <dobey@novell.com>
* *: Release version 2.1.0
2004-09-27 Rodney Dawes <dobey@novell.com>
* configure.ac: Up version to 2.1.0
Update libecal requires for libecal-1.2 >= 1.1.0
Mon Sep 27 10:38:41 2004 Jonathan Blandford <jrb@gnome.org>
* configure.ac: Link to the right libecal.
2004-09-19 Alessio Frusciante <algol@firenze.linux.it>
* configure.ac: Added "it" (Italian) to ALL_LINGUAS.
2004-09-13 Abel Cheung <maddog@linuxhall.org>
* configure.ac: Added "ru" "zh_CN" "zh_TW" to ALL_LINGUAS.
Diffstat (limited to 'time')
-rw-r--r-- | time/evolution-webcal/Makefile | 6 | ||||
-rw-r--r-- | time/evolution-webcal/PLIST | 10 | ||||
-rw-r--r-- | time/evolution-webcal/distinfo | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/time/evolution-webcal/Makefile b/time/evolution-webcal/Makefile index c98d62a0364..a5e962ea267 100644 --- a/time/evolution-webcal/Makefile +++ b/time/evolution-webcal/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2005/01/01 18:02:01 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2005/03/22 16:38:55 jmmv Exp $ # -DISTNAME= evolution-webcal-2.0.1 +DISTNAME= evolution-webcal-2.2.0 CATEGORIES= time gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-webcal/2.0/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-webcal/2.2/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org diff --git a/time/evolution-webcal/PLIST b/time/evolution-webcal/PLIST index fb759af478a..77447ee57dd 100644 --- a/time/evolution-webcal/PLIST +++ b/time/evolution-webcal/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2004/10/28 19:19:42 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/03/22 16:38:55 jmmv Exp $ libexec/evolution-webcal -share/application-registry/evolution-webcal.applications share/gconf/schemas/evolution-webcal.schemas ${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/evolution-webcal.mo @@ -16,17 +15,22 @@ ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/en_CA/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/evolution-webcal.mo +${PKGLOCALEDIR}/locale/et/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/evolution-webcal.mo +${PKGLOCALEDIR}/locale/fa/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/gu/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/evolution-webcal.mo +${PKGLOCALEDIR}/locale/id/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/evolution-webcal.mo +${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/evolution-webcal.mo +${PKGLOCALEDIR}/locale/ne/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/or/LC_MESSAGES/evolution-webcal.mo @@ -40,10 +44,10 @@ ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/evolution-webcal.mo +${PKGLOCALEDIR}/locale/th/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/evolution-webcal.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/evolution-webcal.mo @comment in GConf2: @dirrm share/gconf/schemas -@comment in xdg-dirs: @dirrm share/application-registry diff --git a/time/evolution-webcal/distinfo b/time/evolution-webcal/distinfo index 2d0f1e212fb..7ade398da9a 100644 --- a/time/evolution-webcal/distinfo +++ b/time/evolution-webcal/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 19:14:54 wiz Exp $ +$NetBSD: distinfo,v 1.4 2005/03/22 16:38:55 jmmv Exp $ -SHA1 (evolution-webcal-2.0.1.tar.bz2) = ccb5ede68ddfdd8833f92ac67ea1acea6cd0ed48 -RMD160 (evolution-webcal-2.0.1.tar.bz2) = a5578372b99596e5c226cb925ff5ca6002b4106e -Size (evolution-webcal-2.0.1.tar.bz2) = 144969 bytes +SHA1 (evolution-webcal-2.2.0.tar.bz2) = 0f4fcaf052518dfa139095373a108b7f71998fb5 +RMD160 (evolution-webcal-2.2.0.tar.bz2) = 1a89f5dd231f2ef6a1d424ee69f6dbfaaf6b86d6 +Size (evolution-webcal-2.2.0.tar.bz2) = 139078 bytes |