summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gnome-desktop
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-22 00:02:49 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-22 00:02:49 +0800
commitcf1dacf5ab114b8ccbff8b02017b8594d75dfd95 (patch)
treee23986a8abb7f7d3ad132fe74617ac3ae686e535 /x11-toolkits/py-gnome-desktop
parentb05656c439898c6fe84d382232985693e313c095 (diff)
downloadmarcuscom-ports-cf1dacf5ab114b8ccbff8b02017b8594d75dfd95.tar.gz
marcuscom-ports-cf1dacf5ab114b8ccbff8b02017b8594d75dfd95.tar.zst
marcuscom-ports-cf1dacf5ab114b8ccbff8b02017b8594d75dfd95.zip
- Update to 2.11.3.
- Fix the build by tell to not use gnomeprint 2.8 API by add hack to remove the "-DHAVE_GNOMEPRINT28". I am not sure if it's right, but hopeful it will be fine in the runtime. Same error in 2.11.2, see in freebsd-gnome list for detail. If it's broke in the runtime, let me know and I will add a hack to disable it complete. - Fix the build with firefox, before it couldn't find firefox. Looks like the --with-gtkmozembed isn't work correct. Had to hack it. - Add libgksu and libgksuui to enable gksu and gksu.ui modules. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4282 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gnome-desktop')
-rw-r--r--x11-toolkits/py-gnome-desktop/Makefile15
-rw-r--r--x11-toolkits/py-gnome-desktop/distinfo4
-rw-r--r--x11-toolkits/py-gnome-desktop/pkg-plist42
3 files changed, 46 insertions, 15 deletions
diff --git a/x11-toolkits/py-gnome-desktop/Makefile b/x11-toolkits/py-gnome-desktop/Makefile
index 54c25abac..0bbc351d8 100644
--- a/x11-toolkits/py-gnome-desktop/Makefile
+++ b/x11-toolkits/py-gnome-desktop/Makefile
@@ -3,12 +3,11 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.15 2005/07/17 07:45:04 ahze Exp $
+# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.16 2005/07/17 12:45:16 kwm Exp $
#
PORTNAME= gnome
-PORTVERSION= 2.11.2
-PORTREVISION= 1
+PORTVERSION= 2.11.3
CATEGORIES= x11-toolkits python gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//}
@@ -23,7 +22,9 @@ 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.1:${PORTSDIR}/multimedia/totem-gstreamer
+ totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \
+ gksu1.2.0:${PORTSDIR}/sysutils/libgksu \
+ gksuui1.0.0:${PORTSDIR}/sysutils/libgksuui
RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
MOZILLA= firefox
@@ -75,13 +76,15 @@ USE_GCC= 3.4
.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:
diff --git a/x11-toolkits/py-gnome-desktop/distinfo b/x11-toolkits/py-gnome-desktop/distinfo
index ccaf2db86..9c4fbb532 100644
--- a/x11-toolkits/py-gnome-desktop/distinfo
+++ b/x11-toolkits/py-gnome-desktop/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/gnome-python-extras-2.11.2.tar.bz2) = e57ef132930d89ec7df7751d80207eb4
-SIZE (gnome2/gnome-python-extras-2.11.2.tar.bz2) = 418740
+MD5 (gnome2/gnome-python-extras-2.11.3.tar.bz2) = b8a35d3845923b70beb873236a549f53
+SIZE (gnome2/gnome-python-extras-2.11.3.tar.bz2) = 470281
diff --git a/x11-toolkits/py-gnome-desktop/pkg-plist b/x11-toolkits/py-gnome-desktop/pkg-plist
index 445cbbe56..e86db8b94 100644
--- a/x11-toolkits/py-gnome-desktop/pkg-plist
+++ b/x11-toolkits/py-gnome-desktop/pkg-plist
@@ -1,10 +1,13 @@
-include/pygda-1.2/pygdavalue_conversions.h
%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.py
%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.pyc
%%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/gda.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
@@ -26,15 +29,37 @@ include/pygda-1.2/pygdavalue_conversions.h
%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/plparser.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/wnck.so
libdata/pkgconfig/gnome-python-extras-2.0.pc
-libdata/pkgconfig/pygda-1.2.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
@@ -42,19 +67,21 @@ libdata/pkgconfig/pygda-1.2.pc
%%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
@@ -79,7 +106,6 @@ libdata/pkgconfig/pygda-1.2.pc
%%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/gda.defs
share/pygtk/2.0/defs/gtkhtml2.defs
share/pygtk/2.0/defs/nautilus_burn.defs
share/pygtk/2.0/defs/nb_drive_selection.defs
@@ -88,8 +114,8 @@ 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/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
@@ -99,8 +125,10 @@ share/pygtk/2.0/defs/wnck.defs
%%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
-@dirrm include/pygda-1.2