Update gnome-print to 0.9. Changes are mostly bugfixes, including a fix
that prevented the creation of correct PostScript(tm) code.
This commit is contained in:
parent
ecb0fec305
commit
94743c44f1
3 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.8 1999/09/08 19:27:16 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.9 1999/10/10 15:30:27 rh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnome-print-0.7
|
||||
DISTNAME= gnome-print-0.9
|
||||
CATEGORIES= print gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-print/}
|
||||
|
||||
|
@ -9,8 +9,8 @@ MAINTAINER= rh@netbsd.org
|
|||
HOMEPAGE= http://www.levien.com/gnome/print-arch.html
|
||||
|
||||
DEPENDS+= gnome-libs-1.0.16:../../x11/gnome-libs
|
||||
DEPENDS+= libxml-1.6.1:../../textproc/libxml
|
||||
DEPENDS+= ghostscript-5.50:../../print/ghostscript5
|
||||
DEPENDS+= libxml-1.*:../../textproc/libxml
|
||||
DEPENDS+= ghostscript-*:../../print/ghostscript5
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_LIBTOOL= YES
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: md5,v 1.2 1999/09/08 16:13:07 rh Exp $
|
||||
$NetBSD: md5,v 1.3 1999/10/10 15:30:28 rh Exp $
|
||||
|
||||
MD5 (gnome-print-0.7.tar.gz) = 555fba7695fcb12641d3efa48c96696f
|
||||
MD5 (gnome-print-0.9.tar.gz) = 3d1e68cd55ae15b4eac7630dcc5f53ec
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 1999/09/08 16:13:08 rh Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 1999/10/10 15:30:28 rh Exp $
|
||||
bin/gnome-font-install
|
||||
include/libgnomeprint/gnome-print.h
|
||||
include/libgnomeprint/gnome-printer.h
|
||||
|
@ -23,6 +23,7 @@ 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
|
||||
lib/libgnomeprint.so.2.0
|
||||
lib/libgnomeprint.a
|
||||
lib/printConf.sh
|
||||
|
|
Loading…
Reference in a new issue