diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-10 05:56:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-10 05:56:28 +0000 |
commit | ae52bc80895a23ddbe33b86e75a9cf331ae32ba9 (patch) | |
tree | 5538a7d3541f6d56e4bbab9c6329f5b9db64dafb /x11-toolkits/py-vte | |
parent | 7934df773e0cc2a9924de75dd7cad9cc3d79d4ee (diff) | |
download | ports-ae52bc80895a23ddbe33b86e75a9cf331ae32ba9.tar.gz ports-ae52bc80895a23ddbe33b86e75a9cf331ae32ba9.zip |
Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
Notes
Notes:
svn path=/head/; revision=231972
Diffstat (limited to 'x11-toolkits/py-vte')
-rw-r--r-- | x11-toolkits/py-vte/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/py-vte/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/py-vte/Makefile b/x11-toolkits/py-vte/Makefile index 5710557fc6c3..73993810c4bb 100644 --- a/x11-toolkits/py-vte/Makefile +++ b/x11-toolkits/py-vte/Makefile @@ -3,10 +3,10 @@ # Whom: Alexander Nedotsukov <bland@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/py-vte/Makefile,v 1.1 2007/02/18 19:12:57 mezz Exp $ +# $MCom: ports/x11-toolkits/py-vte/Makefile,v 1.3 2009/02/24 19:42:18 kwm Exp $ # -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= x11-toolkits gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/py-vte/pkg-plist b/x11-toolkits/py-vte/pkg-plist index d67a8a180e60..d726d02a6075 100644 --- a/x11-toolkits/py-vte/pkg-plist +++ b/x11-toolkits/py-vte/pkg-plist @@ -1,3 +1,5 @@ %%PYTHON_SITELIBDIR%%/gtk-2.0/vtemodule.a %%PYTHON_SITELIBDIR%%/gtk-2.0/vtemodule.la %%PYTHON_SITELIBDIR%%/gtk-2.0/vtemodule.so +libdata/pkgconfig/pyvte.pc +share/pygtk/2.0/defs/vte.defs |