Update to 1.4.1.
This commit is contained in:
parent
37b1c34b1e
commit
9b304be6e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44713
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= py-gnome
|
||||
PORTVERSION= 1.4.0
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= x11-toolkits python gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnome-python
|
||||
@ -15,22 +14,20 @@ DISTNAME= gnome-python-${PORTVERSION}
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${PYGTK_DEP}
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
|
||||
LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml
|
||||
RUN_DEPENDS= ${PYGTK_DEP}
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_PYTHON= yes
|
||||
USE_GNOME= yes
|
||||
USE_LIBTOOL= yes
|
||||
LIBTOOLFILES= configure pygnome/configure pygtk/configure
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
|
||||
--with-gnome-config=${X11BASE}/bin/gnome-config \
|
||||
--with-gtkhtml
|
||||
|
||||
EG_SRC_DIR= ${WRKSRC}/pygnome/examples
|
||||
EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
|
||||
PYGTK_DEP= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome-python-1.4.0.tar.gz) = bbb83517e6d042832c86c96c0451fdad
|
||||
MD5 (gnome-python-1.4.1.tar.gz) = 52f8b5ef4cbdaba3c00c08e28702be69
|
||||
|
18
x11-toolkits/py-gnome/files/patch-ltmain.sh
Normal file
18
x11-toolkits/py-gnome/files/patch-ltmain.sh
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- ltmain.sh 2001/07/03 13:03:22 1.1
|
||||
+++ ltmain.sh 2001/07/03 13:03:38
|
||||
@@ -4136,10 +4136,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if false; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
@ -81,5 +81,13 @@ 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
|
||||
share/pygtk/1.2/defs/applet.defs
|
||||
share/pygtk/1.2/defs/capplet.defs
|
||||
share/pygtk/1.2/defs/gnome-enums.defs
|
||||
share/pygtk/1.2/defs/gnome.defs
|
||||
share/pygtk/1.2/defs/gnomeui.defs
|
||||
share/pygtk/1.2/defs/gtkhtml.defs
|
||||
share/pygtk/1.2/defs/xmhtml.defs
|
||||
share/pygtk/1.2/defs/zvt.defs
|
||||
@dirrm share/examples/py-gnome
|
||||
@dirrm lib/%%PYTHON_VERSION%%/site-packages/gnome
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= py-gnome
|
||||
PORTVERSION= 1.4.0
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= x11-toolkits python gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnome-python
|
||||
@ -15,22 +14,20 @@ DISTNAME= gnome-python-${PORTVERSION}
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${PYGTK_DEP}
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
|
||||
LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml
|
||||
RUN_DEPENDS= ${PYGTK_DEP}
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_PYTHON= yes
|
||||
USE_GNOME= yes
|
||||
USE_LIBTOOL= yes
|
||||
LIBTOOLFILES= configure pygnome/configure pygtk/configure
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
|
||||
--with-gnome-config=${X11BASE}/bin/gnome-config \
|
||||
--with-gtkhtml
|
||||
|
||||
EG_SRC_DIR= ${WRKSRC}/pygnome/examples
|
||||
EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
|
||||
PYGTK_DEP= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome-python-1.4.0.tar.gz) = bbb83517e6d042832c86c96c0451fdad
|
||||
MD5 (gnome-python-1.4.1.tar.gz) = 52f8b5ef4cbdaba3c00c08e28702be69
|
||||
|
18
x11-toolkits/py-gnome2/files/patch-ltmain.sh
Normal file
18
x11-toolkits/py-gnome2/files/patch-ltmain.sh
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- ltmain.sh 2001/07/03 13:03:22 1.1
|
||||
+++ ltmain.sh 2001/07/03 13:03:38
|
||||
@@ -4136,10 +4136,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if false; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
@ -81,5 +81,13 @@ 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
|
||||
share/pygtk/1.2/defs/applet.defs
|
||||
share/pygtk/1.2/defs/capplet.defs
|
||||
share/pygtk/1.2/defs/gnome-enums.defs
|
||||
share/pygtk/1.2/defs/gnome.defs
|
||||
share/pygtk/1.2/defs/gnomeui.defs
|
||||
share/pygtk/1.2/defs/gtkhtml.defs
|
||||
share/pygtk/1.2/defs/xmhtml.defs
|
||||
share/pygtk/1.2/defs/zvt.defs
|
||||
@dirrm share/examples/py-gnome
|
||||
@dirrm lib/%%PYTHON_VERSION%%/site-packages/gnome
|
||||
|
Loading…
Reference in New Issue
Block a user