Enable gtkhtml module.

This commit is contained in:
Maxim Sobolev 2001-05-15 13:30:35 +00:00
parent 4e9156060d
commit 46b8645729
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42616
4 changed files with 18 additions and 4 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= py-gnome
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= x11-toolkits python gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-python
@ -15,6 +16,7 @@ DISTNAME= gnome-python-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= ${PYGTK_DEP}
LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml
RUN_DEPENDS= ${PYGTK_DEP}
USE_GMAKE= yes
@ -23,7 +25,8 @@ USE_GNOME= yes
USE_LIBTOOL= yes
LIBTOOLFILES= configure pygnome/configure pygtk/configure
CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
--with-gnome-config=${X11BASE}/bin/gnome-config
--with-gnome-config=${X11BASE}/bin/gnome-config \
--with-gtkhtml
EG_SRC_DIR= ${WRKSRC}/pygnome/examples
EG_DST_DIR= ${PREFIX}/share/examples/py-gnome

View File

@ -3,6 +3,7 @@ lib/%%PYTHON_VERSION%%/site-packages/_cappletmodule.so
lib/%%PYTHON_VERSION%%/site-packages/_gladegnomemodule.so
lib/%%PYTHON_VERSION%%/site-packages/_gnomemodule.so
lib/%%PYTHON_VERSION%%/site-packages/_gnomeuimodule.so
lib/%%PYTHON_VERSION%%/site-packages/_gtkhtmlmodule.so
lib/%%PYTHON_VERSION%%/site-packages/_gtkxmhtmlmodule.so
lib/%%PYTHON_VERSION%%/site-packages/_zvtmodule.so
lib/%%PYTHON_VERSION%%/site-packages/gettext.py
@ -62,6 +63,9 @@ lib/%%PYTHON_VERSION%%/site-packages/gnome/xmhtml.pyo
lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.py
lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.pyc
lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.pyo
lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.py
lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.pyc
lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.pyo
share/examples/py-gnome/about.py
share/examples/py-gnome/bookmarks-applet.py
share/examples/py-gnome/calculator.py
@ -77,5 +81,5 @@ share/examples/py-gnome/stock_demo.py
share/examples/py-gnome/ted_demo.py
share/examples/py-gnome/uiinfo_demo.py
share/examples/py-gnome/zterm.py
@dirrm lib/%%PYTHON_VERSION%%/site-packages/gnome
@dirrm share/examples/py-gnome
@dirrm lib/%%PYTHON_VERSION%%/site-packages/gnome

View File

@ -7,6 +7,7 @@
PORTNAME= py-gnome
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= x11-toolkits python gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-python
@ -15,6 +16,7 @@ DISTNAME= gnome-python-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= ${PYGTK_DEP}
LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml
RUN_DEPENDS= ${PYGTK_DEP}
USE_GMAKE= yes
@ -23,7 +25,8 @@ USE_GNOME= yes
USE_LIBTOOL= yes
LIBTOOLFILES= configure pygnome/configure pygtk/configure
CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
--with-gnome-config=${X11BASE}/bin/gnome-config
--with-gnome-config=${X11BASE}/bin/gnome-config \
--with-gtkhtml
EG_SRC_DIR= ${WRKSRC}/pygnome/examples
EG_DST_DIR= ${PREFIX}/share/examples/py-gnome

View File

@ -3,6 +3,7 @@ lib/%%PYTHON_VERSION%%/site-packages/_cappletmodule.so
lib/%%PYTHON_VERSION%%/site-packages/_gladegnomemodule.so
lib/%%PYTHON_VERSION%%/site-packages/_gnomemodule.so
lib/%%PYTHON_VERSION%%/site-packages/_gnomeuimodule.so
lib/%%PYTHON_VERSION%%/site-packages/_gtkhtmlmodule.so
lib/%%PYTHON_VERSION%%/site-packages/_gtkxmhtmlmodule.so
lib/%%PYTHON_VERSION%%/site-packages/_zvtmodule.so
lib/%%PYTHON_VERSION%%/site-packages/gettext.py
@ -62,6 +63,9 @@ lib/%%PYTHON_VERSION%%/site-packages/gnome/xmhtml.pyo
lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.py
lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.pyc
lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.pyo
lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.py
lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.pyc
lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.pyo
share/examples/py-gnome/about.py
share/examples/py-gnome/bookmarks-applet.py
share/examples/py-gnome/calculator.py
@ -77,5 +81,5 @@ share/examples/py-gnome/stock_demo.py
share/examples/py-gnome/ted_demo.py
share/examples/py-gnome/uiinfo_demo.py
share/examples/py-gnome/zterm.py
@dirrm lib/%%PYTHON_VERSION%%/site-packages/gnome
@dirrm share/examples/py-gnome
@dirrm lib/%%PYTHON_VERSION%%/site-packages/gnome