summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorrh <rh>2000-06-01 15:02:12 +0000
committerrh <rh>2000-06-01 15:02:12 +0000
commit9e97d3a31b9c05feb6d4fee00d2df501a4c968b4 (patch)
tree4b02e02fd16f8865f0ada0560bae72c6b7cb0269 /print
parent1d0e20f580e275d0f726c71bf15ccf73f225a2cc (diff)
downloadpkgsrc-9e97d3a31b9c05feb6d4fee00d2df501a4c968b4.tar.gz
Update ggv to 0.95. Changes are tons of bugfixes and lots of interface
improvements.
Diffstat (limited to 'print')
-rw-r--r--print/ggv/Makefile12
-rw-r--r--print/ggv/files/md54
-rw-r--r--print/ggv/files/patch-sum3
-rw-r--r--print/ggv/patches/patch-aa26
-rw-r--r--print/ggv/patches/patch-ac13
-rw-r--r--print/ggv/pkg/PLIST25
6 files changed, 24 insertions, 59 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile
index 719a760941e..2b07d58ad9f 100644
--- a/print/ggv/Makefile
+++ b/print/ggv/Makefile
@@ -1,22 +1,18 @@
-# $NetBSD: Makefile,v 1.16 2000/06/01 11:23:40 rh Exp $
+# $NetBSD: Makefile,v 1.17 2000/06/01 15:02:12 rh Exp $
#
-DISTNAME= ggv-0.50
+DISTNAME= ggv-0.95
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ggv/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/
-BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript
-DEPENDS+= gnome-core-*:../../x11/gnome-core
+DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
GNU_CONFIGURE= YES
-USE_PKGLIBTOOL= YES
+USE_LIBTOOL= YES
USE_X11BASE= YES
-pre-configure:
- cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf
-
.include "../../mk/bsd.pkg.mk"
diff --git a/print/ggv/files/md5 b/print/ggv/files/md5
index 5b110597df5..6683a256116 100644
--- a/print/ggv/files/md5
+++ b/print/ggv/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 1999/08/22 20:27:24 rh Exp $
+$NetBSD: md5,v 1.2 2000/06/01 15:02:13 rh Exp $
-MD5 (ggv-0.50.tar.gz) = 45cf82cd9b416418e78e207073a09b49
+MD5 (ggv-0.95.tar.gz) = e407836a107279b8fda1b961539a1cff
diff --git a/print/ggv/files/patch-sum b/print/ggv/files/patch-sum
index 8c609514988..1aec546afe1 100644
--- a/print/ggv/files/patch-sum
+++ b/print/ggv/files/patch-sum
@@ -1,4 +1,3 @@
-$NetBSD: patch-sum,v 1.3 2000/04/10 00:05:19 jlam Exp $
+$NetBSD: patch-sum,v 1.4 2000/06/01 15:02:13 rh Exp $
-MD5 (patch-aa) = 29170ed4ec9d1e553b65704503b67197
MD5 (patch-ac) = 8b39e83733862cf46aaf0e7dd23630ad
diff --git a/print/ggv/patches/patch-aa b/print/ggv/patches/patch-aa
deleted file mode 100644
index 52b04aefbb8..00000000000
--- a/print/ggv/patches/patch-aa
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2000/03/24 18:26:45 jlam Exp $
-
---- aclocal.m4.orig Fri Aug 20 17:38:40 1999
-+++ aclocal.m4 Fri Mar 24 09:07:24 2000
-@@ -759,7 +759,11 @@
-
- # serial 35 AC_PROG_LIBTOOL
- AC_DEFUN(AC_PROG_LIBTOOL,
--[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
-+[
-+# Always use NetBSD's libtool.
-+if false; then
-+
-+AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
-
- # Save cache, so that ltconfig can load it
- AC_CACHE_SAVE
-@@ -785,6 +789,8 @@
- # Redirect the config.log output again, so that the ltconfig log is not
- # clobbered by the next message.
- exec 5>>./config.log
-+
-+fi
- ])
-
- AC_DEFUN(AC_LIBTOOL_SETUP,
diff --git a/print/ggv/patches/patch-ac b/print/ggv/patches/patch-ac
deleted file mode 100644
index 1ba0ab69b03..00000000000
--- a/print/ggv/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2000/03/24 18:27:14 jlam Exp $
-
---- gtkgs.c.orig Fri Aug 20 17:51:34 1999
-+++ gtkgs.c Fri Mar 24 09:09:01 2000
-@@ -203,7 +203,7 @@
- gs->height = -1;
- gs->busy = FALSE;
- gs->changed = FALSE;
-- gs->gs_scan_pdf_cmd = "gs -dNODISPLAY -dQUIET -sPDFname=%s -sDSCname=%s pdf2dsc.ps -c quit";
-+ gs->gs_scan_pdf_cmd = GS_PATH " -dNODISPLAY -dQUIET -sPDFname=%s -sDSCname=%s pdf2dsc.ps -c quit";
- gs->gs_uncompress_cmd = "gzip -cd %s > %s";
- gs->gs_scanstyle = 0;
- gs->gs_filename_raw = 0;
diff --git a/print/ggv/pkg/PLIST b/print/ggv/pkg/PLIST
index 09ef2ed578c..5cc99168a9b 100644
--- a/print/ggv/pkg/PLIST
+++ b/print/ggv/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2000/01/10 01:13:37 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2000/06/01 15:02:15 rh Exp $
bin/ggv
etc/CORBA/servers/application-ps.gnorba
share/locale/de/LC_MESSAGES/ggv.mo
@@ -14,14 +14,23 @@ share/locale/fi/LC_MESSAGES/ggv.mo
share/locale/ko/LC_MESSAGES/ggv.mo
share/locale/pt_BR/LC_MESSAGES/ggv.mo
share/locale/ja/LC_MESSAGES/ggv.mo
-share/gnome/help/ggv/C/index.html
+share/locale/ca/LC_MESSAGES/ggv.mo
+share/locale/cs/LC_MESSAGES/ggv.mo
+share/locale/da/LC_MESSAGES/ggv.mo
+share/locale/el/LC_MESSAGES/ggv.mo
+share/locale/ga/LC_MESSAGES/ggv.mo
+share/locale/it/LC_MESSAGES/ggv.mo
+share/locale/nl/LC_MESSAGES/ggv.mo
+share/locale/sl/LC_MESSAGES/ggv.mo
+share/locale/uk/LC_MESSAGES/ggv.mo
+share/locale/gl/LC_MESSAGES/ggv.mo
+share/locale/lt/LC_MESSAGES/ggv.mo
+share/locale/tr/LC_MESSAGES/ggv.mo
+share/pixmaps/gnome-ghostview.png
+share/pixmaps/ggv-splash.png
+share/gnome/help/ggv/it/topic.dat
share/gnome/help/ggv/C/topic.dat
-share/gnome/help/ggv/C/intro.html
-share/gnome/help/ggv/C/ln21.html
-share/gnome/help/ggv/C/mainwin.html
-share/gnome/help/ggv/C/prefs.html
-share/gnome/help/ggv/C/probs.html
-share/gnome/help/ggv/C/docbook.css
share/gnome/apps/Graphics/ggv.desktop
@dirrm share/gnome/help/ggv/C
+@dirrm share/gnome/help/ggv/it
@dirrm share/gnome/help/ggv