summaryrefslogtreecommitdiff
path: root/print/gnome-print/patches
diff options
context:
space:
mode:
authorrh <rh>2000-10-17 17:10:51 +0000
committerrh <rh>2000-10-17 17:10:51 +0000
commit9c36b5b62b64880f994a6f48b4d857972e4fb398 (patch)
tree559779e82db2b05e43fa7aed59a6cc12d5f0e5e5 /print/gnome-print/patches
parentd3acf1319c1c1ab8e5f7771d0eca05676b153408 (diff)
downloadpkgsrc-9c36b5b62b64880f994a6f48b4d857972e4fb398.tar.gz
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.
Diffstat (limited to 'print/gnome-print/patches')
-rw-r--r--print/gnome-print/patches/patch-aa43
1 files changed, 2 insertions, 41 deletions
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`"
-
-