diff options
author | jmmv <jmmv> | 2004-04-18 15:50:44 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-04-18 15:50:44 +0000 |
commit | e8c10fa4c18b8af1c2765f3398439896a5d9b846 (patch) | |
tree | 8512318b20d5be5bc7863fa126484219973948d5 /print/ggv2 | |
parent | 1f487b671fb214966e8082cef83ddd0d5689f74f (diff) | |
download | pkgsrc-e8c10fa4c18b8af1c2765f3398439896a5d9b846.tar.gz |
Update to 2.6.1; closes PR pkg/25091 by Kouichirou Hiratsuka.
2004-04-18 Jaka Mocnik <jaka@gnu.org>
* configure.in: version 2.6.1; tagged as GGV_2_6_1.
* src/ggv-window.c (verb_FileOpen): don't set the file chooser size.
fixes #139518. patch by Darren Adams.
* src/gsdefaults.c (gtk_gs_defaults_set_*): only set the new value
if it differs from the old: should fix #139362.
* src/ggv-window.c (open_button_pressed_cb): applied a patch by
Kouichirou Hiratsuka, fixing a crash when event parameter is NULL.
fixes #139408.
2004-04-08 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
Diffstat (limited to 'print/ggv2')
-rw-r--r-- | print/ggv2/Makefile | 4 | ||||
-rw-r--r-- | print/ggv2/PLIST | 3 | ||||
-rw-r--r-- | print/ggv2/distinfo | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile index c0305d4ad16..ae95ef9dd38 100644 --- a/print/ggv2/Makefile +++ b/print/ggv2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2004/04/14 16:15:26 jmmv Exp $ +# $NetBSD: Makefile,v 1.32 2004/04/18 15:50:44 jmmv Exp $ # -DISTNAME= ggv-2.6.0.1 +DISTNAME= ggv-2.6.1 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ggv/2.6/} EXTRACT_SUFX= .tar.bz2 diff --git a/print/ggv2/PLIST b/print/ggv2/PLIST index eac8ca0b725..61f43de7c59 100644 --- a/print/ggv2/PLIST +++ b/print/ggv2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/04/07 11:52:27 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/04/18 15:50:44 jmmv Exp $ bin/ggv lib/bonobo/servers/GNOME_GGV.server libexec/ggv-postscript-viewer @@ -65,6 +65,7 @@ ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/ggv.mo +${PKGLOCALEDIR}/locale/gu/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/ggv.mo diff --git a/print/ggv2/distinfo b/print/ggv2/distinfo index 77af3a334a9..a8eea19d898 100644 --- a/print/ggv2/distinfo +++ b/print/ggv2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2004/04/07 11:52:27 jmmv Exp $ +$NetBSD: distinfo,v 1.9 2004/04/18 15:50:44 jmmv Exp $ -SHA1 (ggv-2.6.0.1.tar.bz2) = 401e238363279d3805ec1e0144249b31d3bea44b -Size (ggv-2.6.0.1.tar.bz2) = 1213506 bytes +SHA1 (ggv-2.6.1.tar.bz2) = 0fba367c8fddeae2e76c3d2a30e144455136fa44 +Size (ggv-2.6.1.tar.bz2) = 1223845 bytes |