diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-09-21 16:46:14 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-09-21 16:46:14 +0000 |
commit | f1d3cc019b92925a42ebec6d959080fda9e28cd2 (patch) | |
tree | cad1db5b697ddea205cc44ccc5d5f8b75853373a /devel/libgnome/Makefile | |
parent | fd6188b777db5177a54769c9408e506ea38a3298 (diff) | |
download | pkgsrc-f1d3cc019b92925a42ebec6d959080fda9e28cd2.tar.gz |
Update to 2.8.0. This version corresponds to GNOME 2.8.0.
libgnome 2.8.0
--------------
What's new since 2.7.2
* Bug fixes:
- Various fixes (Kjartan Maraas)
- Avoid duplication of locale alias tables by using the ones
in bonobo-activation (Alexander Larsson)
* Translations:
- New Norwegian Bookmal translation (Kjartan Maraas)
- Various updated translations (ar, az, cs, bg, bs, ca, cs,
cy, de, el, es, eu, en_gb, fi,
gu, hu, ja, ko, mn, nb, ne,
nl, nn, no, pa, pl, pt, ro,
ru, sk, sq, sr, sv, tr, uk,
zh_CH)
libgnome 2.7.2
--------------
What's new since 2.7.1
* Bug fixes:
- Allow language binding instantiation of GnomeProgram
* Translations:
- Various updated translations (ne)
libgnome 2.7.0
--------------
What's new since 2.6.1
* Bug fixes:
- Various fixes (Chris Lahey, Christian Persche,
Steve Chaplin, Toshio Kuratomi,
Julio Merino, Kjartan Maraas)
* Features:
- Update to automake 1.7 (James Henstridge)
* Translations:
- Various updated translations (en_CA, hu, nl)
Diffstat (limited to 'devel/libgnome/Makefile')
-rw-r--r-- | devel/libgnome/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libgnome/Makefile b/devel/libgnome/Makefile index f185e6a9a81..d9f1907ae2f 100644 --- a/devel/libgnome/Makefile +++ b/devel/libgnome/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2004/08/31 14:18:32 jmmv Exp $ +# $NetBSD: Makefile,v 1.32 2004/09/21 16:46:14 jmmv Exp $ # -DISTNAME= libgnome-2.6.1.2 +DISTNAME= libgnome-2.8.0 CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnome/2.6/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnome/2.8/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org |