diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-10-10 13:57:40 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-10-10 13:57:40 +0000 |
commit | e424eb1a6dd2666d95b8920c58042a33778b5d2c (patch) | |
tree | 1aa3adebb90b0069746a586ed5f7e1f8940f36a4 /print/libgnomeprintui/Makefile | |
parent | 849db16498b1e508e5cea511aea064a3fd21a414 (diff) | |
download | pkgsrc-e424eb1a6dd2666d95b8920c58042a33778b5d2c.tar.gz |
Update libgnomeprint and libgnomeprintui to 2.12.1:
libgnomeprint 2.12.1
Christian Persch:
* Fix the missing page of the print dialog. [#316692]
* Don't crash or leak when printing to an invalid file. [#312803]
Jody:
* Fix transparent image rendering. [#316018]
* Patch leaks. [#312928, #312929, #316517]
* Update paper preview on custom paper size change [#306886]
* Fix instability in filters [#316490]
Jürg Billeter:
* select the default printer. [#155144]
------------------------------------------------------------------------------
libgnomeprint 2.11.0
Ivan Wong:
* Port to win32.
* GDI backend.
Jody:
* Fix pdf generation.
* Fix duplex for cups printers.
* Re-enable duplex-tumble for printers without ppd.
* Add some G_GNUC_PRINTF to improve api warnings.
Lutz:
* Prepare to modularize transports and drivers.
* More work on clipboard support for previews.
Owen:
* Fix pango handling of vertical offsets.
Diffstat (limited to 'print/libgnomeprintui/Makefile')
-rw-r--r-- | print/libgnomeprintui/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/libgnomeprintui/Makefile b/print/libgnomeprintui/Makefile index dce6fbdf46e..7424ea07518 100644 --- a/print/libgnomeprintui/Makefile +++ b/print/libgnomeprintui/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.38 2005/08/10 20:56:23 jlam Exp $ +# $NetBSD: Makefile,v 1.39 2005/10/10 13:57:40 jmmv Exp $ # -DISTNAME= libgnomeprintui-2.10.2 +DISTNAME= libgnomeprintui-2.12.1 CATEGORIES= print gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprintui/2.10/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprintui/2.12/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org @@ -22,7 +22,7 @@ PKGCONFIG_OVERRIDE= libgnomeprintui/libgnomeprintui-2.2.pc.in CONFIGURE_ARGS= --enable-gtk-doc=no CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc -BUILDLINK_DEPENDS.libgnomeprint+= libgnomeprint>=2.10.2 +BUILDLINK_DEPENDS.libgnomeprint+= libgnomeprint>=2.12.1 .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/GConf2/buildlink3.mk" |