head 1.10; access; symbols pkgsrc-2013Q2:1.10.0.10 pkgsrc-2013Q2-base:1.10 pkgsrc-2012Q4:1.10.0.8 pkgsrc-2012Q4-base:1.10 pkgsrc-2011Q4:1.10.0.6 pkgsrc-2011Q4-base:1.10 pkgsrc-2011Q2:1.10.0.4 pkgsrc-2011Q2-base:1.10 pkgsrc-2009Q4:1.10.0.2 pkgsrc-2009Q4-base:1.10 pkgsrc-2009Q3:1.9.0.6 pkgsrc-2009Q3-base:1.9 pkgsrc-2009Q2:1.9.0.4 pkgsrc-2009Q2-base:1.9 pkgsrc-2009Q1:1.9.0.2 pkgsrc-2009Q1-base:1.9 pkgsrc-2008Q4:1.8.0.2 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.7.0.12 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.10 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.8 pkgsrc-2008Q2-base:1.7 cwrapper:1.7.0.6 pkgsrc-2008Q1:1.7.0.4 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.2 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.6.0.30 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.28 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.26 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.24 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.22 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.20 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.18 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.16 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.14 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.12 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.10 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.8 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.6 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.4 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.2 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.1.1.1.0.2 netbsd-1-6-1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.10 date 2009.10.22.17.29.42; author drochner; state dead; branches; next 1.9; 1.9 date 2009.03.19.18.54.42; author drochner; state Exp; branches; next 1.8; 1.8 date 2008.10.16.15.25.58; author drochner; state dead; branches; next 1.7; 1.7 date 2007.12.27.15.29.32; author joerg; state Exp; branches; next 1.6; 1.6 date 2003.12.15.01.47.55; author xtraeme; state dead; branches; next 1.5; 1.5 date 2003.04.20.14.06.44; author rh; state Exp; branches; next 1.4; 1.4 date 2003.02.18.20.52.09; author jmmv; state Exp; branches; next 1.3; 1.3 date 2003.02.15.12.02.34; author jmmv; state Exp; branches; next 1.2; 1.2 date 2003.02.14.21.05.28; author jmmv; state Exp; branches; next 1.1; 1.1 date 2002.11.04.08.28.00; author rh; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.11.04.08.28.00; author rh; state Exp; branches; next ; desc @@ 1.10 log @update to 2.28.0 This switches to the gnome-2.28 release branch. @ text @$NetBSD: patch-ac,v 1.9 2009/03/19 18:54:42 drochner Exp $ --- applets/clock/calendar-client.h.orig 2009-03-04 09:49:20.000000000 +0100 +++ applets/clock/calendar-client.h @@@@ -65,8 +65,8 @@@@ struct _CalendarClientClass typedef struct { - GTime start_time; - GTime end_time; + time_t start_time; + time_t end_time; } CalendarOccurrence; typedef struct @@@@ -77,8 +77,8 @@@@ typedef struct char *summary; char *description; char *color_string; - GTime start_time; - GTime end_time; + time_t start_time; + time_t end_time; guint is_all_day : 1; /* Only used internally */ @@@@ -92,10 +92,10 @@@@ typedef struct char *description; char *color_string; char *url; - GTime start_time; - GTime due_time; + time_t start_time; + time_t due_time; guint percent_complete; - GTime completed_time; + time_t completed_time; int priority; } CalendarTask; @ 1.9 log @use time_t consistently rather than GTime, fixes Y2038 issues on platforms with 64bit time_t see gnome bugzilla #569113 @ text @d1 1 a1 1 $NetBSD$ @ 1.8 log @update to 2.24.0 This switches to the gnome-2.24 release branch. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.7 2007/12/27 15:29:32 joerg Exp $ d3 3 a5 3 --- gnome-panel/panel-util.c.orig 2007-12-27 13:36:58.000000000 +0000 +++ gnome-panel/panel-util.c @@@@ -18,6 +18,7 @@@@ d7 18 a24 5 #include #include +#include #include #include d26 14 a39 9 @@@@ -856,7 +857,11 @@@@ panel_make_unique_desktop_path_from_name { int num = 1; char *path = NULL; +#ifdef NAME_MAX + char filename[NAME_MAX]; +#else char filename[MAXNAMLEN]; +#endif a40 2 /* g_file_set_contents() use "%s.XXXXXX" * FIXME: waiting for http://bugzilla.gnome.org/show_bug.cgi?id=437977 */ @ 1.7 log @Fix MAXNAMLEN usage to prefer NAME_MAX. @ text @d1 1 a1 1 $NetBSD$ @ 1.6 log @Remove patch-ac missed in previous. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.5 2003/04/20 14:06:44 rh Exp $ d3 3 a5 5 --- applets/gen_util/Makefile.in.orig 2003-03-11 08:54:40.000000000 +1000 +++ applets/gen_util/Makefile.in @@@@ -186,7 +186,7 @@@@ MAILCHECK_BITMAPS = email.png email-e.pn mailcheckbitmapsdir = $(datadir)/pixmaps/mailcheck mailcheckbitmaps_DATA = $(MAILCHECK_BITMAPS) d7 5 a11 4 -soundlistdir = $(sysconfdir)/sound/events +soundlistdir = $(datadir)/examples/gnome-panel/sound/events soundlist_in_files = mailcheck.soundlist.in soundlist_DATA = $(soundlist_in_files:.soundlist.in=.soundlist) d13 12 @ 1.5 log @Update gnome-panel to 2.2.1. Changes include: Package ------- * Remove program-transform patches now that we have a fine grained gnome-core Panel ----- * Make global keybindings work on multi-screen setups (Erwann, Mark) * Destroy "Create Launcher" dialogs when the panel is destrored (Arvind) * Allow the GNOME foot icon on the Main Menu to be themed (Raj) * Support themeing of the action button icons (Raj) * Query deletion of a drawer when it is deleted by removing the button * Delete child drawer panels when deleting panels (Arvind) * Fix various leaks (Kjartan) * Fix typo with the launchers "zoom animation" (Paul Gammans) * Do not query the deletion of a panel if there are no objects on it * Make the "Delete Panel?" dialog modal (Arvind) * Avoid rare panel hang when moving applets (Sunil Mohan Adapa) * Actually load the panel background color preference (Greg Hudson) * Fix crash related to drawers (Arvind) * Fix various issues with egg-recent-files (James) * Don't save screenshot to UTF8 filenames in G_BROKEN_FILENAMES locales * Fix crash when the panel background image can't be loaded * Unescape the tooltip on launchers (Bala) * Destroy the "Overwrite file?" warning dialog in gnome-panel-screenshot * Add support for icon theming icons with absolute paths * Don't crash when clicking on a drawer panel with no parent panel * Don't load the GNOME 1.4 applet's .desktop files on startup (Mark) Applets ------- * Destroy Window List and Workspace Switcher properties dialog when the applets are destroyed (Arvind) * Launch the mail received handler on the correct screen * Ignore any leading and trailing whitespace in a workspace name * Change the max number of workspaces to 36 in sync with metacity * Fix issue with the mailcheck animation on mutliscreen setups * Fix notification area crasher (Havoc) Miscellanous ------------ * Fix "po/Makefile.in.in not found" build breakage (Clifton Lockhart) * Add a --with-html-dir configure option (Julio Merino) * Window List docs updates (Irene Ryan) * Japanese translations of docs (Takeshi AIHANA) * Support --disable-schemas-install and --with-gconf-schema-file-dir * Fix libpanel-applet crash on 64 bit platforms (Matt Wilson) Translations ------------ * various languages @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the configuration database from beeing modified by packages that do not honour the --disable-schemas-install option. There is no need to patch these broken packages any more. Okay'ed by wiz. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.3 2003/02/15 12:02:34 jmmv Exp $ d3 1 a3 1 --- applets/gen_util/Makefile.in.orig 2003-02-04 00:29:54.000000000 +0100 d5 2 a6 6 @@@@ -182,10 +182,10 @@@@ PRINTER_BITMAPS = print.xpm MAILCHECK_BITMAPS = email.png email-e.png tux-anim.png email-eclouds.png email-tiny.png eclouds.png -mailcheckbitmapsdir = $(datadir)/pixmaps/mailcheck +mailcheckbitmapsdir = $(datadir)/pixmaps/mailcheck2 a12 25 @@@@ -197,7 +197,7 @@@@ serverdir = $(libdir)/bonobo/servers server_in_files = GNOME_GenUtilApplet_Factory.server.in server_DATA = $(server_in_files:.server.in=.server) -schemasdir = $(sysconfdir)/gconf/schemas +schemasdir = $(datadir)/gconf/schemas schemas_in_files = mailcheck.schemas.in pager.schemas.in tasklist.schemas.in clock.schemas.in schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) @@@@ -423,12 +423,13 @@@@ install-soundlistDATA: $(soundlist_DATA) @@$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(soundlistdir) @@list='$(soundlist_DATA)'; for p in $$list; do \ + inst=`echo "$$p" | sed s/mailcheck/mailcheck2/`; \ if test -f $(srcdir)/$$p; then \ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(soundlistdir)/$$p"; \ - $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(soundlistdir)/$$p; \ + $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(soundlistdir)/$$inst; \ else if test -f $$p; then \ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(soundlistdir)/$$p"; \ - $(INSTALL_DATA) $$p $(DESTDIR)$(soundlistdir)/$$p; \ + $(INSTALL_DATA) $$p $(DESTDIR)$(soundlistdir)/$$inst; \ fi; fi; \ done @ 1.3 log @Honor PKG_SYSCONFDIR. Bump PKGREVISION to 1. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.2 2003/02/14 21:05:28 jmmv Exp $ a42 9 @@@@ -641,7 +642,7 @@@@ GNOME_GenUtilApplet_Factory.server.in: G # don't do this if we are building in eg. rpm install-data-local: - if test -z "$(DESTDIR)" ; then \ + if false; then \ for p in $(schemas_DATA) ; do \ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/applets/gen_util/$$p ; \ done \ @ 1.2 log @Update to 2.2.0.1. Changes since 2.0.10 are too many to be noted here. They include new features and translations, as well as bugfixes. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1.1.1 2002/11/04 08:28:00 rh Exp $ d5 1 a5 1 @@@@ -182,7 +182,7 @@@@ PRINTER_BITMAPS = print.xpm d13 5 a17 1 soundlistdir = $(sysconfdir)/sound/events @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- applets/gen_util/Makefile.in.orig Sun Sep 15 16:18:36 2002 d5 1 a5 1 @@@@ -173,7 +173,7 @@@@ PRINTER_BITMAPS = print.xpm d14 10 a23 1 @@@@ -390,12 +390,13 @@@@ install-soundlistDATA: $(soundlist_DATA) d39 9 @ 1.1.1.1 log @Initial import of gnome-panel-2.0.10, the GNOME2 panel application. This closes PR pkg/18219 by Julio Merino. @ text @@