Update libgnomeprint and libgnomeprintui to 2.8.2:
Dom & Hans * Clean up win32 build Jody * Use 'b' with fopen just to be safe http://bugzilla.gnome.org/show_bug.cgi?id=160185 * Set the use theme flag correctly on subsequent previews * Check for existence of transport before offering it * Don't center the preview by default
This commit is contained in:
parent
f9fabef92a
commit
a306a031ec
5 changed files with 16 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.35 2004/12/28 21:42:23 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.36 2005/02/26 17:23:54 jmmv Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libgnomeprint-2.8.1
|
||||
DISTNAME= libgnomeprint-2.8.2
|
||||
CATEGORIES= print gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprint/2.8/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.12 2004/09/22 08:09:51 jlam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.13 2005/02/26 17:23:54 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
|
||||
|
@ -7,6 +7,7 @@ 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-pango.h
|
||||
include/libgnomeprint-2.2/libgnomeprint/gnome-print-paper.h
|
||||
include/libgnomeprint-2.2/libgnomeprint/gnome-print-transport.h
|
||||
include/libgnomeprint-2.2/libgnomeprint/gnome-print-unit.h
|
||||
include/libgnomeprint-2.2/libgnomeprint/gnome-print.h
|
||||
include/libgnomeprint-2.2/libgnomeprint/gnome-rfont.h
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.15 2005/02/24 12:51:43 agc Exp $
|
||||
$NetBSD: distinfo,v 1.16 2005/02/26 17:23:54 jmmv Exp $
|
||||
|
||||
SHA1 (libgnomeprint-2.8.1.tar.bz2) = 19fdbc173b5ef41042ec4bfad883785554eee907
|
||||
RMD160 (libgnomeprint-2.8.1.tar.bz2) = e2f69efc962899c639f42f204ac402d39b524514
|
||||
Size (libgnomeprint-2.8.1.tar.bz2) = 760273 bytes
|
||||
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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.29 2004/12/28 21:42:24 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2005/02/26 17:23:54 jmmv Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libgnomeprintui-2.8.1
|
||||
DISTNAME= libgnomeprintui-2.8.2
|
||||
CATEGORIES= print gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprintui/2.8/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -24,6 +24,8 @@ 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.8.2
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../devel/GConf2/buildlink3.mk"
|
||||
.include "../../devel/libbonobo/buildlink3.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.12 2005/02/24 12:51:43 agc Exp $
|
||||
$NetBSD: distinfo,v 1.13 2005/02/26 17:23:54 jmmv Exp $
|
||||
|
||||
SHA1 (libgnomeprintui-2.8.1.tar.bz2) = b77c8e952ccac2d3109a4f63b02c7edfb1c7b4de
|
||||
RMD160 (libgnomeprintui-2.8.1.tar.bz2) = e6fe71cd0186d34aae846f32828246b60380ce42
|
||||
Size (libgnomeprintui-2.8.1.tar.bz2) = 583148 bytes
|
||||
SHA1 (libgnomeprintui-2.8.2.tar.bz2) = 05a16145834c8a128c4aa553c72ea4b2c28034b2
|
||||
RMD160 (libgnomeprintui-2.8.2.tar.bz2) = 326052797645f0ee4d1e6649e3fa9d42cd0a55fc
|
||||
Size (libgnomeprintui-2.8.2.tar.bz2) = 583090 bytes
|
||||
|
|
Loading…
Reference in a new issue