summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 06:26:18 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 06:26:18 +0000
commit658c3a1f53f61ceb23f1c62d355011fadeadee3e (patch)
treeb21da7c3417c331241ecd0d905a0984f605867f1 /x11-toolkits
parentUpdate to 2.8.1. (diff)
Update to 2.12.0.
Notes
Notes: svn path=/head/; revision=147323
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libgnomeuimm26/Makefile3
-rw-r--r--x11-toolkits/libgnomeuimm26/distinfo4
-rw-r--r--x11-toolkits/py-gnome-extras/Makefile48
-rw-r--r--x11-toolkits/py-gnome-extras/distinfo4
-rw-r--r--x11-toolkits/py-gnome-extras/files/patch-gda_gda.override102
-rw-r--r--x11-toolkits/py-gnome-extras/files/patch-gtop_gtop.c16
-rw-r--r--x11-toolkits/py-gnome-extras/pkg-plist68
7 files changed, 216 insertions, 29 deletions
diff --git a/x11-toolkits/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile
index 945dbcb22147..ec79d9981d21 100644
--- a/x11-toolkits/libgnomeuimm26/Makefile
+++ b/x11-toolkits/libgnomeuimm26/Makefile
@@ -3,10 +3,11 @@
# Whom: Alexander Nedotsukov <bland@mail.ru>
#
# $FreeBSD$
+# $MCom: ports/x11-toolkits/libgnomeuimm26/Makefile,v 1.5 2005/10/14 20:39:59 adamw Exp $
#
PORTNAME= libgnomeuimm
-PORTVERSION= 2.10.0
+PORTVERSION= 2.12.0
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
diff --git a/x11-toolkits/libgnomeuimm26/distinfo b/x11-toolkits/libgnomeuimm26/distinfo
index d3a5106bd609..01b14d632427 100644
--- a/x11-toolkits/libgnomeuimm26/distinfo
+++ b/x11-toolkits/libgnomeuimm26/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/libgnomeuimm-2.10.0.tar.bz2) = 3ec51ceca78fcccff3df940689f8538b
-SIZE (gnome2/libgnomeuimm-2.10.0.tar.bz2) = 316808
+MD5 (gnome2/libgnomeuimm-2.12.0.tar.bz2) = 50ee34ec10c4527f1dc49bb12d0e0954
+SIZE (gnome2/libgnomeuimm-2.12.0.tar.bz2) = 322127
diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile
index 058d2410354a..c0691dd7c96d 100644
--- a/x11-toolkits/py-gnome-extras/Makefile
+++ b/x11-toolkits/py-gnome-extras/Makefile
@@ -3,10 +3,11 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
+# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.21 2005/09/10 22:27:05 marcus Exp $
#
PORTNAME= gnome
-PORTVERSION= 2.10.2
+PORTVERSION= 2.12.0
CATEGORIES= x11-toolkits python gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//}
@@ -21,26 +22,30 @@ COMMENT= A set of Python bindings for GNOME 2
BUILD_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 \
gtop-2.0.2:${PORTSDIR}/devel/libgtop2 \
- totem-plparser.0:${PORTSDIR}/multimedia/totem-gstreamer
+ totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \
+ gksu1.2.0:${PORTSDIR}/sysutils/libgksu \
+ gksuui1.0.0:${PORTSDIR}/sysutils/libgksuui \
+ gnome-media-profiles.0:${PORTSDIR}/audio/gnomemedia2 \
+ gdl-1.0:${PORTSDIR}/x11-toolkits/gdl
RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
-MOZILLA= mozilla
+MOZILLA= firefox
HEADERS_SUFX=
-MOZ_BUILD= mozilla
+MOZ_BUILD= firefox
.if !defined(WITH_MOZILLA)
-MOZILLA= mozilla
-HEADERS_SUFX=
-.else
-.if ${WITH_MOZILLA}=="firefox"
MOZILLA= firefox
-MOZ_BUILD= firefox
+.else
+.if ${WITH_MOZILLA}=="mozilla"
+MOZILLA= mozilla
+MOZ_BUILD= mozilla
.else
.if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-devel-gtk2"
MOZILLA= mozilla-devel
HEADERS_SUFX= -devel
+MOZ_BUILD= mozilla
.else
-MOZILLA= mozilla
+MOZILLA= firefox
HEADERS_SUFX=
.endif
.endif
@@ -51,13 +56,18 @@ USE_GMAKE= yes
USE_PYTHON= yes
USE_GNOME= gnomehack libgnomeprintui libgtkhtml gnomepanel \
gtksourceview libwnck nautiluscdburner pygnome2
-USE_LIBTOOL_VER=15
+USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --with-gtkmozembed=${MOZ_BUILD}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
EG_SRC_DIR= ${WRKSRC}/examples
EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
+.if !defined(NOPORTDOCS)
+DOCSDIR= ${PREFIX}/share/doc/py-gnome-extras
+.else
+DOCSDIR= ${WRKSRC}/share/doc/py-gnome-extras
+.endif
.include <bsd.port.pre.mk>
@@ -67,16 +77,16 @@ USE_GCC= 3.4
.endif
.endif
-.if exists(${X11BASE}/lib/libgdl-1.so)
-LIB_DEPENDS+= gdl-1:${PORTSDIR}/x11-toolkits/gdl
-.endif
-
post-patch:
- @${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g ; \
- s|mozilla-xpcom|mozilla-xpcom${HEADERS_SUFX}|g ; \
+ @${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|${MOZ_BUILD}-gtkmozembed${HEADERS_SUFX}|g ; \
+ s|mozilla-xpcom|${MOZ_BUILD}-xpcom${HEADERS_SUFX}|g ; \
s|$$MOZILLA-gtkmozembed|$$MOZILLA-gtkmozembed${HEADERS_SUFX}|g ; \
s|$$MOZILLA-xpcom|$$MOZILLA-xpcom${HEADERS_SUFX}|g' \
${WRKSRC}/configure
+ @${FIND} ${WRKSRC}/docs -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \
+ -e 's|^HTML_DIR =.*|HTML_DIR = ${DOCSDIR}|g'
+ @${REINPLACE_CMD} -e 's|-DHAVE_GNOMEPRINT28||g' \
+ ${WRKSRC}/configure
.if !defined(NOPORTDOCS)
post-install:
@@ -87,10 +97,10 @@ post-install:
pre-everything::
@${ECHO_MSG} ""
- @${ECHO_MSG} " By default py-gnome-extras uses www/mozilla for html rendering, but you can"
+ @${ECHO_MSG} " By default py-gnome-extras uses www/firefox for html rendering, but you can"
@${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:"
@${ECHO_MSG}
- @${ECHO_MSG} " firefox "
+ @${ECHO_MSG} " mozilla "
@${ECHO_MSG} " mozilla-devel "
@${ECHO_MSG} ""
diff --git a/x11-toolkits/py-gnome-extras/distinfo b/x11-toolkits/py-gnome-extras/distinfo
index 6186e5fcaf20..f777fab61cda 100644
--- a/x11-toolkits/py-gnome-extras/distinfo
+++ b/x11-toolkits/py-gnome-extras/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/gnome-python-extras-2.10.2.tar.bz2) = 0b7a276032646582e6e266beaef7a090
-SIZE (gnome2/gnome-python-extras-2.10.2.tar.bz2) = 351085
+MD5 (gnome2/gnome-python-extras-2.12.0.tar.bz2) = 103efa8fbd8eed5c9dd4796dbe6393de
+SIZE (gnome2/gnome-python-extras-2.12.0.tar.bz2) = 473850
diff --git a/x11-toolkits/py-gnome-extras/files/patch-gda_gda.override b/x11-toolkits/py-gnome-extras/files/patch-gda_gda.override
new file mode 100644
index 000000000000..1fa283a57d13
--- /dev/null
+++ b/x11-toolkits/py-gnome-extras/files/patch-gda_gda.override
@@ -0,0 +1,102 @@
+--- gda/gda.override.orig Wed Apr 20 16:10:31 2005
++++ gda/gda.override Wed Apr 20 16:12:56 2005
+@@ -59,13 +59,14 @@ override gda_config_get_data_source_list
+ static PyObject*
+ _wrap_gda_config_get_data_source_list (PyObject* self) {
+ PyObject* plist = PyList_New (0);
++ GList *tmp, *list;
+
+ if (!plist) {
+ Py_INCREF (Py_None);
+ return Py_None;
+ }
+
+- GList *tmp, *list = gda_config_get_data_source_list();
++ list = gda_config_get_data_source_list();
+
+ for (tmp = list; tmp != NULL; tmp = tmp->next) {
+ PyObject* obj = pyg_boxed_new (GDA_TYPE_DATA_SOURCE_INFO, tmp->data, FALSE, FALSE);
+@@ -81,13 +82,14 @@ override gda_config_get_provider_list kw
+ static PyObject*
+ _wrap_gda_config_get_provider_list (PyObject* self) {
+ PyObject* plist = PyList_New (0);
++ GList *tmp, *list;
+
+ if (!plist) {
+ Py_INCREF (Py_None);
+ return Py_None;
+ }
+
+- GList *tmp, *list = gda_config_get_provider_list();
++ list = gda_config_get_provider_list();
+
+ for (tmp = list; tmp != NULL; tmp = tmp->next) {
+ PyObject* obj = pyg_boxed_new (GDA_TYPE_PROVIDER_INFO, tmp->data, FALSE, FALSE);
+@@ -174,20 +176,22 @@ static PyObject*
+ _wrap_gda_config_list_keys (PyObject* self, PyObject* fargs, PyObject* kwargs) {
+ static char* kwlist[] = { "path", NULL };
+ gchar* path = "/";
++ PyObject *plist;
++ GList *tmp, *list;
+
+ if (!PyArg_ParseTupleAndKeywords (fargs, kwargs, "|s:config_list_keys", kwlist, &path)) {
+ Py_INCREF (Py_None);
+ return Py_None;
+ }
+
+- PyObject* plist = PyList_New (0);
++ plist = PyList_New (0);
+
+ if (!plist) {
+ Py_INCREF (Py_None);
+ return Py_None;
+ }
+
+- GList *tmp, *list = gda_config_list_keys (path);
++ list = gda_config_list_keys (path);
+
+ for (tmp = list; tmp != NULL; tmp = tmp->next) {
+ PyList_Append (plist, PyString_FromString (tmp->data));
+@@ -201,7 +205,8 @@ override gda_connection_execute_command
+ static PyObject*
+ _wrap_gda_connection_execute_command (PyGObject* self, PyObject* fargs, PyObject* kwargs) {
+ static char* kwlist[] = { "cmd", "params", NULL };
+- PyGObject *cmd, *params;
++ PyGObject *cmd, *params, *plist;
++ GList *tmp, *list;
+
+ /* TODO:
+ if (!PyArg_ParseTupleAndKeywords (fargs, kwargs, "O!O!:GdaConnection.execute_command",
+@@ -211,14 +216,14 @@ _wrap_gda_connection_execute_command (Py
+ }
+ */
+
+- PyObject* plist = PyList_New (0);
++ plist = PyList_New (0);
+
+ if (!plist) {
+ Py_INCREF (Py_None);
+ return Py_None;
+ }
+
+- GList *tmp, *list = gda_connection_execute_command (GDA_CONNECTION (self->obj),
++ list = gda_connection_execute_command (GDA_CONNECTION (self->obj),
+ GDA_COMMAND (cmd->obj), GDA_PARAMETER_LIST (params->obj));
+
+ for (tmp = list; tmp != NULL; tmp = tmp->next) {
+@@ -235,13 +240,14 @@ override gda_connection_get_errors kwarg
+ static PyObject*
+ _wrap_gda_connection_get_errors (PyGObject* self) {
+ PyObject* plist = PyList_New (0);
++ GList *tmp, *list;
+
+ if (!plist) {
+ Py_INCREF (Py_None);
+ return Py_None;
+ }
+
+- GList *tmp, *list = (GList*) gda_connection_get_errors (GDA_CONNECTION (self->obj));
++ list = (GList*) gda_connection_get_errors (GDA_CONNECTION (self->obj));
+
+ for (tmp = list; tmp != NULL; tmp = tmp->next) {
+ PyObject* obj = pygobject_new (G_OBJECT (tmp->data));
diff --git a/x11-toolkits/py-gnome-extras/files/patch-gtop_gtop.c b/x11-toolkits/py-gnome-extras/files/patch-gtop_gtop.c
index 98e0b4ff8bab..05db58a4c083 100644
--- a/x11-toolkits/py-gnome-extras/files/patch-gtop_gtop.c
+++ b/x11-toolkits/py-gnome-extras/files/patch-gtop_gtop.c
@@ -1,6 +1,6 @@
---- gtop/gtop.c.orig Fri Jan 28 14:09:00 2005
-+++ gtop/gtop.c Fri Jan 28 14:09:18 2005
-@@ -43,6 +43,7 @@
+--- gtop/gtop.c.orig Wed May 18 00:54:59 2005
++++ gtop/gtop.c Wed May 18 00:54:12 2005
+@@ -44,6 +44,7 @@
#include <sys/types.h>
#include <sys/socket.h>
@@ -8,3 +8,13 @@
#include <arpa/inet.h>
+@@ -1316,8 +1317,8 @@ build_siglist(void)
+
+ for(i = 0; i < len; ++i)
+ {
+- p = &glibtop_sys_siglist[i];
+ PyObject* d;
++ p = &glibtop_sys_siglist[i];
+
+ d = PyDict_New();
+ my_dict_add_and_decref(d, "number", PyI_L(p->number));
diff --git a/x11-toolkits/py-gnome-extras/pkg-plist b/x11-toolkits/py-gnome-extras/pkg-plist
index 31d3354fcfa5..5254d0526bb1 100644
--- a/x11-toolkits/py-gnome-extras/pkg-plist
+++ b/x11-toolkits/py-gnome-extras/pkg-plist
@@ -3,6 +3,11 @@
%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.pyo
%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/recent.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/trayicon.so
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/__init__.py
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/__init__.pyc
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/__init__.pyo
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/_gksu.so
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/ui.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.py
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.pyc
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.pyo
@@ -17,6 +22,7 @@
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtksourceview.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkspell.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtop.so
+%%PYTHON_SITELIBDIR%%/gtk-2.0/mediaprofiles.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/nautilusburn.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.py
%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.pyc
@@ -24,14 +30,59 @@
%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/plparser.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/wnck.so
libdata/pkgconfig/gnome-python-extras-2.0.pc
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintconfig.html
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintcontext.html
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintfont.html
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintfontface.html
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintglyphlist.html
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintjob.html
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/gnomeprint-class-reference.html
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/index.html
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/index.sgml
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/pygnomeprint.devhelp
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuidialog.html
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontdialog.html
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontpreview.html
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontselection.html
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuijobpreview.html
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuipaperselector.html
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuipreview.html
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/gnomeprintui-class-reference.html
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/index.html
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/index.sgml
+%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/pygnomeprintui.devhelp
+%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/class-gtkmozembed.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/gtkmozembed-class-reference.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/index.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/index.sgml
+%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/pygtkmozembed.devhelp
+%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcebuffer.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcelanguage.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcelanguagesmanager.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcemarker.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourceprintjob.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcestylescheme.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetag.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetagstyle.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetagtable.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourceview.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/gtksourcesview-class-reference.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/index.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/index.sgml
+%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/pygtksourceview.devhelp
+%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/class-gtkspell.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/gtkspell-class-reference.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/index.html
+%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/index.sgml
+%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/pygtkspell.devhelp
%%PORTDOCS%%share/examples/py-gnome/applet/GNOME_PythonAppletSample.server
%%PORTDOCS%%share/examples/py-gnome/applet/README
%%PORTDOCS%%share/examples/py-gnome/applet/applet.py
-%%PORTDOCS%%share/examples/py-gnome/egg/trayicon.py
%%PORTDOCS%%share/examples/py-gnome/egg/recent/Bonobo_Sample_Hello.xml
%%PORTDOCS%%share/examples/py-gnome/egg/recent/bonobo-view.py
%%PORTDOCS%%share/examples/py-gnome/egg/recent/gtk-view.py
%%PORTDOCS%%share/examples/py-gnome/egg/recent/populate-recent.py
+%%PORTDOCS%%share/examples/py-gnome/egg/trayicon.py
%%PORTDOCS%%share/examples/py-gnome/gdl/gdl_test.py
%%PORTDOCS%%share/examples/py-gnome/gnomeprint/README
%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_01.py
@@ -49,13 +100,18 @@ libdata/pkgconfig/gnome-python-extras-2.0.pc
%%PORTDOCS%%share/examples/py-gnome/gnomeprint/test-print.py
%%PORTDOCS%%share/examples/py-gnome/gtkhtml2/simple-browser.py
%%PORTDOCS%%share/examples/py-gnome/gtksourceview/test-widget.py
+%%PORTDOCS%%share/examples/py-gnome/gtkspell/gtkspell.py
%%PORTDOCS%%share/examples/py-gnome/gtkspell/test.py
+%%PORTDOCS%%share/examples/py-gnome/mediaprofiles/profiles.py
%%PORTDOCS%%share/examples/py-gnome/nautilusburn/blank_disc.py
%%PORTDOCS%%share/examples/py-gnome/nautilusburn/drive_selection.py
%%PORTDOCS%%share/examples/py-gnome/nautilusburn/write_iso.py
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/gtkmozembed.defs
+share/pygtk/2.0/defs/gtksourceview.defs
+share/pygtk/2.0/defs/mediaprofiles.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
@@ -63,14 +119,22 @@ share/pygtk/2.0/defs/printui.defs
share/pygtk/2.0/defs/trayicon.defs
share/pygtk/2.0/defs/wnck.defs
%%PORTDOCS%%@dirrm share/examples/py-gnome/nautilusburn
-%%PORTDOCS%%@dirrm share/examples/py-gnome/gtksourceview
+%%PORTDOCS%%@dirrm share/examples/py-gnome/mediaprofiles
%%PORTDOCS%%@dirrm share/examples/py-gnome/gtkspell
+%%PORTDOCS%%@dirrm share/examples/py-gnome/gtksourceview
%%PORTDOCS%%@dirrm share/examples/py-gnome/gtkhtml2
%%PORTDOCS%%@dirrm share/examples/py-gnome/gnomeprint
%%PORTDOCS%%@dirrm share/examples/py-gnome/gdl
%%PORTDOCS%%@dirrm share/examples/py-gnome/egg/recent
%%PORTDOCS%%@dirrm share/examples/py-gnome/egg
%%PORTDOCS%%@dirrm share/examples/py-gnome/applet
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygtkspell
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygtksourceview
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygtkmozembed
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygnomeprintui
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygnomeprint
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/totem
@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint
+@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gksu
@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/egg