diff options
author | jmmv <jmmv> | 2004-09-21 17:11:25 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-09-21 17:11:25 +0000 |
commit | d8f4ffb9ff372d4a23092978fc2f62c776b58b46 (patch) | |
tree | d041afc6daed3df8f6066a4481d3c54890be469c /print | |
parent | 1d1e6b622cd34788a294c80fb5f7100cf91464c0 (diff) | |
download | pkgsrc-d8f4ffb9ff372d4a23092978fc2f62c776b58b46.tar.gz |
Update to 2.8.0. This version corresponds to GNOME 2.8.0.
2004-09-12 Jaka Mocnik <jaka@gnu.org>
* configure.in: version 2.8.0; tag GGV_2_8_0; tarball for the upcoming 2.8.0 release.
2004-09-06 Jaka Mocnik <jaka@gnu.org>
* configure.in: version 2.7.99; tag GGV_2_7_99; released a tarball.
* ggv.desktop.in (MimeType): removed application/pdf as the pdf
viewing functionality of ggv is, although still available, not
actively supported - use gpdf for PDF previewing.
2004-08-27 Akagic Amila <bono@linux.org.ba>
* configure.in: Added 'bs' to ALL_LINGUAS.
2004-08-17 Mark McLoughlin <mark@skynet.ie>
* src/recent-files/egg-recent-item.[ch],
src/recent-files/egg-recent-model.c,
src/recent-files/egg-recent-util.[ch],
src/recent-files/egg-recent-view-bonobo.c,
src/recent-files/egg-recent-view-gtk.c,
src/recent-files/egg-recent-view.[ch]: sync with
latest libegg.
* src/recent-files/update-from-egg.sh: add
* src/recent-files/Makefile.am: add update-from-egg.sh to
EXTRA_DIST.
2004-08-16 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Added nb to ALL_LINGUAS.
2004-07-21 Ray Strode <rstrode@redhat.com>
* ggv/ggv.desktop.in: Add MimeType line to desktop file
new mime sytem.
2004-07-18 Jaka Mocnik <jaka@gnu.org>
* configure.in: version 2.7.0; released a tarball.
* src/ggv-prefs.c (ggv_prefs_load): test for "/usr/usb/lpr" on Solaris.
* src/ggv-ui.xml: changed "Fullscreen mode" to "Full Screen"; fixes #144876.
* src/gtkgs.c (gtk_gs_goto_page): do a gtk_gs_set_page_size() in order to properly
display documents with pages of multiple sizes. now how could this one have crept in
and how come no one noticed it until now? fixes #147591.
* bonobo/ggv-postscript-view.c (ggv_postscript_view_print): do not attempt to execute
a print command from an argv array whose first element is NULL; fixes #147705.
2004-07-16 Muktha <muktha.narayan@wipro.com>
* bonobo/main.c (main): disable session manager connection for
ggv-postscript-viewer. Fixes bug #147710.
Fri Jun 18 08:33:07 2004 Jonathan Blandford <jrb@gnome.org>
* AUTHORS: Changed the authors file to make it more obvious who's
really in charge.
2004-06-16 Jaka Mocnik <jaka@gnu.org>
* src/ggv-window.c (ggv_window_load): applied patch from Subrahmanyam
Madduri: added code for getting the filename which is to be opened,
from the path of the file. Also changed the order of display in title
to "<filename> - GGV". Fixes bug #60092
* bonobo/ggv-postscript-view-ui.xml: applied a patch from Udayan Kumar,
that adds a print icon to the toolbar, fixing #140907.
2004-04-18 Jaka Mocnik <jaka@gnu.org>
* ggv-prefs-ui.c: (ggv_prefs_dialog_new): Changed accelarators
for Document tab - Default Zoom and Coordination Units to resolve
conflicts in accelarators. patch by Archana Shah. Fixes bug#
134976.
* src/ggv-window.c (ggv_add_open_button): added tooltip for recent
files button. patch by chenthill.
* backport of bugfixes from gnome-2-6 branch.
* 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-09 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
2004-04-07 Remi Cohen-Scali <rcoscali@cvs.gnome.org>
Fix for bug #139363
* bonobo/ggv-postscript-view.c (verb_FileSaveMarked): Added
chooser filter for PS docs and all files.
* src/ggv-window.c (verb_FileOpen): Added chooser filters for
PS docs and all files.
2004-04-07 Jaka Mocnik <jaka@gnu.org>
* src/recent-files/egg-recent-model.c (egg_recent_model_filter): do not
test for existence of files since this is done before setting the mime
filter, so we can (and usually will) end up with testing a bunch of URIs,
many of which can be remote, which causes unacceptable delays when
starting GGV!
* configure.in: bump version to 2.7.0.
2004-03-31 Christian Rose <menthos@menthos.com>
* configure.in: Added "af" to ALL_LINGUAS.
2004-03-30 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA (Canadian English) to ALL_LINGUAS.
2004-03-29 Samúel Jón Gunnarsson <sammi@techattack.nu>
* is.po: Added "is" to ALL_LINGUAS.
2004-03-24 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
Diffstat (limited to 'print')
-rw-r--r-- | print/ggv2/Makefile | 7 | ||||
-rw-r--r-- | print/ggv2/PLIST | 5 | ||||
-rw-r--r-- | print/ggv2/distinfo | 6 |
3 files changed, 10 insertions, 8 deletions
diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile index 1df2e98ee3e..bdf9fe6c9af 100644 --- a/print/ggv2/Makefile +++ b/print/ggv2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.34 2004/08/06 03:11:00 reed Exp $ +# $NetBSD: Makefile,v 1.35 2004/09/21 17:11:25 jmmv Exp $ # -DISTNAME= ggv-2.6.2 +DISTNAME= ggv-2.8.0 CATEGORIES= print gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ggv/2.6/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ggv/2.8/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org @@ -26,6 +26,7 @@ GCONF2_SCHEMAS= ggv.schemas .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../mk/ghostscript.mk" diff --git a/print/ggv2/PLIST b/print/ggv2/PLIST index 971b896d0cf..4f3f8731855 100644 --- a/print/ggv2/PLIST +++ b/print/ggv2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2004/07/18 21:29:35 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.10 2004/09/21 17:11:25 jmmv Exp $ bin/ggv lib/bonobo/servers/GNOME_GGV.server libexec/ggv-postscript-viewer @@ -49,6 +49,7 @@ ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/be/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/ggv.mo +${PKGLOCALEDIR}/locale/bs/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/ggv.mo @@ -78,11 +79,11 @@ ${PKGLOCALEDIR}/locale/kn/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/ggv.mo -${PKGLOCALEDIR}/locale/mi/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/ggv.mo +${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/ggv.mo ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/ggv.mo diff --git a/print/ggv2/distinfo b/print/ggv2/distinfo index 87d52cbda25..b533dde67ba 100644 --- a/print/ggv2/distinfo +++ b/print/ggv2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2004/07/18 21:29:35 jmmv Exp $ +$NetBSD: distinfo,v 1.11 2004/09/21 17:11:25 jmmv Exp $ -SHA1 (ggv-2.6.2.tar.bz2) = 7cf4eae417355110859bdd641013e57ce4528eae -Size (ggv-2.6.2.tar.bz2) = 1234678 bytes +SHA1 (ggv-2.8.0.tar.bz2) = eb65a858f81cd51dbad306c52303d6128d738e96 +Size (ggv-2.8.0.tar.bz2) = 1280464 bytes |