diff options
author | rh <rh@pkgsrc.org> | 2002-03-26 09:20:44 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-03-26 09:20:44 +0000 |
commit | 49e1fd6709526553ea85b9303fffee5979ff0f87 (patch) | |
tree | b659e4d41dcb07dd3d8100f954bd5ccbad8ebf45 /print/gnome-print/Makefile | |
parent | 68a83ffa9f9371be396ecfbfa6edf1c50853f182 (diff) | |
download | pkgsrc-49e1fd6709526553ea85b9303fffee5979ff0f87.tar.gz |
Update gnome-print to 0.35. This is mainly a bug-fix release, but also
includes the following changes:
- Print preview clips now all graphics, including text and bitmaps -
it makes gnumeric and sodipodi previews much nicer
- Fontmaps can contain per-locale default entries now, so unknown
font names do not fall uniformly back to Helvetica any more
- Added --dir flag to gnome-font-install (Tambet)
Diffstat (limited to 'print/gnome-print/Makefile')
-rw-r--r-- | print/gnome-print/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 18fe7deff0f..60a95f074ee 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2002/03/13 17:37:35 fredb Exp $ +# $NetBSD: Makefile,v 1.45 2002/03/26 09:20:44 rh Exp $ # -DISTNAME= gnome-print-0.29 -PKGREVISION= 1 +DISTNAME= gnome-print-0.35 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-print/} |