diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-05 03:11:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-05 03:11:39 +0000 |
commit | 6e5039e5d8ce567e36edb3ab0ea7a8cbaca5698c (patch) | |
tree | 80dd01ef786490f07295a989b1efd8ed753a8fef /x11/gnomepanel/Makefile | |
parent | d49bf2116376af3147360d03cc88ffae85b3248d (diff) | |
download | FreeBSD-ports-6e5039e5d8ce567e36edb3ab0ea7a8cbaca5698c.zip FreeBSD-ports-6e5039e5d8ce567e36edb3ab0ea7a8cbaca5698c.tar.gz |
Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best release
ever. It fixes many bugs, and adds some features missing in previous
FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an
upgrade FAQ at:
http://www.freebsd.org/gnome/docs/faq26.html
Please read it carefully. GNOME 2.6 packages are also available for all
supported i386 versions of FreeBSD at:
http://www.marcuscom.com/tinderbox/
The FreeBSD GNOME Team would like the thank the following users for their
wonderful testing and patching efforts. We would especially like to thank
Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.
Jeremy Messenger <mezz7@cox.net>
Khairil Yusof <kaeru@pd.jaring.my>
Koop Mast <kwm@rainbow-runner.nl>
Simon Barner <barner@in.tum.de>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Scott Dodson <sdodson@sdodson.com>
Vladimir Grebenschikov <vova@sw.ru>
Diffstat (limited to 'x11/gnomepanel/Makefile')
-rw-r--r-- | x11/gnomepanel/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index 56398c8..36c2fefb 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -6,11 +6,10 @@ # PORTNAME= gnomepanel -PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-panel/2.4 +MASTER_SITE_SUBDIR= sources/gnome-panel/2.6 DISTNAME= gnome-panel-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -20,8 +19,9 @@ COMMENT= Panel component for the GNOME 2 Desktop USE_BZIP2= yes INSTALLS_SHLIB= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop libwnck lthack \ - intlhack +USE_REINPLACE= yes +USE_GNOME= gnomeprefix gnomehack gnomehier intlhack lthack gnomedesktop \ + libwnck GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes USE_LIBTOOL_VER=13 @@ -32,4 +32,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ MAN1= gnome-panel.1 gnome-panel-preferences.1 +post-patch: +.for po in da.po it.po zh_TW.po + @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} +.endfor + .include <bsd.port.mk> |