diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-14 20:19:46 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-14 20:19:46 +0000 |
commit | 5eedd1f8488f5a117ae664c8dd29a9b9b7dacbcf (patch) | |
tree | b456c0df43b657461852b270ed8faf926d36f9db | |
parent | 24b2ec0828cbaed1ef89a6dbc5e35e8b9d024580 (diff) | |
download | pkgsrc-5eedd1f8488f5a117ae664c8dd29a9b9b7dacbcf.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.
-rw-r--r-- | print/libgnomeprint/Makefile | 16 | ||||
-rw-r--r-- | print/libgnomeprint/PLIST | 244 | ||||
-rw-r--r-- | print/libgnomeprint/buildlink2.mk | 24 | ||||
-rw-r--r-- | print/libgnomeprint/distinfo | 8 | ||||
-rw-r--r-- | print/libgnomeprint/patches/patch-aa | 17 | ||||
-rw-r--r-- | print/libgnomeprint/patches/patch-ab | 17 |
6 files changed, 153 insertions, 173 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" diff --git a/print/libgnomeprint/PLIST b/print/libgnomeprint/PLIST index ee220f58c03..d1cd311b311 100644 --- a/print/libgnomeprint/PLIST +++ b/print/libgnomeprint/PLIST @@ -1,118 +1,126 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:38 tron Exp $ -bin/libgnomeprint-2.0-font-install -etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap -include/libgnomeprint-2.0/libgnomeprint/gnome-font-face.h -include/libgnomeprint-2.0/libgnomeprint/gnome-font.h -include/libgnomeprint-2.0/libgnomeprint/gnome-glyphlist.h -include/libgnomeprint-2.0/libgnomeprint/gnome-pgl.h -include/libgnomeprint-2.0/libgnomeprint/gnome-print-config.h -include/libgnomeprint-2.0/libgnomeprint/gnome-print-master.h -include/libgnomeprint-2.0/libgnomeprint/gnome-print-paper.h -include/libgnomeprint-2.0/libgnomeprint/gnome-print-unit.h -include/libgnomeprint-2.0/libgnomeprint/gnome-print.h -include/libgnomeprint-2.0/libgnomeprint/gnome-rfont.h -include/libgnomeprint-2.0/libgnomeprint/gp-gc.h -include/libgnomeprint-2.0/libgnomeprint/private/gnome-font-private.h -include/libgnomeprint-2.0/libgnomeprint/private/gnome-print-private.h -include/libgnomeprint-2.0/libgnomeprint/private/gp-gc-private.h -include/libgnomeprint-2.0/libgnomeprint/private/gpa-private.h -lib/gnome-print-2.0/drivers/libgnomeprint-fax.a -lib/gnome-print-2.0/drivers/libgnomeprint-fax.la -lib/gnome-print-2.0/drivers/libgnomeprint-fax.so -lib/gnome-print-2.0/drivers/libgnomeprint-fax.so.0 -lib/gnome-print-2.0/drivers/libgnomeprint-fax.so.0.0 -lib/gnome-print-2.0/transports/libgnomeprint-custom.a -lib/gnome-print-2.0/transports/libgnomeprint-custom.la -lib/gnome-print-2.0/transports/libgnomeprint-custom.so -lib/gnome-print-2.0/transports/libgnomeprint-custom.so.0 -lib/gnome-print-2.0/transports/libgnomeprint-custom.so.0.0 -lib/gnome-print-2.0/transports/libgnomeprint-file.a -lib/gnome-print-2.0/transports/libgnomeprint-file.la -lib/gnome-print-2.0/transports/libgnomeprint-file.so -lib/gnome-print-2.0/transports/libgnomeprint-file.so.0 -lib/gnome-print-2.0/transports/libgnomeprint-file.so.0.0 -lib/gnome-print-2.0/transports/libgnomeprint-lpr.a -lib/gnome-print-2.0/transports/libgnomeprint-lpr.la -lib/gnome-print-2.0/transports/libgnomeprint-lpr.so -lib/gnome-print-2.0/transports/libgnomeprint-lpr.so.0 -lib/gnome-print-2.0/transports/libgnomeprint-lpr.so.0.0 -lib/libgnomeprint-2.a -lib/libgnomeprint-2.la -lib/libgnomeprint-2.so -lib/libgnomeprint-2.so.0 -lib/libgnomeprint-2.so.0.0 -lib/pkgconfig/libgnomeprint-2.0.pc -share/fonts/README.installer.2 -share/gnome-print-2.0/media/media.xml -share/gnome-print-2.0/models/GNOME-GENERIC-PS.model -share/gnome-print-2.0/models/HP-LASERJET-4ML.model -share/gnome-print-2.0/models/STYLUS-COLOR-740.model -share/gnome-print-2.0/printers/GENERIC.printer -share/gnome-print-2.0/vendors/EPSON.vendor -share/gnome-print-2.0/vendors/GNOME.vendor -share/gnome-print-2.0/vendors/HP.vendor -share/gnome/libgnomeprint-2.0/fonts/adobe-urw.font -share/gnome/libgnomeprint-2.0/fonts/defaults.fontmap -share/gtk-doc/html/libgnomeprint/index.html -share/gtk-doc/html/libgnomeprint/index.sgml -share/gtk-doc/html/libgnomeprint/libgnomeprint-building.html -share/gtk-doc/html/libgnomeprint/libgnomeprint-compiling.html -share/gtk-doc/html/libgnomeprint/libgnomeprint-gnome-font-face.html -share/gtk-doc/html/libgnomeprint/libgnomeprint-gnome-font.html -share/gtk-doc/html/libgnomeprint/libgnomeprint-gnome-glyphlist.html -share/gtk-doc/html/libgnomeprint/libgnomeprint-gnome-pgl.html -share/gtk-doc/html/libgnomeprint/libgnomeprint-gnome-print-config.html -share/gtk-doc/html/libgnomeprint/libgnomeprint-gnome-print-master.html -share/gtk-doc/html/libgnomeprint/libgnomeprint-gnome-print-paper.html -share/gtk-doc/html/libgnomeprint/libgnomeprint-gnome-print-unit.html -share/gtk-doc/html/libgnomeprint/libgnomeprint-gnome-print.html -share/gtk-doc/html/libgnomeprint/libgnomeprint-gnome-rfont.html -share/gtk-doc/html/libgnomeprint/libgnomeprint-question-index.html -share/gtk-doc/html/libgnomeprint/libgnomeprint-resources.html -share/gtk-doc/html/libgnomeprint/libgnomeprint.html -share/gtk-doc/html/libgnomeprint/libgnomeprintunsorted.html -${PKGLOCALEDIR}/locale/az/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/et/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/no/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/libgnomeprint-2.0.mo -${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/libgnomeprint-2.0.mo -@dirrm share/gtk-doc/html/libgnomeprint -@unexec ${RMDIR} -p %D/share/gtk-doc/html 2>/dev/null || ${TRUE} -@dirrm share/gnome/libgnomeprint-2.0/fonts -@dirrm share/gnome/libgnomeprint-2.0 -@dirrm share/gnome-print-2.0/vendors -@dirrm share/gnome-print-2.0/printers -@dirrm share/gnome-print-2.0/models -@dirrm share/gnome-print-2.0/media -@dirrm share/gnome-print-2.0 -@dirrm lib/gnome-print-2.0/transports -@dirrm lib/gnome-print-2.0/drivers -@dirrm lib/gnome-print-2.0 -@dirrm include/libgnomeprint-2.0/libgnomeprint/private -@dirrm include/libgnomeprint-2.0/libgnomeprint -@dirrm include/libgnomeprint-2.0 -@dirrm etc/gnome/libgnomeprint-2.0/fonts -@dirrm etc/gnome/libgnomeprint-2.0 +@comment $NetBSD: PLIST,v 1.4 2003/02/14 20:19:47 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-paper.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 +include/libgnomeprint-2.2/libgnomeprint/gp-gc.h +include/libgnomeprint-2.2/libgnomeprint/libgnomeprint-enum-types.h +include/libgnomeprint-2.2/libgnomeprint/private/gnome-font-private.h +include/libgnomeprint-2.2/libgnomeprint/private/gnome-glyphlist-private.h +include/libgnomeprint-2.2/libgnomeprint/private/gnome-print-config-private.h +include/libgnomeprint-2.2/libgnomeprint/private/gnome-print-private.h +include/libgnomeprint-2.2/libgnomeprint/private/gp-gc-private.h +include/libgnomeprint-2.2/libgnomeprint/private/gpa-config.h +include/libgnomeprint-2.2/libgnomeprint/private/gpa-key.h +include/libgnomeprint-2.2/libgnomeprint/private/gpa-list.h +include/libgnomeprint-2.2/libgnomeprint/private/gpa-model.h +include/libgnomeprint-2.2/libgnomeprint/private/gpa-node-private.h +include/libgnomeprint-2.2/libgnomeprint/private/gpa-node.h +include/libgnomeprint-2.2/libgnomeprint/private/gpa-option.h +include/libgnomeprint-2.2/libgnomeprint/private/gpa-printer.h +include/libgnomeprint-2.2/libgnomeprint/private/gpa-reference.h +include/libgnomeprint-2.2/libgnomeprint/private/gpa-root.h +include/libgnomeprint-2.2/libgnomeprint/private/gpa-settings.h +include/libgnomeprint-2.2/libgnomeprint/private/gpa-utils.h +lib/libgnomeprint-2-2.a +lib/libgnomeprint-2-2.la +lib/libgnomeprint-2-2.so +lib/libgnomeprint-2-2.so.0 +lib/libgnomeprint-2-2.so.0.0 +lib/libgnomeprint/${PKGVERSION}/modules/transports/libgnomeprint-custom.a +lib/libgnomeprint/${PKGVERSION}/modules/transports/libgnomeprint-custom.la +lib/libgnomeprint/${PKGVERSION}/modules/transports/libgnomeprint-custom.so +lib/libgnomeprint/${PKGVERSION}/modules/transports/libgnomeprint-custom.so.0 +lib/libgnomeprint/${PKGVERSION}/modules/transports/libgnomeprint-custom.so.0.0 +lib/libgnomeprint/${PKGVERSION}/modules/transports/libgnomeprint-file.a +lib/libgnomeprint/${PKGVERSION}/modules/transports/libgnomeprint-file.la +lib/libgnomeprint/${PKGVERSION}/modules/transports/libgnomeprint-file.so +lib/libgnomeprint/${PKGVERSION}/modules/transports/libgnomeprint-file.so.0 +lib/libgnomeprint/${PKGVERSION}/modules/transports/libgnomeprint-file.so.0.0 +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/libgnomeprint/${PKGVERSION}/modules/transports/libgnomeprint-lpr.so.0 +lib/libgnomeprint/${PKGVERSION}/modules/transports/libgnomeprint-lpr.so.0.0 +lib/pkgconfig/libgnomeprint-2.2.pc +share/doc/html/libgnomeprint-2.2/index.html +share/doc/html/libgnomeprint-2.2/index.sgml +share/doc/html/libgnomeprint-2.2/libgnomeprint-building.html +share/doc/html/libgnomeprint-2.2/libgnomeprint-compiling.html +share/doc/html/libgnomeprint-2.2/libgnomeprint-gnome-font-face.html +share/doc/html/libgnomeprint-2.2/libgnomeprint-gnome-font.html +share/doc/html/libgnomeprint-2.2/libgnomeprint-gnome-glyphlist.html +share/doc/html/libgnomeprint-2.2/libgnomeprint-gnome-pgl.html +share/doc/html/libgnomeprint-2.2/libgnomeprint-gnome-print-config.html +share/doc/html/libgnomeprint-2.2/libgnomeprint-gnome-print-job.html +share/doc/html/libgnomeprint-2.2/libgnomeprint-gnome-print-paper.html +share/doc/html/libgnomeprint-2.2/libgnomeprint-gnome-print-unit.html +share/doc/html/libgnomeprint-2.2/libgnomeprint-gnome-print.html +share/doc/html/libgnomeprint-2.2/libgnomeprint-gnome-rfont.html +share/doc/html/libgnomeprint-2.2/libgnomeprint-resources.html +share/doc/html/libgnomeprint-2.2/libgnomeprint.html +share/doc/html/libgnomeprint-2.2/libgnomeprintunsorted.html +share/libgnomeprint/${PKGVERSION}/globals.xml +share/libgnomeprint/${PKGVERSION}/models/GNOME-GENERIC-PS.xml +share/libgnomeprint/${PKGVERSION}/models/GNOME-PDF-WRITER.xml +share/libgnomeprint/${PKGVERSION}/printers/GENERIC.xml +share/libgnomeprint/${PKGVERSION}/printers/PDF-WRITER.xml +${PKGLOCALEDIR}/locale/am/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/az/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/be/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/da/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/el/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/et/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/he/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/ms/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 +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/libgnomeprint-2.2.mo +${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/libgnomeprint-2.2.mo +@dirrm share/libgnomeprint/${PKGVERSION}/printers +@dirrm share/libgnomeprint/${PKGVERSION}/models +@dirrm share/libgnomeprint/${PKGVERSION} +@dirrm share/libgnomeprint +@dirrm share/doc/html/libgnomeprint-2.2 +@dirrm lib/libgnomeprint/${PKGVERSION}/modules/transports +@dirrm lib/libgnomeprint/${PKGVERSION}/modules +@dirrm lib/libgnomeprint/${PKGVERSION} +@dirrm lib/libgnomeprint +@dirrm include/libgnomeprint-2.2/libgnomeprint/private +@dirrm include/libgnomeprint-2.2/libgnomeprint +@dirrm include/libgnomeprint-2.2 diff --git a/print/libgnomeprint/buildlink2.mk b/print/libgnomeprint/buildlink2.mk index 98b11293e61..860f6e6868c 100644 --- a/print/libgnomeprint/buildlink2.mk +++ b/print/libgnomeprint/buildlink2.mk @@ -1,20 +1,28 @@ -# $NetBSD: buildlink2.mk,v 1.5 2002/12/24 06:10:22 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.6 2003/02/14 20:19:47 jmmv Exp $ +# +# This Makefile fragment is included by packages that use libgnomeprint. +# +# This file was created automatically using createbuildlink 2.4. +# .if !defined(LIBGNOMEPRINT_BUILDLINK2_MK) LIBGNOMEPRINT_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= libgnomeprint -BUILDLINK_DEPENDS.libgnomeprint?= libgnomeprint>=1.116.0nb3 +BUILDLINK_DEPENDS.libgnomeprint?= libgnomeprint>=2.2.1.1 BUILDLINK_PKGSRCDIR.libgnomeprint?= ../../print/libgnomeprint -EVAL_PREFIX+= BUILDLINK_PREFIX.libgnomeprint=libgnomeprint +EVAL_PREFIX+= BUILDLINK_PREFIX.libgnomeprint=libgnomeprint BUILDLINK_PREFIX.libgnomeprint_DEFAULT= ${LOCALBASE} -BUILDLINK_FILES.libgnomeprint+= include/libgnomeprint-2.0/libgnomeprint/* -BUILDLINK_FILES.libgnomeprint+= include/libgnomeprint-2.0/libgnomeprint/private/* -BUILDLINK_FILES.libgnomeprint+= lib/gnome-print-2.0/drivers/* -BUILDLINK_FILES.libgnomeprint+= lib/gnome-print-2.0/transports/* -BUILDLINK_FILES.libgnomeprint+= lib/libgnomeprint-2.* +BUILDLINK_FILES.libgnomeprint+= include/libgnomeprint-2.2/libgnomeprint/* +BUILDLINK_FILES.libgnomeprint+= include/libgnomeprint-2.2/libgnomeprint/private/* +BUILDLINK_FILES.libgnomeprint+= lib/libgnomeprint-2-2.* +BUILDLINK_FILES.libgnomeprint+= lib/libgnomeprint/2.2.1.1/modules/transports/libgnomeprint-custom.* +BUILDLINK_FILES.libgnomeprint+= lib/libgnomeprint/2.2.1.1/modules/transports/libgnomeprint-file.* +BUILDLINK_FILES.libgnomeprint+= lib/libgnomeprint/2.2.1.1/modules/transports/libgnomeprint-lpr.* +BUILDLINK_FILES.libgnomeprint+= lib/pkgconfig/libgnomeprint-2.2.pc +.include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/libbonobo/buildlink2.mk" .include "../../devel/pango/buildlink2.mk" .include "../../devel/glib2/buildlink2.mk" diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo index afd3face1ac..e74dc974bc8 100644 --- a/print/libgnomeprint/distinfo +++ b/print/libgnomeprint/distinfo @@ -1,6 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/09/12 04:19:51 rh Exp $ +$NetBSD: distinfo,v 1.3 2003/02/14 20:19:47 jmmv Exp $ -SHA1 (libgnomeprint-1.116.0.tar.gz) = 757072d083f8d55ec38dc45198535b0a642ae557 -Size (libgnomeprint-1.116.0.tar.gz) = 620778 bytes -SHA1 (patch-aa) = bd6320841f82956a345c92158e8357037e53ff9e -SHA1 (patch-ab) = ea5e0cb38bb0a939c6472fda4f60babf98fef16a +SHA1 (libgnomeprint-2.2.1.1.tar.bz2) = 9f36e97b39d594305aa32496f3902a55f020e8ef +Size (libgnomeprint-2.2.1.1.tar.bz2) = 558292 bytes diff --git a/print/libgnomeprint/patches/patch-aa b/print/libgnomeprint/patches/patch-aa deleted file mode 100644 index d325ffdc677..00000000000 --- a/print/libgnomeprint/patches/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/07/12 17:15:54 wiz Exp $ - ---- installer/Makefile.am.orig Thu Mar 7 23:44:11 2002 -+++ installer/Makefile.am -@@ -20,10 +20,10 @@ - $(LIBGNOMEPRINT_LIBS) \ - $(INTLLIBS) -lpopt - --EXTRA_DIST = README.installer -+EXTRA_DIST = README.installer.2 - - readmedir = $(datadir)/fonts --readme_DATA = README.installer -+readme_DATA = README.installer.2 - - if INSTALL_FONTS - INSTALL_COMMAND = ./libgnomeprint-2.0-font-install \ diff --git a/print/libgnomeprint/patches/patch-ab b/print/libgnomeprint/patches/patch-ab deleted file mode 100644 index f194750304a..00000000000 --- a/print/libgnomeprint/patches/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/07/12 17:15:54 wiz Exp $ - ---- installer/Makefile.in.orig Fri Jun 7 09:04:19 2002 -+++ installer/Makefile.in -@@ -116,10 +116,10 @@ - libgnomeprint_2_0_font_install_LDADD = $(LIBGNOMEPRINT_LIBS) $(INTLLIBS) -lpopt - - --EXTRA_DIST = README.installer -+EXTRA_DIST = README.installer.2 - - readmedir = $(datadir)/fonts --readme_DATA = README.installer -+readme_DATA = README.installer.2 - @INSTALL_FONTS_TRUE@INSTALL_COMMAND = ./libgnomeprint-2.0-font-install --debug --smart --refresh --static --aliases=$(FONTMAPDIR_STATIC)/adobe-urw.font --aliases=$(top_srcdir)/fonts/adobe-urw.font --target=$(FONTMAPDIR_STATIC)/gnome-print.fontmap - @INSTALL_FONTS_FALSE@INSTALL_COMMAND = - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |