diff options
author | jmmv <jmmv> | 2005-03-22 16:03:04 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-03-22 16:03:04 +0000 |
commit | 27c23e7f6cf6437e215068f87ddb8287c6fb6ffb (patch) | |
tree | be18dfc50fe4a67546e493cdb7fe9f787abea53b /print/libgnomeprint | |
parent | d1fe56b73432d55fdac1228858cef430d731470a (diff) | |
download | pkgsrc-27c23e7f6cf6437e215068f87ddb8287c6fb6ffb.tar.gz |
Update libgnomeprint and libgnomeprintui to 2.10.0:
Dom Lachowicz:
* Some pdf fixes.
* Support alpha in pdf images
Jody:
* Some AIX build fixes [#160861]
Lutz Mueller:
* Misc cleanup
* Prep for D&D support
Matthias Clasen:
* Async ppd loading
Suresh Chandrasekharan:
* Handle subfonts in ttf according to spec [#158027]
Diffstat (limited to 'print/libgnomeprint')
-rw-r--r-- | print/libgnomeprint/Makefile | 8 | ||||
-rw-r--r-- | print/libgnomeprint/PLIST | 4 | ||||
-rw-r--r-- | print/libgnomeprint/distinfo | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 171ee779366..40577f709ec 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2005/02/26 17:23:54 jmmv Exp $ +# $NetBSD: Makefile,v 1.37 2005/03/22 16:03:04 jmmv Exp $ # -DISTNAME= libgnomeprint-2.8.2 +DISTNAME= libgnomeprint-2.10.0 CATEGORIES= print gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprint/2.8/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprint/2.10/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org @@ -55,7 +55,9 @@ PRINT_PLIST_AWK+= /cups/ { print "$${USE_CUPS}" $$0; next; } .include "../../devel/libbonobo/buildlink3.mk" .include "../../devel/pango/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" +.include "../../fonts/fontconfig/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/libart2/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/libgnomeprint/PLIST b/print/libgnomeprint/PLIST index 12255d7caed..2d7b5398622 100644 --- a/print/libgnomeprint/PLIST +++ b/print/libgnomeprint/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.13 2005/02/26 17:23:54 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.14 2005/03/22 16:03:04 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 include/libgnomeprint-2.2/libgnomeprint/gnome-pgl.h include/libgnomeprint-2.2/libgnomeprint/gnome-print-config.h include/libgnomeprint-2.2/libgnomeprint/gnome-print-job.h +include/libgnomeprint-2.2/libgnomeprint/gnome-print-meta.h include/libgnomeprint-2.2/libgnomeprint/gnome-print-pango.h include/libgnomeprint-2.2/libgnomeprint/gnome-print-paper.h include/libgnomeprint-2.2/libgnomeprint/gnome-print-transport.h @@ -110,6 +111,7 @@ ${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/libgnomeprint-2.2.mo ${PKGLOCALEDIR}/locale/mr/LC_MESSAGES/libgnomeprint-2.2.mo ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/libgnomeprint-2.2.mo ${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/ne/LC_MESSAGES/libgnomeprint-2.2.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/libgnomeprint-2.2.mo ${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/libgnomeprint-2.2.mo ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/libgnomeprint-2.2.mo diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo index 7ff842be227..cba8a027060 100644 --- a/print/libgnomeprint/distinfo +++ b/print/libgnomeprint/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2005/02/26 17:23:54 jmmv Exp $ +$NetBSD: distinfo,v 1.17 2005/03/22 16:03:04 jmmv Exp $ -SHA1 (libgnomeprint-2.8.2.tar.bz2) = e5542fe2813299b439015aaea0f37bfcdb07e35c -RMD160 (libgnomeprint-2.8.2.tar.bz2) = 999b79f88be379410b8418a3523929ee61a426c0 -Size (libgnomeprint-2.8.2.tar.bz2) = 766574 bytes +SHA1 (libgnomeprint-2.10.0.tar.bz2) = af6b71aae70dd68d9abeb05b637e534a42572380 +RMD160 (libgnomeprint-2.10.0.tar.bz2) = 9b89680d0a86f6422a6897363b1054bb026305a3 +Size (libgnomeprint-2.10.0.tar.bz2) = 723285 bytes |