From fcc90fc3f8e911036ed3111e06216e438fb306c9 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 14 Mar 2000 21:36:46 +0000 Subject: Update "gnome-print" package to version 0.12. A changelog for this version is not available. --- print/gnome-print/Makefile | 4 +-- print/gnome-print/files/md5 | 4 +-- print/gnome-print/files/patch-sum | 4 +-- print/gnome-print/patches/patch-aa | 51 +++++++++++++------------------ print/gnome-print/pkg/PLIST | 61 ++++++++++++++++++++++---------------- 5 files changed, 61 insertions(+), 63 deletions(-) (limited to 'print') diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 9a58c5784ed..1cea1944ac6 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2000/01/26 11:57:12 rh Exp $ +# $NetBSD: Makefile,v 1.13 2000/03/14 21:36:46 tron Exp $ # -DISTNAME= gnome-print-0.10 +DISTNAME= gnome-print-0.12 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-print/} diff --git a/print/gnome-print/files/md5 b/print/gnome-print/files/md5 index c7ab5629193..0ee5ee7ccf1 100644 --- a/print/gnome-print/files/md5 +++ b/print/gnome-print/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.4 2000/01/26 11:57:13 rh Exp $ +$NetBSD: md5,v 1.5 2000/03/14 21:36:47 tron Exp $ -MD5 (gnome-print-0.10.tar.gz) = fc72d00cbdc2de70ca38b254ac6a6dca +MD5 (gnome-print-0.12.tar.gz) = 42b2c5f0bb40b6a18f5f73633a347442 diff --git a/print/gnome-print/files/patch-sum b/print/gnome-print/files/patch-sum index 0754e99df33..32d0eccbc53 100644 --- a/print/gnome-print/files/patch-sum +++ b/print/gnome-print/files/patch-sum @@ -1,5 +1,5 @@ -$NetBSD: patch-sum,v 1.5 1999/11/12 15:17:15 rh Exp $ +$NetBSD: patch-sum,v 1.6 2000/03/14 21:36:47 tron Exp $ -MD5 (patch-aa) = e807a28aea2ebb8e0744e1509d7c07da +MD5 (patch-aa) = 56c07fa75b99be266d90a8be6af2f5f7 MD5 (patch-ab) = f9a4bccd8d151997db67845244471dd2 MD5 (patch-ac) = 65698ae5f9ed8d34846c2f2f154b35a1 diff --git a/print/gnome-print/patches/patch-aa b/print/gnome-print/patches/patch-aa index 8f9fc65102e..62243e81e89 100644 --- a/print/gnome-print/patches/patch-aa +++ b/print/gnome-print/patches/patch-aa @@ -1,54 +1,43 @@ -$NetBSD: patch-aa,v 1.2 1999/09/08 16:13:08 rh Exp $ +$NetBSD: patch-aa,v 1.3 2000/03/14 21:36:47 tron Exp $ ---- configure.orig Tue Sep 7 00:59:57 1999 -+++ configure Wed Sep 8 11:47:59 1999 -@@ -1976,6 +1976,7 @@ - ac_tool_prefix= +--- configure.orig Tue Feb 22 05:29:44 2000 ++++ configure Tue Mar 14 22:26:12 2000 +@@ -1700,6 +1700,7 @@ fi -+if false; then - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' - -@@ -2208,6 +2209,7 @@ - ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ - $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } -+fi ++if false; then + # Check for any special flags to pass to ltconfig. + # + # the following will cause an existing older ltconfig to fail, so +@@ -1862,6 +1863,7 @@ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. -@@ -2938,7 +2940,7 @@ + exec 5>>./config.log ++fi + + ALL_LINGUAS="da de el es et fi fr gl hu it ja ko nl no pl pt_BR ru sv uk" + +@@ -2896,7 +2898,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lxml `$GNOME_CONFIG --libs xml` $LIBS" -+LIBS="-L${LOCALBASE}/lib -lxml -lz ${LIBS}" ++LIBS="`xml-config --libs` ${LIBS}" cat > conftest.$ac_ext <&6 - - GNOME_XML_LIB=`$GNOME_CONFIG --libs xml` + GNOME_XML_LIB="-L${LOCALBASE}/lib -lxml -lz -lintl" + XGETTEXT="${LOCALBASE}/bin/xgettext" else echo "$ac_t""no" 1>&6 -@@ -4735,8 +4738,8 @@ - - PRINT_LIBDIR='-L${libdir}' - PRINT_INCLUDEDIR='-I${includedir}' --PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `gnome-config --cflags gnomeui xml`" --PRINT_LIBS="-lgnomeprint `gnome-config --libs gnomeui xml`" -+PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `gnome-config --cflags gnomeui` -I${LOCALBASE}/include" -+PRINT_LIBS="-lgnomeprint `gnome-config --libs gnomeui` -L${LOCALBASE}/lib -lxml -lz -lintl" - - - -@@ -5143,10 +5146,12 @@ +@@ -5080,10 +5083,12 @@ top_srcdir="$ac_dots$ac_given_srcdir" ;; esac diff --git a/print/gnome-print/pkg/PLIST b/print/gnome-print/pkg/PLIST index 0b5fd99f587..6f5abc6126f 100644 --- a/print/gnome-print/pkg/PLIST +++ b/print/gnome-print/pkg/PLIST @@ -1,34 +1,24 @@ -@comment $NetBSD: PLIST,v 1.5 2000/01/26 11:57:13 rh Exp $ +@comment $NetBSD: PLIST,v 1.6 2000/03/14 21:36:47 tron Exp $ bin/gnome-font-install -include/libgnomeprint/gnome-print.h -include/libgnomeprint/gnome-printer.h -include/libgnomeprint/gnome-font.h -include/libgnomeprint/gnome-printer-dialog.h -include/libgnomeprint/gnome-printer-profile.h include/libgnomeprint/gnome-font-dialog.h -include/libgnomeprint/gnome-text.h +include/libgnomeprint/gnome-font.h +include/libgnomeprint/gnome-print-copies.h +include/libgnomeprint/gnome-print-dialog.h include/libgnomeprint/gnome-print-i18n.h +include/libgnomeprint/gnome-print-master-preview.h +include/libgnomeprint/gnome-print-master.h include/libgnomeprint/gnome-print-meta.h +include/libgnomeprint/gnome-print-multipage.h include/libgnomeprint/gnome-print-pixbuf.h include/libgnomeprint/gnome-print-preview.h include/libgnomeprint/gnome-print-rgbp.h -share/locale/de/LC_MESSAGES/gnome-print.mo -share/locale/fr/LC_MESSAGES/gnome-print.mo -share/locale/es/LC_MESSAGES/gnome-print.mo -share/locale/hu/LC_MESSAGES/gnome-print.mo -share/locale/no/LC_MESSAGES/gnome-print.mo -share/locale/pl/LC_MESSAGES/gnome-print.mo -share/locale/ru/LC_MESSAGES/gnome-print.mo -share/locale/it/LC_MESSAGES/gnome-print.mo -share/locale/sv/LC_MESSAGES/gnome-print.mo -share/locale/da/LC_MESSAGES/gnome-print.mo -share/locale/el/LC_MESSAGES/gnome-print.mo -share/locale/et/LC_MESSAGES/gnome-print.mo -share/locale/nl/LC_MESSAGES/gnome-print.mo -share/locale/uk/LC_MESSAGES/gnome-print.mo -share/locale/gl/LC_MESSAGES/gnome-print.mo -lib/libgnomeprint.so.2.0 +include/libgnomeprint/gnome-print.h +include/libgnomeprint/gnome-printer-dialog.h +include/libgnomeprint/gnome-printer-profile.h +include/libgnomeprint/gnome-printer.h +include/libgnomeprint/gnome-text.h lib/libgnomeprint.a +lib/libgnomeprint.so.5.0 lib/printConf.sh share/fonts/afms/adobe/pagd8a.afm share/fonts/afms/adobe/pagdo8a.afm @@ -73,9 +63,28 @@ share/fonts/afms/adobe/pzcmi8a.afm share/fonts/afms/adobe/pzdr.afm share/fonts/fontmap share/gnome-print/profiles/Postscript.profile -@dirrm include/libgnomeprint +share/locale/da/LC_MESSAGES/gnome-print.mo +share/locale/de/LC_MESSAGES/gnome-print.mo +share/locale/el/LC_MESSAGES/gnome-print.mo +share/locale/es/LC_MESSAGES/gnome-print.mo +share/locale/et/LC_MESSAGES/gnome-print.mo +share/locale/fi/LC_MESSAGES/gnome-print.mo +share/locale/fr/LC_MESSAGES/gnome-print.mo +share/locale/gl/LC_MESSAGES/gnome-print.mo +share/locale/hu/LC_MESSAGES/gnome-print.mo +share/locale/it/LC_MESSAGES/gnome-print.mo +share/locale/ja/LC_MESSAGES/gnome-print.mo +share/locale/ko/LC_MESSAGES/gnome-print.mo +share/locale/nl/LC_MESSAGES/gnome-print.mo +share/locale/no/LC_MESSAGES/gnome-print.mo +share/locale/pl/LC_MESSAGES/gnome-print.mo +share/locale/pt_BR/LC_MESSAGES/gnome-print.mo +share/locale/ru/LC_MESSAGES/gnome-print.mo +share/locale/sv/LC_MESSAGES/gnome-print.mo +share/locale/uk/LC_MESSAGES/gnome-print.mo +@dirrm share/gnome-print/profiles +@dirrm share/gnome-print @dirrm share/fonts/afms/adobe @dirrm share/fonts/afms @dirrm share/fonts -@dirrm share/gnome-print/profiles -@dirrm share/gnome-print +@dirrm include/libgnomeprint -- cgit v1.2.3