diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-09-21 17:12:39 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-09-21 17:12:39 +0000 |
commit | a42c9379420a58893b9d71c70a91946cc922b09b (patch) | |
tree | 3d33bc266b00d97644fac8b1e2d316dfce0f29cd /print | |
parent | c78b7863a3eacfc6909654d17a1b166827d9ae67 (diff) | |
download | pkgsrc-a42c9379420a58893b9d71c70a91946cc922b09b.tar.gz |
Update to 2.8.0. This version corresponds to GNOME 2.8.0.
Version 2.8.0
-------------
* Translation updates: Francesco Marletta (it), Maxim Dziumanenko
(uk), Takeshi AIHANA (ja), Ivan Noris (sk), Vladimir Petkov (bg),
Kostas Papadimas (el), Hendrik Richter (de), Miloslav Trmac (cs),
Metin Amiroff (az), Raphael Higino (pt_BR), Aasmund Skjaeveland
(nn), Kjartan Maraas (nb), Misu Moldovan (ro), David Lodge (en_GB),
Gora Mohanty (or), Arafat Medini (ar), Baris Cicek (tr), Jordi
Mallach (ca), Dafydd Harries (cy), Paisa Seeluangsawat (th)
Version 2.7.91
--------------
* Don't overwrite files in Save As without asking the user (Vijaykumar
Patwari, Martin) - #149954
* Try to use embedded fonts before trying base 14. (Martin) - #149952
* Fix crash with action-less bookmark nodes (Martin) #150269
* Fix crash with mailto Links (Dan Williams) - #150476
* Tighten libgnomeprint dependency. (agriffis,foser@gentoo.org)
* Translation updates: Changwoo Ryu (ko), Christian Rose (sv), Dafyss
Tomos (cy), Danilo Segan (sr), Artur Flinta (pl), Leonid Kanter
(ru), Tommi Vainikainen (fi), Sami Pesonen (fi), Duarte Loreto (pt),
Adam Weinberger (en_CA), Francisco Javier F. Serrador (es), Ankit
Patel (gu), Zygimantas Berucka (lt), Laurent Dhima (sq), Tino Meinen
(nl), Miloslav Trmac (cs), Funda Wang (zh_CN), Metin Amiroff (az),
Jordi Mallach (ca), Martin Willemoes Hansen (da), Kjartan Maraas
(nb), Laurent Richard (fr), Maxim Dziumanenko (uk), Laszlo Dvornik
(hu), Inaki Larranaga (eu), Akagic Amila (bs)
Version 2.7.90
--------------
* Fix Code-To-Glyph mapping. Fixes problems with Greek, Russian pdfs, problems
with incomplete formulae from pdfTeX, problems with OpenOffice.org-generated
files, etc. (Martin, thanks to Owen for a hint) - #148362
* When changing pages, don't show top of the old page first.
(Federico Mena Quintero) - #126720
* Eliminate scroll-before-zoom effect. (Martin)
* Fix scroll-to-top-left-when-dragging-the-page-bug.
(Jeff Muizelaar) - #126719
* Be more careful when destroying dialogs. Fixes some crashes on exit.
(Martin) - #149062
* Display only the file's basename in the window title. (Martin) - #130611
* Remove the File - Quit menu item. (Martin) - #148681
* Add MimeType and X-GNOME-Bugzilla desktop file entries. (Martin) - #147870
* Translation updates: Funda Wang (zh_CN), Zygimantas Berucka (lt), Gareth Owen
(en_GB), Joao Paulo Gomes Vanzuita (pt_BR), Takeshi AIHANA (ja), Tino Meinen
(nl), Laurent Dhima (sq), Christian Neumair (de), Ole Laursen (da), Laszlo
Dvornik (hu), Shoshannah Forbes (he), Francisco Javier F. Serrador (es),
Guntupalli Karunakar (hi), Duarte Loreto (pt), Kjartaan Maraas (no), Sami
Pesonen (fi), Adam Weinberger (en_CA)
Version 2.7.2
-------------
* Make the scrollbar buttons work. (Martin) - #132489
* Keep "Loading failed" alerts on screen until the user dismisses
them. (Martin) - #137262
* Outline view improvements. (Remi)
* Code clean-ups. (Remi)
* Remove Xpdf cruft from build system. (Martin) - #111404
* Make about box more translation tool-friendly. (Martin)
* Translation updates: Takeshi AIHANA (ja), Laurent Dhima (sq),
Miloslav Trmac (cs)
Version 2.7.1
-------------
* Filters for the file chooser. (Remi)
* Updated recent-files code from egg. (Martin) - #138817
* Remove GNOME from window title. (Martin) - #137167
* Fix thumbnail crashers. (Martin, Remi) - #139211, #139477, #141725
* Dramatically speed up loading of files with many thumbnails. (Remi)
- #137439
* Fix handling of "named links" bookmarks. (Remi)
* Fix external link launch bug.
* Update Xpdf codebase from 2.02 to 3.00. (Martin, Remi)
* Fix drawImageMask code, handle the invert parameter. (Martin) - #142964
* Translation updates: Zuza Software Foundation (af), Helgi Thormar
Thorbjornsson (is), Inaki Larranaga (eu), Gujarati Team (gu), Andras
Timar (hu)m Theppitak Karoonboonyanan (th), Gareth Owen (en_GB),
Miloslav Trmac (cs), Tino Meinen (nl), Funda Wang (zh_CN), Raphael
Higino (pt_BR), Kjartan Maraas (no), Takeshi AIHANA (ja), Francisco
Javier F. Serrador (es), Alexander Winston (en_CA), Ahmad Riza H Nst
(id), Rostislav Raykov (bg), Laurent Richard (fr), Stanislav
Visnovsky (sk).
Diffstat (limited to 'print')
-rw-r--r-- | print/gpdf/Makefile | 7 | ||||
-rw-r--r-- | print/gpdf/PLIST | 5 | ||||
-rw-r--r-- | print/gpdf/distinfo | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/print/gpdf/Makefile b/print/gpdf/Makefile index 1c7f1153857..17600415415 100644 --- a/print/gpdf/Makefile +++ b/print/gpdf/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2004/06/28 15:37:48 jmmv Exp $ +# $NetBSD: Makefile,v 1.19 2004/09/21 17:12:39 jmmv Exp $ # -DISTNAME= gpdf-0.132 +DISTNAME= gpdf-2.8.0 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gpdf/0.132/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gpdf/2.8/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org @@ -32,6 +32,7 @@ GCONF2_SCHEMAS= gpdf.schemas .include "../../devel/pkgconfig/buildlink3.mk" .include "../../print/libgnomeprint/buildlink3.mk" .include "../../print/libgnomeprintui/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" diff --git a/print/gpdf/PLIST b/print/gpdf/PLIST index 4b5f9485f58..865426e7fd3 100644 --- a/print/gpdf/PLIST +++ b/print/gpdf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/06/28 15:37:48 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/09/21 17:12:39 jmmv Exp $ bin/gpdf lib/bonobo/servers/GNOME_PDF.server libexec/gnome-pdf-viewer @@ -25,6 +25,7 @@ ${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/be/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/gpdf.mo +${PKGLOCALEDIR}/locale/bs/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/gpdf.mo @@ -58,9 +59,11 @@ ${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gpdf.mo +${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gpdf.mo +${PKGLOCALEDIR}/locale/or/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/pa/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gpdf.mo diff --git a/print/gpdf/distinfo b/print/gpdf/distinfo index 2bc50d70701..715113a1f4e 100644 --- a/print/gpdf/distinfo +++ b/print/gpdf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2004/06/28 15:37:48 jmmv Exp $ +$NetBSD: distinfo,v 1.7 2004/09/21 17:12:39 jmmv Exp $ -SHA1 (gpdf-0.132.tar.bz2) = 6039f50b1fa5e0a0afb74928ed7827d3042c5ee4 -Size (gpdf-0.132.tar.bz2) = 1109005 bytes +SHA1 (gpdf-2.8.0.tar.bz2) = d01ec96a2122941401a9ef69d66f500a43366b3b +Size (gpdf-2.8.0.tar.bz2) = 1046763 bytes SHA1 (patch-aa) = 8985b54bad962a31a6ee315747c0297419b8e291 |