From 887bef01350de8f4b30ae416ffddaed001169573 Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 28 Jun 2004 18:24:07 +0000 Subject: Update libgnomeprint and libgnomeprintui to 2.6.2: http://bugzilla.gnome.org/show_bug.cgi?id=130814 * invalid fonts in pdf files when locale uses comma for decimal * invalid line widths in pdf --- print/libgnomeprint/Makefile | 6 +++--- print/libgnomeprint/PLIST | 47 ++++++++++++++++++++++---------------------- print/libgnomeprint/distinfo | 6 +++--- 3 files changed, 30 insertions(+), 29 deletions(-) (limited to 'print/libgnomeprint') diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 2f97e9f6ced..5b55d7683ad 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2004/05/04 21:39:44 jmmv Exp $ +# $NetBSD: Makefile,v 1.31 2004/06/28 18:24:07 jmmv Exp $ # -DISTNAME= libgnomeprint-2.6.1 +DISTNAME= libgnomeprint-2.6.2 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprint/2.6/} EXTRACT_SUFX= .tar.bz2 @@ -24,7 +24,7 @@ BUILDLINK_DEPENDS.freetype2+= freetype2>=2.1.4 PKGCONFIG_OVERRIDE= libgnomeprint/libgnomeprint-2.2.pc.in CONFIGURE_ARGS+= --enable-gtk-doc=no -CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html +CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc .include "../../mk/bsd.prefs.mk" diff --git a/print/libgnomeprint/PLIST b/print/libgnomeprint/PLIST index 580f0d33285..fb539bcd32c 100644 --- a/print/libgnomeprint/PLIST +++ b/print/libgnomeprint/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2004/05/04 21:39:44 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.10 2004/06/28 18:24:07 jmmv Exp $ include/libgnomeprint-2.2/libgnomeprint/gnome-font-face.h include/libgnomeprint-2.2/libgnomeprint/gnome-font.h include/libgnomeprint-2.2/libgnomeprint/gnome-glyphlist.h @@ -48,27 +48,28 @@ lib/libgnomeprint/${PKGVERSION}/modules/transports/libgnomeprint-lpr.a lib/libgnomeprint/${PKGVERSION}/modules/transports/libgnomeprint-lpr.la lib/libgnomeprint/${PKGVERSION}/modules/transports/libgnomeprint-lpr.so lib/pkgconfig/libgnomeprint-2.2.pc -share/doc/html/libgnomeprint/home.png -share/doc/html/libgnomeprint/index.html -share/doc/html/libgnomeprint/index.sgml -share/doc/html/libgnomeprint/left.png -share/doc/html/libgnomeprint/libgnomeprint-building.html -share/doc/html/libgnomeprint/libgnomeprint-compiling.html -share/doc/html/libgnomeprint/libgnomeprint-gnome-font-face.html -share/doc/html/libgnomeprint/libgnomeprint-gnome-font.html -share/doc/html/libgnomeprint/libgnomeprint-gnome-glyphlist.html -share/doc/html/libgnomeprint/libgnomeprint-gnome-pgl.html -share/doc/html/libgnomeprint/libgnomeprint-gnome-print-config.html -share/doc/html/libgnomeprint/libgnomeprint-gnome-print-job.html -share/doc/html/libgnomeprint/libgnomeprint-gnome-print-paper.html -share/doc/html/libgnomeprint/libgnomeprint-gnome-print-unit.html -share/doc/html/libgnomeprint/libgnomeprint-gnome-print.html -share/doc/html/libgnomeprint/libgnomeprint-gnome-rfont.html -share/doc/html/libgnomeprint/libgnomeprint-resources.html -share/doc/html/libgnomeprint/libgnomeprint.html -share/doc/html/libgnomeprint/libgnomeprintunsorted.html -share/doc/html/libgnomeprint/right.png -share/doc/html/libgnomeprint/up.png +share/doc/libgnomeprint/home.png +share/doc/libgnomeprint/index.html +share/doc/libgnomeprint/index.sgml +share/doc/libgnomeprint/left.png +share/doc/libgnomeprint/libgnomeprint-building.html +share/doc/libgnomeprint/libgnomeprint-compiling.html +share/doc/libgnomeprint/libgnomeprint-gnome-font-face.html +share/doc/libgnomeprint/libgnomeprint-gnome-font.html +share/doc/libgnomeprint/libgnomeprint-gnome-glyphlist.html +share/doc/libgnomeprint/libgnomeprint-gnome-pgl.html +share/doc/libgnomeprint/libgnomeprint-gnome-print-config.html +share/doc/libgnomeprint/libgnomeprint-gnome-print-job.html +share/doc/libgnomeprint/libgnomeprint-gnome-print-paper.html +share/doc/libgnomeprint/libgnomeprint-gnome-print-unit.html +share/doc/libgnomeprint/libgnomeprint-gnome-print.html +share/doc/libgnomeprint/libgnomeprint-gnome-rfont.html +share/doc/libgnomeprint/libgnomeprint-resources.html +share/doc/libgnomeprint/libgnomeprint.html +share/doc/libgnomeprint/libgnomeprintunsorted.html +share/doc/libgnomeprint/right.png +share/doc/libgnomeprint/style.css +share/doc/libgnomeprint/up.png share/libgnomeprint/${PKGVERSION}/globals.xml share/libgnomeprint/${PKGVERSION}/models/GNOME-GENERIC-PS.xml share/libgnomeprint/${PKGVERSION}/models/GNOME-PDF-WRITER.xml @@ -143,7 +144,7 @@ ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/libgnomeprint-2.2.mo @dirrm share/libgnomeprint/${PKGVERSION}/models @dirrm share/libgnomeprint/${PKGVERSION} @dirrm share/libgnomeprint -@dirrm share/doc/html/libgnomeprint +@dirrm share/doc/libgnomeprint @dirrm lib/libgnomeprint/${PKGVERSION}/modules/transports @dirrm lib/libgnomeprint/${PKGVERSION}/modules @dirrm lib/libgnomeprint/${PKGVERSION} diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo index cb632f4c881..925d1311e49 100644 --- a/print/libgnomeprint/distinfo +++ b/print/libgnomeprint/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2004/05/04 21:39:44 jmmv Exp $ +$NetBSD: distinfo,v 1.11 2004/06/28 18:24:07 jmmv Exp $ -SHA1 (libgnomeprint-2.6.1.tar.bz2) = e567ee12095807c753693fd94ba3beb0207e9fe5 -Size (libgnomeprint-2.6.1.tar.bz2) = 699757 bytes +SHA1 (libgnomeprint-2.6.2.tar.bz2) = b377269a25f5e0c27c6dac277017c332ee67504e +Size (libgnomeprint-2.6.2.tar.bz2) = 701216 bytes -- cgit v1.2.3