summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-09-08 16:13:06 +0000
committerrh <rh@pkgsrc.org>1999-09-08 16:13:06 +0000
commit7d2a2a8cdd025c348637be159c879bcdd907148a (patch)
treedf8384f88383770a7c654b482697e5bb55470240 /print
parent269a46c528634a9ecda0c261868e1004529ef57b (diff)
downloadpkgsrc-7d2a2a8cdd025c348637be159c879bcdd907148a.tar.gz
Update gnome-print to 0.7
Changes include: * Fixes to the PrintPreview. * PrintMeta driver has been expanded to render only specific pages. * Constification, Ansification (Morten). * Various bug fixes.
Diffstat (limited to 'print')
-rw-r--r--print/gnome-print/Makefile6
-rw-r--r--print/gnome-print/files/md54
-rw-r--r--print/gnome-print/files/patch-sum4
-rw-r--r--print/gnome-print/patches/patch-aa27
-rw-r--r--print/gnome-print/pkg/PLIST11
5 files changed, 29 insertions, 23 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile
index 5e0dd3494a6..e22ec4f71ac 100644
--- a/print/gnome-print/Makefile
+++ b/print/gnome-print/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 1999/09/03 07:21:26 rh Exp $
+# $NetBSD: Makefile,v 1.7 1999/09/08 16:13:06 rh Exp $
#
-DISTNAME= gnome-print-0.4
+DISTNAME= gnome-print-0.7
CATEGORIES= print gnome
MASTER_SITES= http://gd.tuwien.ac.at/hci/gnome.org/GNOME/sources/gnome-print/
-MAINTAINER= packages@netbsd.org
+MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.levien.com/gnome/print-arch.html
DEPENDS+= gnome-libs-1.0.16:../../x11/gnome-libs
diff --git a/print/gnome-print/files/md5 b/print/gnome-print/files/md5
index 591b6db2c65..d3c34ba80f7 100644
--- a/print/gnome-print/files/md5
+++ b/print/gnome-print/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 1999/07/31 19:13:07 rh Exp $
+$NetBSD: md5,v 1.2 1999/09/08 16:13:07 rh Exp $
-MD5 (gnome-print-0.4.tar.gz) = 137571ca9dbb625f54731e9b73ed5ed3
+MD5 (gnome-print-0.7.tar.gz) = 555fba7695fcb12641d3efa48c96696f
diff --git a/print/gnome-print/files/patch-sum b/print/gnome-print/files/patch-sum
index 7b1f12d8b1e..198215272fe 100644
--- a/print/gnome-print/files/patch-sum
+++ b/print/gnome-print/files/patch-sum
@@ -1,5 +1,5 @@
-$NetBSD: patch-sum,v 1.3 1999/08/01 18:57:07 tron Exp $
+$NetBSD: patch-sum,v 1.4 1999/09/08 16:13:07 rh Exp $
-MD5 (patch-aa) = 8caa49c2fe13b86c4822e6b437cceb3a
+MD5 (patch-aa) = e807a28aea2ebb8e0744e1509d7c07da
MD5 (patch-ab) = eb25c9140ad1afaa50ecc09b5ada5647
MD5 (patch-ac) = 65698ae5f9ed8d34846c2f2f154b35a1
diff --git a/print/gnome-print/patches/patch-aa b/print/gnome-print/patches/patch-aa
index 16d10cf03cd..8f9fc65102e 100644
--- a/print/gnome-print/patches/patch-aa
+++ b/print/gnome-print/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/07/31 19:13:08 rh Exp $
+$NetBSD: patch-aa,v 1.2 1999/09/08 16:13:08 rh Exp $
---- configure.orig Fri Jul 9 07:51:54 1999
-+++ configure Fri Jul 30 19:17:22 1999
-@@ -1972,6 +1972,7 @@
+--- configure.orig Tue Sep 7 00:59:57 1999
++++ configure Wed Sep 8 11:47:59 1999
+@@ -1976,6 +1976,7 @@
ac_tool_prefix=
fi
@@ -10,7 +10,7 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/07/31 19:13:08 rh Exp $
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -2204,6 +2205,7 @@
+@@ -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; }
@@ -18,27 +18,26 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/07/31 19:13:08 rh Exp $
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
-@@ -2894,7 +2896,7 @@
+@@ -2938,7 +2940,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
--LIBS="-lxml `gnome-config --libs xml` $LIBS"
+-LIBS="-lxml `$GNOME_CONFIG --libs xml` $LIBS"
+LIBS="-L${LOCALBASE}/lib -lxml -lz ${LIBS}"
cat > conftest.$ac_ext <<EOF
- #line 2900 "configure"
+ #line 2944 "configure"
#include "confdefs.h"
-@@ -2925,8 +2927,8 @@
+@@ -2969,7 +2971,8 @@
-- GNOME_XML_LIB=`gnome-config --libs xml`
--
+- 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
-
-@@ -4693,8 +4695,8 @@
+@@ -4735,8 +4738,8 @@
PRINT_LIBDIR='-L${libdir}'
PRINT_INCLUDEDIR='-I${includedir}'
@@ -49,7 +48,7 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/07/31 19:13:08 rh Exp $
-@@ -5098,10 +5100,12 @@
+@@ -5143,10 +5146,12 @@
top_srcdir="$ac_dots$ac_given_srcdir" ;;
esac
diff --git a/print/gnome-print/pkg/PLIST b/print/gnome-print/pkg/PLIST
index e36092f5470..a79f78c632e 100644
--- a/print/gnome-print/pkg/PLIST
+++ b/print/gnome-print/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 1999/08/01 18:57:09 tron Exp $
+@comment $NetBSD: PLIST,v 1.3 1999/09/08 16:13:08 rh Exp $
bin/gnome-font-install
include/libgnomeprint/gnome-print.h
include/libgnomeprint/gnome-printer.h
@@ -8,6 +8,10 @@ include/libgnomeprint/gnome-printer-profile.h
include/libgnomeprint/gnome-font-dialog.h
include/libgnomeprint/gnome-text.h
include/libgnomeprint/gnome-print-i18n.h
+include/libgnomeprint/gnome-print-meta.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
@@ -16,7 +20,10 @@ 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
-lib/libgnomeprint.so.1.0
+share/locale/sv/LC_MESSAGES/gnome-print.mo
+share/locale/da/LC_MESSAGES/gnome-print.mo
+share/locale/el/LC_MESSAGES/gnome-print.mo
+lib/libgnomeprint.so.2.0
lib/libgnomeprint.a
lib/printConf.sh
share/fonts/afms/adobe/pagd8a.afm