summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-02-04 09:32:19 +0000
committerwiz <wiz@pkgsrc.org>2007-02-04 09:32:19 +0000
commita2dc9cf763c08969ff5e892f1a942f862fdacf81 (patch)
tree50a7847b76f32dc102920880d17cde111aa13731 /x11
parentc89ab9904c154d5faf6907d5cb8918094ea69f68 (diff)
downloadpkgsrc-a2dc9cf763c08969ff5e892f1a942f862fdacf81.tar.gz
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)
Diffstat (limited to 'x11')
-rw-r--r--x11/py-gnome2-extras/Makefile30
-rw-r--r--x11/py-gnome2-extras/PLIST63
-rw-r--r--x11/py-gnome2-extras/distinfo9
-rw-r--r--x11/py-gnome2-extras/patches/patch-aa13
4 files changed, 15 insertions, 100 deletions
diff --git a/x11/py-gnome2-extras/Makefile b/x11/py-gnome2-extras/Makefile
index c7c26ca8faa..ae2d3edac05 100644
--- a/x11/py-gnome2-extras/Makefile
+++ b/x11/py-gnome2-extras/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2006/09/24 16:54:49 salo Exp $
+# $NetBSD: Makefile,v 1.18 2007/02/04 09:32:19 wiz Exp $
#
-DISTNAME= gnome-python-extras-2.12.0
+DISTNAME= gnome-python-extras-2.14.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gnome-python/gnome2/}
-PKGREVISION= 8
CATEGORIES= x11 python
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-python-extras/2.12/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-python-extras/2.14/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= recht@NetBSD.org
@@ -21,34 +20,23 @@ USE_TOOLS+= pkg-config
PYTHON_VERSIONS_ACCEPTED= 24
-BUILDLINK_API_DEPENDS.nautilus-cd-burner+= nautilus-cd-burner>=2.11.1
-
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
-.include "../../x11/gnome-panel/buildlink3.mk"
.include "../../www/libgtkhtml/buildlink3.mk"
-.include "../../print/libgnomeprint/buildlink3.mk"
-.include "../../print/libgnomeprintui/buildlink3.mk"
-.include "../../x11/gtksourceview/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
-.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../devel/libbonoboui/buildlink3.mk"
-.include "../../graphics/librsvg2/buildlink3.mk"
-.include "../../devel/libwnck/buildlink3.mk"
# XXX optional? or firefox?
# seamonkey untested.
#.include "../../www/seamonkey/buildlink3.mk"
.include "../../textproc/gtkspell/buildlink3.mk"
-# XXX not yet existing
-#.include "../../devel/gdl/buildlink3.mk"
-# XXX not yet (totem-gst vs totem-xine?)
-#.include "../../multimedia/totem/buildlink3.mk"
-.include "../../sysutils/libgtop2/buildlink3.mk"
-.include "../../sysutils/nautilus-cd-burner/buildlink3.mk"
-.include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../devel/gdl/buildlink3.mk"
+# needs older version than is in pkgsrc
+#.include "../../databases/libgda/buildlink3.mk"
.include "../../x11/py-gnome2/buildlink3.mk"
+# currently do not compile
+#.include "../../wip/libgksu/buildlink3.mk"
+#.include "../../wip/libgksuui/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/py-gnome2-extras/PLIST b/x11/py-gnome2-extras/PLIST
index 6aa83374ddf..9822c1fa5e6 100644
--- a/x11/py-gnome2-extras/PLIST
+++ b/x11/py-gnome2-extras/PLIST
@@ -1,88 +1,29 @@
-@comment $NetBSD: PLIST,v 1.3 2006/05/02 10:40:58 drochner Exp $
+@comment $NetBSD: PLIST,v 1.4 2007/02/04 09:32:19 wiz Exp $
lib/pkgconfig/gnome-python-extras-2.0.pc
${PYSITELIB}/gtk-2.0/egg/__init__.py
${PYSITELIB}/gtk-2.0/egg/__init__.pyc
${PYSITELIB}/gtk-2.0/egg/__init__.pyo
${PYSITELIB}/gtk-2.0/egg/recent.la
${PYSITELIB}/gtk-2.0/egg/trayicon.la
+${PYSITELIB}/gtk-2.0/gdl.la
${PYSITELIB}/gtk-2.0/gksu/__init__.py
${PYSITELIB}/gtk-2.0/gksu/__init__.pyc
${PYSITELIB}/gtk-2.0/gksu/__init__.pyo
-${PYSITELIB}/gtk-2.0/gnome/applet.py
-${PYSITELIB}/gtk-2.0/gnome/applet.pyc
-${PYSITELIB}/gtk-2.0/gnome/applet.pyo
-${PYSITELIB}/gtk-2.0/gnomeapplet.la
-${PYSITELIB}/gtk-2.0/gnomeprint/__init__.py
-${PYSITELIB}/gtk-2.0/gnomeprint/__init__.pyc
-${PYSITELIB}/gtk-2.0/gnomeprint/__init__.pyo
-${PYSITELIB}/gtk-2.0/gnomeprint/_print.la
-${PYSITELIB}/gtk-2.0/gnomeprint/ui.la
${PYSITELIB}/gtk-2.0/gtkhtml2.la
-${PYSITELIB}/gtk-2.0/gtksourceview.la
${PYSITELIB}/gtk-2.0/gtkspell.la
-${PYSITELIB}/gtk-2.0/gtop.la
-${PYSITELIB}/gtk-2.0/nautilusburn.la
-${PYSITELIB}/gtk-2.0/wnck.la
-share/gtk-doc/html/pygnomeprint/class-gnomeprintconfig.html
-share/gtk-doc/html/pygnomeprint/class-gnomeprintcontext.html
-share/gtk-doc/html/pygnomeprint/class-gnomeprintfont.html
-share/gtk-doc/html/pygnomeprint/class-gnomeprintfontface.html
-share/gtk-doc/html/pygnomeprint/class-gnomeprintglyphlist.html
-share/gtk-doc/html/pygnomeprint/class-gnomeprintjob.html
-share/gtk-doc/html/pygnomeprint/gnomeprint-class-reference.html
-share/gtk-doc/html/pygnomeprint/index.html
-share/gtk-doc/html/pygnomeprint/index.sgml
-share/gtk-doc/html/pygnomeprint/pygnomeprint.devhelp
-share/gtk-doc/html/pygnomeprintui/class-gnomeprintuidialog.html
-share/gtk-doc/html/pygnomeprintui/class-gnomeprintuifontdialog.html
-share/gtk-doc/html/pygnomeprintui/class-gnomeprintuifontpreview.html
-share/gtk-doc/html/pygnomeprintui/class-gnomeprintuifontselection.html
-share/gtk-doc/html/pygnomeprintui/class-gnomeprintuijobpreview.html
-share/gtk-doc/html/pygnomeprintui/class-gnomeprintuipaperselector.html
-share/gtk-doc/html/pygnomeprintui/class-gnomeprintuipreview.html
-share/gtk-doc/html/pygnomeprintui/gnomeprintui-class-reference.html
-share/gtk-doc/html/pygnomeprintui/index.html
-share/gtk-doc/html/pygnomeprintui/index.sgml
-share/gtk-doc/html/pygnomeprintui/pygnomeprintui.devhelp
share/gtk-doc/html/pygtkmozembed/class-gtkmozembed.html
share/gtk-doc/html/pygtkmozembed/gtkmozembed-class-reference.html
share/gtk-doc/html/pygtkmozembed/index.html
share/gtk-doc/html/pygtkmozembed/index.sgml
share/gtk-doc/html/pygtkmozembed/pygtkmozembed.devhelp
-share/gtk-doc/html/pygtksourceview/class-gtksourcebuffer.html
-share/gtk-doc/html/pygtksourceview/class-gtksourcelanguage.html
-share/gtk-doc/html/pygtksourceview/class-gtksourcelanguagesmanager.html
-share/gtk-doc/html/pygtksourceview/class-gtksourcemarker.html
-share/gtk-doc/html/pygtksourceview/class-gtksourceprintjob.html
-share/gtk-doc/html/pygtksourceview/class-gtksourcestylescheme.html
-share/gtk-doc/html/pygtksourceview/class-gtksourcetag.html
-share/gtk-doc/html/pygtksourceview/class-gtksourcetagstyle.html
-share/gtk-doc/html/pygtksourceview/class-gtksourcetagtable.html
-share/gtk-doc/html/pygtksourceview/class-gtksourceview.html
-share/gtk-doc/html/pygtksourceview/gtksourcesview-class-reference.html
-share/gtk-doc/html/pygtksourceview/index.html
-share/gtk-doc/html/pygtksourceview/index.sgml
-share/gtk-doc/html/pygtksourceview/pygtksourceview.devhelp
share/gtk-doc/html/pygtkspell/class-gtkspell.html
share/gtk-doc/html/pygtkspell/gtkspell-class-reference.html
share/gtk-doc/html/pygtkspell/index.html
share/gtk-doc/html/pygtkspell/index.sgml
share/gtk-doc/html/pygtkspell/pygtkspell.devhelp
-share/pygtk/2.0/defs/applet.defs
-share/pygtk/2.0/defs/art.defs
share/pygtk/2.0/defs/gtkhtml2.defs
-share/pygtk/2.0/defs/gtksourceview.defs
-share/pygtk/2.0/defs/nautilus_burn.defs
-share/pygtk/2.0/defs/nb_drive_selection.defs
-share/pygtk/2.0/defs/print.defs
-share/pygtk/2.0/defs/printui.defs
share/pygtk/2.0/defs/trayicon.defs
-share/pygtk/2.0/defs/wnck.defs
@dirrm share/gtk-doc/html/pygtkspell
-@dirrm share/gtk-doc/html/pygtksourceview
@dirrm share/gtk-doc/html/pygtkmozembed
-@dirrm share/gtk-doc/html/pygnomeprintui
-@dirrm share/gtk-doc/html/pygnomeprint
-@dirrm ${PYSITELIB}/gtk-2.0/gnomeprint
@dirrm ${PYSITELIB}/gtk-2.0/gksu
@dirrm ${PYSITELIB}/gtk-2.0/egg
diff --git a/x11/py-gnome2-extras/distinfo b/x11/py-gnome2-extras/distinfo
index 8c0f2135779..1b2aa71509c 100644
--- a/x11/py-gnome2-extras/distinfo
+++ b/x11/py-gnome2-extras/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2006/07/04 15:15:01 joerg Exp $
+$NetBSD: distinfo,v 1.5 2007/02/04 09:32:19 wiz Exp $
-SHA1 (gnome-python-extras-2.12.0.tar.bz2) = 4b20dfbdedf82f3e6f025e63783ac5b35e4cbd83
-RMD160 (gnome-python-extras-2.12.0.tar.bz2) = 26b48bcfd37b6759c79f238aac27e83686edf13d
-Size (gnome-python-extras-2.12.0.tar.bz2) = 473850 bytes
-SHA1 (patch-aa) = bc547a71e368956c9bbb86afa03b7098621577b7
+SHA1 (gnome-python-extras-2.14.2.tar.bz2) = 0e5a3288864d652d7f0862ce85ef4d634d90b217
+RMD160 (gnome-python-extras-2.14.2.tar.bz2) = d2707eee20a103f070455fef3bd9cddc1060ce93
+Size (gnome-python-extras-2.14.2.tar.bz2) = 351780 bytes
diff --git a/x11/py-gnome2-extras/patches/patch-aa b/x11/py-gnome2-extras/patches/patch-aa
deleted file mode 100644
index 0513af2270c..00000000000
--- a/x11/py-gnome2-extras/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2006/07/06 16:27:28 rillig Exp $
-
---- gtop/gtop.c.orig 2006-07-04 15:05:29.000000000 +0000
-+++ gtop/gtop.c
-@@ -45,7 +45,7 @@
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <arpa/inet.h>
--
-+#include <netinet/in.h>
-
- typedef struct
- {