head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.8 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.6 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.4 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.2 pkgsrc-2011Q2-base:1.5 pkgsrc-2010Q4:1.4.0.32 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.30 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.28 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.26 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.24 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.22 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.20 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.18 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.16 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.14 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.12 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.10 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.8 pkgsrc-2008Q1:1.4.0.6 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.4 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.2 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.3.0.4 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.2 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.2.0.4 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.2 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.1.0.2; locks; strict; comment @# @; 1.5 date 2011.03.16.06.51.12; author obache; state dead; branches; next 1.4; 1.4 date 2007.09.03.09.39.58; author drochner; state Exp; branches; next 1.3; 1.3 date 2007.02.04.09.32.19; author wiz; state dead; branches; next 1.2; 1.2 date 2006.07.06.16.27.28; author rillig; state Exp; branches; next 1.1; 1.1 date 2006.07.04.15.15.01; author joerg; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2006.07.04.15.15.01; author ghen; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2006.07.04.21.12.45; author ghen; state Exp; branches; next ; desc @@ 1.5 log @Update py-gnome2-extra to 2.25.3. plus add patches based on Upstream Bug#532856 and hacks for libtool to build gtkmozembed dynamic module again with xulrunner-1.9. Overview of Changes from 2.25.2 to 2.25.3 ============================================================================== * gda: Now requires and builds with the latest libgda (3.99.11) (Murray Cumming) Overview of Changes from 2.25.1 to 2.25.2 ============================================================================== * gda: Now requires and builds with the latest libgda (3.99.9) (Murray Cumming) Overview of Changes from 2.19.1 to 2.25.1 ============================================================================== * gda: - pygda-3.0 is now replaced by pygda-4.0, wrapping libgda-4.0 instead of libgda-3.0, with various API changes. (Murray Cumming) - On windows, install gda.pyd instead of gda.dll, as expected by Python on Windows, along with some other Windows fixes. (Armin Burgmeier) * Fixed the gdl build. (Johannes Schmid) * gtkmozembed: - Fix the build with XUL 1.9. (Gustavo J. A. M. Carneiro) - Wrap gtk_moz_embed_set_path(). (Matthew Barnes) Bug #400861 Bug #503067 * Build: - Allow the build and install of some modules to be disabled to make life easier for distro packagers. (Arun Raghavan) Bug #534307 - Allow documentation building to be disabled. (Gian Mario Tagliaretti) - Use python-config to get python includes. (Sebastien Bacher) Bug #448182. Overview of Changes from 2.14.3 to 2.19.1 ============================================================================== * egg.trayicon: - By popular demand, undeprecate this, at least until Gtk+ adds all the functionality to GtkStatusIcon. (Gustavo Carneiro) * gda - Now use libgda-3.0 instead of libgda-1.2. This breaks API. (Murray Cumming, Armin Burgmeier) * gksu2: - New module, Various fixes. (Gian Mario Tagliaretti, Gustavo Carneiro) @ text @$NetBSD: patch-aa,v 1.4 2007/09/03 09:39:58 drochner Exp $ --- gtkmozembed/gtkmozembedmodule.c.orig 2004-12-15 01:30:45.000000000 +0100 +++ gtkmozembed/gtkmozembedmodule.c @@@@ -5,6 +5,8 @@@@ /* include this first, before NO_IMPORT_PYGOBJECT is defined */ #include +#include + void pygtkmozembed_register_classes (PyObject *d); void pygtkmozembed_add_constants(PyObject *module, const gchar *strip_prefix); @@@@ -15,6 +17,8 @@@@ initgtkmozembed(void) { PyObject *m, *d; + setenv("MOZILLA_FIVE_HOME", "@@LOCALBASE@@/lib/firefox", 1); + init_pygobject (); m = Py_InitModule ("gtkmozembed", pygtkmozembed_functions); @ 1.4 log @also build the gtkmozembed module, bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update to 2.14.2: Overview of Changes from 2.14.1 to 2.14.2 ============================================================================== * general - Correct gnome-python defsdir detection, fixes build breakage (Danial Macks) Overview of Changes from 2.14.0 to 2.14.1 ============================================================================== * general - Mac OS X build fixes (Daniel Macks) * gtkmozembed - Allow building gtkmozembed against xulrunner (Julien Louis) Overview of Changes from 2.13.3 to 2.14.0 ============================================================================== * gtkspell - Fixed some crashes due to missing parameter type checking Overview of Changes from 2.13.2 to 2.13.3 ============================================================================== * The following modules moved to the package gnome-python-desktop: - gnomeapplet - gnomeprint, gnomeprint.ui - gtksourceview - wnck - totem.plparser - gtop - nautilusburn - mediaprofiles * gda - Correct a typo in pygda-1.2.pc (Murray Cumming) Overview of Changes from 2.13.1 to 2.13.2 ============================================================================== * gnomeapplet - Wrap panel_applet_set_background_widget (Gustavo Carneiro) * gda - Revert back to wrapping pygda 1.2 due to API instability of 2.0 (Murrray Cumming) * metacity - Add new metacity bindings (Johan Dahlin) * egg.recent - Update eggrecent code from CVS (Gustavo) Overview of Changes from 2.13.0 to 2.13.1 ============================================================================== * wnck - Register missing wnck constants (Gustavo) Overview of Changes from 2.12.1 to 2.13.0 ============================================================================== * gda - Require libgda 2.0 instead of 1.2 (Murray Cumming) * gnomepanel - Wrap panel_applet_get_background (Gustavo Carneiro) * egg.recent - Wrap egg_recent_model_get_list (Gustavo) * wnck - Wrap wnck_tasklist_get_size_hint_list (Gustavo) - Double-free fixes (Alex Graveley) Overview of Changes from 2.12.0 to 2.12.1 ============================================================================== * nautilusburn - Unblock threads around recording function (Tiago Cogumbreiro) - Some docstrings and parameter default values fixed (Tiago) * gda - Make it compile with python 2.3, with disabled data/time types (Gustavo) * wnck - wnck_window_needs_attention renamed to wnck_window_needs_attention (Dave Malcolm) * gnomeapplet - Wrap panel_applet_get_background (Gustavo) * egg.recent - Wrap egg_recent_model_get_list (Gustavo) @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2006/07/06 16:27:28 rillig Exp $ d3 5 a7 8 --- gtop/gtop.c.orig 2006-07-04 15:05:29.000000000 +0000 +++ gtop/gtop.c @@@@ -45,7 +45,7 @@@@ #include #include #include - +#include d9 6 a14 1 typedef struct d16 7 @ 1.2 log @Fixed pkglint warnings. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2006/07/04 15:15:01 joerg Exp $ @ 1.1 log @Fix build on DragonFly, where arpa/inet.h does not include netinet/in.h by default. This is explicitly allowed by SUS. @ text @d1 1 a1 1 1;5C$NetBSD$ @ 1.1.2.1 log @file patch-aa was added on branch pkgsrc-2006Q2 on 2006-07-04 15:15:01 +0000 @ text @d1 13 @ 1.1.2.2 log @Pullup ticket 1720 - requested by joerg portability fix for py-gnome2-extras Revisions pulled up: - pkgsrc/x11/py-gnome2-extras/distinfo 1.4 - pkgsrc/x11/py-gnome2-extras/patches/patch-aa 1.1 Module Name: pkgsrc Committed By: joerg Date: Tue Jul 4 15:15:01 UTC 2006 Modified Files: pkgsrc/x11/py-gnome2-extras: distinfo Added Files: pkgsrc/x11/py-gnome2-extras/patches: patch-aa Log Message: Fix build on DragonFly, where arpa/inet.h does not include netinet/in.h by default. This is explicitly allowed by SUS. @ text @a0 13 1;5C$NetBSD: patch-aa,v 1.1.2.1 2006/07/04 21:12:45 ghen Exp $ --- gtop/gtop.c.orig 2006-07-04 15:05:29.000000000 +0000 +++ gtop/gtop.c @@@@ -45,7 +45,7 @@@@ #include #include #include - +#include typedef struct { @