Re-enable gtkhtml module - now gtkhtml is dependency for gnomecore, so it
could be safely enabled.
This commit is contained in:
parent
d85c29ac91
commit
5cde3dbf1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44694
4 changed files with 16 additions and 12 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= py-gnome
|
PORTNAME= py-gnome
|
||||||
PORTVERSION= 1.4.0
|
PORTVERSION= 1.4.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= x11-toolkits python gnome
|
CATEGORIES= x11-toolkits python gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
MASTER_SITE_SUBDIR= stable/sources/gnome-python
|
MASTER_SITE_SUBDIR= stable/sources/gnome-python
|
||||||
|
@ -16,6 +16,7 @@ DISTNAME= gnome-python-${PORTVERSION}
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYGTK_DEP}
|
BUILD_DEPENDS= ${PYGTK_DEP}
|
||||||
|
LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml
|
||||||
RUN_DEPENDS= ${PYGTK_DEP}
|
RUN_DEPENDS= ${PYGTK_DEP}
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
@ -24,7 +25,8 @@ USE_GNOME= yes
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
LIBTOOLFILES= configure pygnome/configure pygtk/configure
|
LIBTOOLFILES= configure pygnome/configure pygtk/configure
|
||||||
CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
|
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_SRC_DIR= ${WRKSRC}/pygnome/examples
|
||||||
EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
|
EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
|
||||||
|
|
|
@ -3,7 +3,7 @@ lib/%%PYTHON_VERSION%%/site-packages/_cappletmodule.so
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/_gladegnomemodule.so
|
lib/%%PYTHON_VERSION%%/site-packages/_gladegnomemodule.so
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/_gnomemodule.so
|
lib/%%PYTHON_VERSION%%/site-packages/_gnomemodule.so
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/_gnomeuimodule.so
|
lib/%%PYTHON_VERSION%%/site-packages/_gnomeuimodule.so
|
||||||
@comment lib/%%PYTHON_VERSION%%/site-packages/_gtkhtmlmodule.so
|
lib/%%PYTHON_VERSION%%/site-packages/_gtkhtmlmodule.so
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/_gtkxmhtmlmodule.so
|
lib/%%PYTHON_VERSION%%/site-packages/_gtkxmhtmlmodule.so
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/_zvtmodule.so
|
lib/%%PYTHON_VERSION%%/site-packages/_zvtmodule.so
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/gettext.py
|
lib/%%PYTHON_VERSION%%/site-packages/gettext.py
|
||||||
|
@ -63,9 +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.py
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.pyc
|
lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.pyc
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.pyo
|
lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.pyo
|
||||||
@comment lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.py
|
lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.py
|
||||||
@comment lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.pyc
|
lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.pyc
|
||||||
@comment lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.pyo
|
lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.pyo
|
||||||
share/examples/py-gnome/about.py
|
share/examples/py-gnome/about.py
|
||||||
share/examples/py-gnome/bookmarks-applet.py
|
share/examples/py-gnome/bookmarks-applet.py
|
||||||
share/examples/py-gnome/calculator.py
|
share/examples/py-gnome/calculator.py
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= py-gnome
|
PORTNAME= py-gnome
|
||||||
PORTVERSION= 1.4.0
|
PORTVERSION= 1.4.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= x11-toolkits python gnome
|
CATEGORIES= x11-toolkits python gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
MASTER_SITE_SUBDIR= stable/sources/gnome-python
|
MASTER_SITE_SUBDIR= stable/sources/gnome-python
|
||||||
|
@ -16,6 +16,7 @@ DISTNAME= gnome-python-${PORTVERSION}
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYGTK_DEP}
|
BUILD_DEPENDS= ${PYGTK_DEP}
|
||||||
|
LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml
|
||||||
RUN_DEPENDS= ${PYGTK_DEP}
|
RUN_DEPENDS= ${PYGTK_DEP}
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
@ -24,7 +25,8 @@ USE_GNOME= yes
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
LIBTOOLFILES= configure pygnome/configure pygtk/configure
|
LIBTOOLFILES= configure pygnome/configure pygtk/configure
|
||||||
CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
|
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_SRC_DIR= ${WRKSRC}/pygnome/examples
|
||||||
EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
|
EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
|
||||||
|
|
|
@ -3,7 +3,7 @@ lib/%%PYTHON_VERSION%%/site-packages/_cappletmodule.so
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/_gladegnomemodule.so
|
lib/%%PYTHON_VERSION%%/site-packages/_gladegnomemodule.so
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/_gnomemodule.so
|
lib/%%PYTHON_VERSION%%/site-packages/_gnomemodule.so
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/_gnomeuimodule.so
|
lib/%%PYTHON_VERSION%%/site-packages/_gnomeuimodule.so
|
||||||
@comment lib/%%PYTHON_VERSION%%/site-packages/_gtkhtmlmodule.so
|
lib/%%PYTHON_VERSION%%/site-packages/_gtkhtmlmodule.so
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/_gtkxmhtmlmodule.so
|
lib/%%PYTHON_VERSION%%/site-packages/_gtkxmhtmlmodule.so
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/_zvtmodule.so
|
lib/%%PYTHON_VERSION%%/site-packages/_zvtmodule.so
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/gettext.py
|
lib/%%PYTHON_VERSION%%/site-packages/gettext.py
|
||||||
|
@ -63,9 +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.py
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.pyc
|
lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.pyc
|
||||||
lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.pyo
|
lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.pyo
|
||||||
@comment lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.py
|
lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.py
|
||||||
@comment lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.pyc
|
lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.pyc
|
||||||
@comment lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.pyo
|
lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.pyo
|
||||||
share/examples/py-gnome/about.py
|
share/examples/py-gnome/about.py
|
||||||
share/examples/py-gnome/bookmarks-applet.py
|
share/examples/py-gnome/bookmarks-applet.py
|
||||||
share/examples/py-gnome/calculator.py
|
share/examples/py-gnome/calculator.py
|
||||||
|
|
Loading…
Reference in a new issue