summaryrefslogtreecommitdiff
path: root/print/libgnomeprint/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-02-14 20:19:46 +0000
committerjmmv <jmmv>2003-02-14 20:19:46 +0000
commitaaf89ce1271e4b17e3fe7f02c993dbf52be72ad1 (patch)
treeb456c0df43b657461852b270ed8faf926d36f9db /print/libgnomeprint/Makefile
parent5b9e594319da4d6ae1d6811c97c8d2ff6f7579c1 (diff)
downloadpkgsrc-aaf89ce1271e4b17e3fe7f02c993dbf52be72ad1.tar.gz
Update to 2.2.1.1. Changes since 1.116.0:
* libgnomeprint/gnome-fontmap.c (fcpattern_to_gp_font_entry_alias): disable the patch for #105006 which was causing problems * Makefile.am (mydistcheck): use $(AMTAR) rather than $(TAR) which I guess is needed because I am using a newer automake. * libgnomeprint/gnome-fontmap.c (fcpattern_to_gp_font_entry_alias): Fix #105006 * libgnomeprint/gpa/gpa-settings.c (gpa_settings_finalize): only gpa_node_unref settings->printer when it is not NULL. Settings can be unatached to a printer in some cases * libgnomeprint/gnome-print-ps2.c: allow us to embed two fonts who happen to have the same Postscript name. See #105063. (gnome_print_ps2_init): create fonts_hash (gnome_print_ps2_finalize): destroy fonts_hash (gnome_print_ps2_set_font_real): when creating PSOs, specify which instance of the psname the font is for. * libgnomeprint/gnome-font-face.c (gnome_font_face_pso_new): add a "instance" argument that allows us to embed to fonts who happen to have the same postscript name. Set ->encodedname accordingly to the instance * libgnomeprint/gnome-print-pdf.c (gnome_print_pdf_set_font_real): when creating a pso, pass 0 as the instance. * libgnomeprint/gnome-font-private.h: update _pso_new's prototype, update the description of GnomeFontPsObject->encodedname. * tests/simple.c: add file used for simple code to test or replicate a bug. * tests/Makefile.am: add simple to Makefile * libgnomeprint/gnome-font-family.c (gnome_font_family_style_list): Don't return duplicated styles, the font-dialog no longer displays duplicated styles. Changes in the package: * Move documentation to share/doc/html. Update based on a patch provided by Juan RP in private mail.
Diffstat (limited to 'print/libgnomeprint/Makefile')
-rw-r--r--print/libgnomeprint/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
index cd1e74825a2..cdee85e22f5 100644
--- a/print/libgnomeprint/Makefile
+++ b/print/libgnomeprint/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2003/01/10 07:47:01 cjep Exp $
+# $NetBSD: Makefile,v 1.10 2003/02/14 20:19:46 jmmv Exp $
#
-DISTNAME= libgnomeprint-1.116.0
-PKGREVISION= 3
+DISTNAME= libgnomeprint-2.2.1.1
CATEGORIES= print gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprint/1.116/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprint/2.2/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@netbsd.org
HOMEPAGE= http://www.levien.com/gnome/print-arch.html
@@ -16,14 +16,14 @@ GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_GMAKE= YES
-USE_GNU_GETTEXT= YES
USE_X11= YES
-
USE_LIBTOOL= YES
+
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= ${WRKSRC}/libgnomeprint/libgnomeprint-2.2.pc.in
-pre-configure:
- ${MV} ${WRKSRC}/installer/README.installer ${WRKSRC}/installer/README.installer.2
+CONFIGURE_ARGS+= --enable-gtk-doc=no
+CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/libbonobo/buildlink2.mk"