diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-16 13:47:17 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-16 13:47:17 +0000 |
commit | 19991df5a0307e537851ea9f75e29109cbb45687 (patch) | |
tree | 0396156cc9b497efe1dc23df47343e43c4297d9b /editors | |
parent | 44e95488cad3ac5b49e4c9a1aaed5671acbd0dd7 (diff) | |
download | pkgsrc-19991df5a0307e537851ea9f75e29109cbb45687.tar.gz |
Update to 2.6.1:
* Fixes:
- Don't escape keys (Bugs #135807 and #136400)
- Fix a crashing bug in the unref code (Bugs #124662 and
#136631)
- Fix the cell editor for float values (Bug #137468)
- Fix a crash when launching gconf-editor with an invalid key path
(Bug #136381)
- Allow the notebook in the key editor to fill and expand. (Fix
#138557)
* Translations:
- Added Basque translation (Iñaki Larrañaga)
- Added Gujarati translation (Guntupalli Karunakar)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gconf-editor/Makefile | 4 | ||||
-rw-r--r-- | editors/gconf-editor/PLIST | 8 | ||||
-rw-r--r-- | editors/gconf-editor/distinfo | 6 |
3 files changed, 10 insertions, 8 deletions
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile index d9a75a765ba..37971764a42 100644 --- a/editors/gconf-editor/Makefile +++ b/editors/gconf-editor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2004/04/15 11:16:04 jmmv Exp $ +# $NetBSD: Makefile,v 1.20 2004/04/16 13:47:17 jmmv Exp $ # -DISTNAME= gconf-editor-2.6.0 +DISTNAME= gconf-editor-2.6.1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.6/} EXTRACT_SUFX= .tar.bz2 diff --git a/editors/gconf-editor/PLIST b/editors/gconf-editor/PLIST index 75048237e66..4ce30fc6263 100644 --- a/editors/gconf-editor/PLIST +++ b/editors/gconf-editor/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/04/01 18:51:26 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/04/16 13:47:17 jmmv Exp $ bin/gconf-editor man/man1/gconf-editor.1 share/applications/gconf-editor.desktop @@ -17,11 +17,13 @@ ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/gconf-editor.mo ${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gconf-editor.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gconf-editor.mo ${PKGLOCALEDIR}/locale/et/LC_MESSAGES/gconf-editor.mo +${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/gconf-editor.mo ${PKGLOCALEDIR}/locale/fa/LC_MESSAGES/gconf-editor.mo ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gconf-editor.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gconf-editor.mo ${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/gconf-editor.mo ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gconf-editor.mo +${PKGLOCALEDIR}/locale/gu/LC_MESSAGES/gconf-editor.mo ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/gconf-editor.mo ${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/gconf-editor.mo ${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/gconf-editor.mo @@ -71,5 +73,5 @@ share/pixmaps/gconf-editor/folder-closed.png share/pixmaps/gconf-editor/folder-open.png share/pixmaps/gconf-editor/stock-about-16.png @dirrm share/pixmaps/gconf-editor -@comment in xdg-dirs: share/pixmaps -@comment in xdg-dirs: share/applications +@comment in xdg-dirs: @dirrm share/pixmaps +@comment in xdg-dirs: @dirrm share/applications diff --git a/editors/gconf-editor/distinfo b/editors/gconf-editor/distinfo index 50f30e41700..95c40c1bb9e 100644 --- a/editors/gconf-editor/distinfo +++ b/editors/gconf-editor/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/04/01 18:51:26 jmmv Exp $ +$NetBSD: distinfo,v 1.4 2004/04/16 13:47:17 jmmv Exp $ -SHA1 (gconf-editor-2.6.0.tar.bz2) = 5be993449d65c216d005499c2203d157a662fadb -Size (gconf-editor-2.6.0.tar.bz2) = 372032 bytes +SHA1 (gconf-editor-2.6.1.tar.bz2) = aadd796bba74a70c00e3d0dcdf35ef8d29f68355 +Size (gconf-editor-2.6.1.tar.bz2) = 376272 bytes |