summaryrefslogtreecommitdiff
path: root/print/libgnomeprint/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-04-01 18:29:40 +0000
committerjmmv <jmmv>2004-04-01 18:29:40 +0000
commit7932dc2b3b21cb0ffc5fb5ca9da96148c255f0ae (patch)
tree0e4767cb7abb931fa8f93d3aaec0b620db1b58f6 /print/libgnomeprint/Makefile
parenta5a17dcbb008c61ede732365616926e8da2fa586 (diff)
downloadpkgsrc-7932dc2b3b21cb0ffc5fb5ca9da96148c255f0ae.tar.gz
Update to 2.6.0:
libgnomeprint 2.5.3 * Some GtkFileChooser adjustments * Fix leak (133415) * Fix printing crash under cups if no ppd file available (132872) * Use g_get_tmp_dir rather than hard coding directory (133926) * Fix header order (required for Darwin) (134806) * Fix PDF locale bug * Accessibility fixes libgnomeprint 2.5.2 * Various fixes * Remove setlocale invocations where they change the locale (109446) * Fix leak and erroneous model names (131359) * Fix encoding mismatch for cups ppd files * Fix mishandling of font weights (89580) * Fix unconfimed overwriting of files (assuming people use gnome_print_dialog_run) * Switch to GtkFileChooser * Make the print preview theme-able libgnomeprint 2.5.1 * Handle ttc files * Handle duplex and tumble in postscript files * Improve handling of duplex printing (#128036) * HIGify print dialog (#128614) * Add delayed printing support in cups module * Remove modifying calls to setlocale * Remove markup from translatable text * Offer users the possibility to display several pages together (#113956). * add source (tray) selector to paper selector (for cups module) libgnomeprint 2.5.0.1 http://bugzilla.gnome.org/show_bug.cgi?id=126046 * make gnumeric work correctly with cups via gnome-print. * handle fonts with spaces in postscript export * Change cups module to load ppd files on demand http://bugzilla.gnome.org/show_bug.cgi?id=115566 * Protect against libcups changing the locale http://bugzilla.gnome.org/show_bug.cgi?id=125836 * Implement a better fallback than first font. * Replace filename entry field with file selector. * Adjust Preview windo size http://bugzilla.gnome.org/show_bug.cgi?id=124307 * Make ctl-q and ctl-w close the preview window * Reduce the usage of setlocale libgnomeprint 2.5.0 http://bugzilla.gnome.org/show_bug.cgi?id=125828 * Apply patch (by bland@mail.ru) to improve performance exporting large images. http://bugzilla.gnome.org/show_bug.cgi?id=122741 * Work around unreliable cupsGetDefault * Fix some leaks * Fix locating the lpr command. http://bugzilla.gnome.org/show_bug.cgi?id=120954 * Use Sans Regular rather than Helvetica as fallback http://bugzilla.gnome.org/show_bug.cgi?id=120910 * Fix clipping
Diffstat (limited to 'print/libgnomeprint/Makefile')
-rw-r--r--print/libgnomeprint/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
index 8f661d2ed38..71067118ca2 100644
--- a/print/libgnomeprint/Makefile
+++ b/print/libgnomeprint/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2004/02/14 18:26:28 jmmv Exp $
+# $NetBSD: Makefile,v 1.29 2004/04/01 18:29:40 jmmv Exp $
#
-DISTNAME= libgnomeprint-2.4.2
-PKGREVISION= 2
+DISTNAME= libgnomeprint-2.6.0
CATEGORIES= print gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprint/2.4/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprint/2.6/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org