Enable gtkhtml module.
This commit is contained in:
parent
4e9156060d
commit
46b8645729
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42616
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user