From 9c36b5b62b64880f994a6f48b4d857972e4fb398 Mon Sep 17 00:00:00 2001 From: rh Date: Tue, 17 Oct 2000 17:10:51 +0000 Subject: Update gnome-print to 0.24. Changes include: * profiles/pdf.profile (driver): rename to "Gnome Print PDF Writer" * profiles/PostscriptOptimized.profile: enable ps2 as the default postscript profile * profiles: move profiles that should not get installed by default to the development directory * profiles/Postscript.profile: split into 3. Normal Optimized and No-alpha * README: Write a short summary of features * configure.in: Remove libunicode dependency * tests/testprint4.c (latin_to_utf8): Remove libunicode stuff * configure.in: Add an additional check for libunicode, to work around libunicode-0.4 not working properly with gnome-config. * doc/Makefile.am: Update the gtk-doc 'scan' target. * doc/gnome-print.sgml: added * libgnomeprint/*.[ch]: various small typo fixes and gtk-doc cleanups in the comments. --- print/gnome-print/Makefile | 4 ++-- print/gnome-print/files/md5 | 4 ++-- print/gnome-print/files/patch-sum | 4 ++-- print/gnome-print/patches/patch-aa | 43 ++------------------------------------ print/gnome-print/pkg/PLIST | 10 +++++---- 5 files changed, 14 insertions(+), 51 deletions(-) (limited to 'print') diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index c497e46bbe4..35029a3db45 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2000/10/15 17:35:28 rh Exp $ +# $NetBSD: Makefile,v 1.30 2000/10/17 17:10:51 rh Exp $ # -DISTNAME= gnome-print-0.23 +DISTNAME= gnome-print-0.24 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 d4448a3bcb5..457dfef201f 100644 --- a/print/gnome-print/files/md5 +++ b/print/gnome-print/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.10 2000/10/15 17:35:30 rh Exp $ +$NetBSD: md5,v 1.11 2000/10/17 17:10:53 rh Exp $ -MD5 (gnome-print-0.23.tar.gz) = 58251d638026c45ace36c5843ec0b2f8 +MD5 (gnome-print-0.24.tar.gz) = fa58caa0d319ff4a18e8fd1a879e5a2b diff --git a/print/gnome-print/files/patch-sum b/print/gnome-print/files/patch-sum index cf8534d8c55..f79a60d249f 100644 --- a/print/gnome-print/files/patch-sum +++ b/print/gnome-print/files/patch-sum @@ -1,5 +1,5 @@ -$NetBSD: patch-sum,v 1.11 2000/10/15 17:35:30 rh Exp $ +$NetBSD: patch-sum,v 1.12 2000/10/17 17:10:53 rh Exp $ -MD5 (patch-aa) = c31b2a84716a887fdf9575493baf94df +MD5 (patch-aa) = 0e4b83dbe9c3952d6cadb4d5531a2f66 MD5 (patch-ab) = 795bf30253779d0898d49fcd069dbb0d MD5 (patch-ac) = 65698ae5f9ed8d34846c2f2f154b35a1 diff --git a/print/gnome-print/patches/patch-aa b/print/gnome-print/patches/patch-aa index dea76214298..a599eac3857 100644 --- a/print/gnome-print/patches/patch-aa +++ b/print/gnome-print/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.8 2000/10/15 17:35:30 rh Exp $ +$NetBSD: patch-aa,v 1.9 2000/10/17 17:10:53 rh Exp $ ---- configure.orig Wed Sep 20 00:32:19 2000 +--- configure.orig Thu Sep 28 01:05:51 2000 +++ configure @@ -2906,7 +2906,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 @@ -21,42 +21,3 @@ $NetBSD: patch-aa,v 1.8 2000/10/15 17:35:30 rh Exp $ else echo "$ac_t""no" 1>&6 -@@ -4906,8 +4907,7 @@ - - echo $ac_n "checking for libunicode >= 0.4""... $ac_c" 1>&6 - echo "configure:4909: checking for libunicode >= 0.4" >&5 --vers=`gnome-config --modversion unicode | sed -e "s/unicode-//" | \ -- awk 'BEGIN { FS = "."; } { printf "%d", $1 * 1000 + $2;}'` -+vers=4 - if test "$vers" -ge 4; then - echo "$ac_t""found" 1>&6 - else -@@ -5041,23 +5041,23 @@ - PRINT_INCLUDEDIR='-I${includedir}' - PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `gnome-config --cflags gnomeui`" - PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `xml-config --cflags`" --PRINT_LIBS="-lgnomeprint `gnome-config --libs gnomeui gdk_pixbuf unicode`" -+PRINT_LIBS="-lgnomeprint `gnome-config --libs gnomeui gdk_pixbuf` -lunicode" - PRINT_LIBS="$PRINT_LIBS `xml-config --libs`" - - - - --PRINT_TEST_CFLAGS=`$GNOME_CONFIG --cflags gnomeui gdk_pixbuf unicode` -+PRINT_TEST_CFLAGS="`$GNOME_CONFIG --cflags gnomeui gdk_pixbuf`" - PRINT_TEST_CFLAGS="$PRINT_TEST_CFLAGS `xml-config --cflags`" --PRINT_TEST_LIBS=`$GNOME_CONFIG --libs gnomeui gdk_pixbuf unicode` -+PRINT_TEST_LIBS="`$GNOME_CONFIG --libs gnomeui gdk_pixbuf` -lunicode" - PRINT_TEST_LIBS="$PRINT_TEST_LIBS `xml-config --libs`" - - - - --PRINT_TEST_CFLAGS=`$GNOME_CONFIG --cflags gnomeui gdk_pixbuf unicode` -+PRINT_TEST_CFLAGS=`$GNOME_CONFIG --cflags gnomeui gdk_pixbuf` - PRINT_TEST_CFLAGS="$PRINT_TEST_CFLAGS `xml-config --cflags`" --PRINT_TEST_LIBS=`$GNOME_CONFIG --libs gnomeui gdk_pixbuf unicode` -+PRINT_TEST_LIBS="`$GNOME_CONFIG --libs gnomeui gdk_pixbuf` -lunicode" - PRINT_TEST_LIBS="$PRINT_TEST_LIBS `xml-config --libs`" - - diff --git a/print/gnome-print/pkg/PLIST b/print/gnome-print/pkg/PLIST index ca777f21109..608595558d0 100644 --- a/print/gnome-print/pkg/PLIST +++ b/print/gnome-print/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2000/10/15 17:35:30 rh Exp $ +@comment $NetBSD: PLIST,v 1.13 2000/10/17 17:10:53 rh Exp $ bin/gnome-font-install include/libgnomeprint/gnome-font-dialog.h include/libgnomeprint/gnome-font-face.h @@ -24,7 +24,7 @@ include/libgnomeprint/gnome-rfont.h include/libgnomeprint/gnome-text.h lib/libgnomeprint.a lib/libgnomeprint.la -lib/libgnomeprint.so.12.0 +lib/libgnomeprint.so.12.1 lib/printConf.sh share/fonts/afms/adobe/pagd8a.afm share/fonts/afms/adobe/pagdo8a.afm @@ -68,7 +68,8 @@ share/fonts/afms/adobe/putri8a.afm share/fonts/afms/adobe/pzcmi8a.afm share/fonts/afms/adobe/pzdr.afm share/fonts/fontmap -share/gnome-print/profiles/Postscript.profile +share/gnome-print/0.24/profiles/PostscriptOptimized.profile +share/gnome-print/0.24/profiles/pdf.profile share/locale/da/LC_MESSAGES/gnome-print.mo share/locale/de/LC_MESSAGES/gnome-print.mo share/locale/el/LC_MESSAGES/gnome-print.mo @@ -93,7 +94,8 @@ share/locale/sv/LC_MESSAGES/gnome-print.mo share/locale/uk/LC_MESSAGES/gnome-print.mo share/locale/ca/LC_MESSAGES/gnome-print.mo share/locale/tr/LC_MESSAGES/gnome-print.mo -@dirrm share/gnome-print/profiles +@dirrm share/gnome-print/0.24/profiles +@dirrm share/gnome-print/0.24 @dirrm share/gnome-print @dirrm share/fonts/afms/adobe @dirrm share/fonts/afms -- cgit v1.2.3