diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-06-28 15:37:48 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-06-28 15:37:48 +0000 |
commit | ebe1a65e3d22e684a9a5d16fd3322ab990bcf12a (patch) | |
tree | 563ebaf152b3bcb8e97d638a4ff82a6c504575a2 | |
parent | 9bd031b34a564a6adfab69bf197889757e7e972e (diff) | |
download | pkgsrc-ebe1a65e3d22e684a9a5d16fd3322ab990bcf12a.tar.gz |
Update to 0.132:
* Make the scrollbar buttons work. (Martin) - #132489
* Keep "Loading failed" alerts on screen until the user dismisses
them. (Martin) - #137262
* Fix handling of link_named bookmarks. (Remi)
* Load bookmarks and thumbnails in the background. Speeds up file
loading. (Remi) - #137439
* Update recent-files code (includes file locking fixes). (Martin) -
#138817
* Fix crashes during Thumbnail extraction. (Martin) - #139211,
#139477, #141725, #141226
* File format filters for the file chooser. (Remi) - #137592
* Translation updates: Zuza Software Foundation (af), Helgi Thormar
Thobjornsson (is), Inaki Larranaga (eu), Gujarati Team (gu), Andras
Timar (hu), Theppitak Karoonboonyanan (th), Christian Rose (sv),
Francisco Javier F. Serrador (es), Duarte Loreto (pt), Gareth Owen
(en_GB), Miloslav Trmac (cs), Sigurd Gartmann (no), Artur Flinta
(pl), Baris Cicek (tr), Tino Meinen (nl), Laurent Dhima (sq),
Changwoo Ryu (ko), Funda Wang (zh_CN), Christian Neumair (de), Ole
Laursen (da), Raphael Higino (pt_BR), Danilo Segan (sr), Takeshi
AIHANA (ja), Adam Weinberger (en_CA), Ahmad Riza H Nst (id),
Christophe Merlet (fr), Francesco Marletta (it), Rostislav Raykov (bg)
Rhys Jones (cy)
-rw-r--r-- | print/gpdf/Makefile | 7 | ||||
-rw-r--r-- | print/gpdf/PLIST | 4 | ||||
-rw-r--r-- | print/gpdf/distinfo | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/print/gpdf/Makefile b/print/gpdf/Makefile index 42205ea4827..1c7f1153857 100644 --- a/print/gpdf/Makefile +++ b/print/gpdf/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2004/06/05 23:36:33 reed Exp $ +# $NetBSD: Makefile,v 1.18 2004/06/28 15:37:48 jmmv Exp $ # -DISTNAME= gpdf-0.131 -PKGREVISION= 1 +DISTNAME= gpdf-0.132 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gpdf/0.131/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gpdf/0.132/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org diff --git a/print/gpdf/PLIST b/print/gpdf/PLIST index ed7222f1362..4b5f9485f58 100644 --- a/print/gpdf/PLIST +++ b/print/gpdf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/04/01 18:58:20 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/06/28 15:37:48 jmmv Exp $ bin/gpdf lib/bonobo/servers/GNOME_PDF.server libexec/gnome-pdf-viewer @@ -19,6 +19,7 @@ share/gnome/help/gpdf/es/gpdf.xml share/gnome/help/gpdf/es/legal.xml share/gpdf/glade/gpdf-print-progress-dialog.glade share/gpdf/glade/gpdf-properties-dialog.glade +${PKGLOCALEDIR}/locale/af/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/am/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gpdf.mo @@ -40,6 +41,7 @@ ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gpdf.mo +${PKGLOCALEDIR}/locale/gu/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/gpdf.mo ${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/gpdf.mo diff --git a/print/gpdf/distinfo b/print/gpdf/distinfo index 86da3c743c3..2bc50d70701 100644 --- a/print/gpdf/distinfo +++ b/print/gpdf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2004/04/15 13:48:43 xtraeme Exp $ +$NetBSD: distinfo,v 1.6 2004/06/28 15:37:48 jmmv Exp $ -SHA1 (gpdf-0.131.tar.bz2) = 16447f33aa4926657ef3fbe9432106a491028e62 -Size (gpdf-0.131.tar.bz2) = 1101285 bytes +SHA1 (gpdf-0.132.tar.bz2) = 6039f50b1fa5e0a0afb74928ed7827d3042c5ee4 +Size (gpdf-0.132.tar.bz2) = 1109005 bytes SHA1 (patch-aa) = 8985b54bad962a31a6ee315747c0297419b8e291 |