diff options
author | marcus <marcus@FreeBSD.org> | 2009-04-10 13:56:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-04-10 13:56:28 +0800 |
commit | 06fff123f04648e578283b13f71108c1671ae751 (patch) | |
tree | e04217d1bf9d69846902902125c156a81eae643b /textproc/ibus | |
parent | f488e4c3be8f7b25040ce1258e89a5550fb33bf8 (diff) | |
download | freebsd-ports-gnome-06fff123f04648e578283b13f71108c1671ae751.tar.gz freebsd-ports-gnome-06fff123f04648e578283b13f71108c1671ae751.tar.zst freebsd-ports-gnome-06fff123f04648e578283b13f71108c1671ae751.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.
Diffstat (limited to 'textproc/ibus')
-rw-r--r-- | textproc/ibus/Makefile | 1 | ||||
-rw-r--r-- | textproc/ibus/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index e36f36af16f1..384aa8499d8a 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -7,6 +7,7 @@ PORTNAME= ibus PORTVERSION= 1.1.0.20090311 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} diff --git a/textproc/ibus/pkg-plist b/textproc/ibus/pkg-plist index a530f35d36ca..2d6a8c905bdd 100644 --- a/textproc/ibus/pkg-plist +++ b/textproc/ibus/pkg-plist @@ -263,5 +263,3 @@ share/pixmaps/ibus.svg @dirrm %%PYTHON_SITELIBDIR%%/ibus/interface @dirrm %%PYTHON_SITELIBDIR%%/ibus @dirrm include/ibus-1.0 -@dirrmtry etc/xdg/autostart -@dirrmtry etc/xdg |