pkgsrc/print/libgnomeprintui/Makefile

39 lines
1.2 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.98 2019/07/21 22:24:10 wiz Exp $
#
DISTNAME= libgnomeprintui-2.18.6
PKGREVISION= 35
2003-12-18 12:05:25 +01:00
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprintui/2.18/}
2003-12-18 12:05:25 +01:00
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
2003-12-18 12:05:25 +01:00
HOMEPAGE= http://www.levien.com/gnome/print-arch.html
COMMENT= Graphical library for the GNOME2 Printing Architecture
2003-12-18 12:05:25 +01:00
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
2007-04-13 00:00:28 +02:00
USE_TOOLS+= gmake msgfmt pkg-config intltool
2003-12-18 12:05:25 +01:00
USE_LIBTOOL= YES
2003-12-27 16:13:58 +01:00
PKGCONFIG_OVERRIDE= libgnomeprintui/libgnomeprintui-2.2.pc.in
# Workaround for Upstream Bug#562310.
# for more detail, see also PR#41475.
TOOLS_NOOP+= gtkdoc-rebase
BUILDLINK_API_DEPENDS.libgnomeprint+= libgnomeprint>=2.12.1
2004-02-11 03:30:49 +01:00
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/GConf/buildlink3.mk"
2004-02-11 03:30:49 +01:00
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
2004-02-11 03:30:49 +01:00
.include "../../devel/zlib/buildlink3.mk"
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
2004-04-01 20:29:40 +02:00
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
.include "../../graphics/libart/buildlink3.mk"
2004-02-11 03:30:49 +01:00
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../print/libgnomeprint/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"