pkgsrc/print/libgnomecups/Makefile
jmmv 29c3674961 Update to 0.1.14:
2004-11-16  Jody Goldberg <jody@gnome.org>

	* libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) :
	  Add a decl in the header.

	* libgnomecups/gnome-cups-printer.c (update_attributes) : disable the
	  optimization that went directly to a printer when we knew it's host.
	  This caused problems when the remote printer was not accessible, or
	  for machines with unresolveable localnames (eg SuSE).  People can
	  re-enable it if they'd like (eg RedHat) by tweaking the magic global
	  static variable go_directly_to_printer_when_possible.
	(_gnome_cups_printer_get_host) : ditto.

2004-10-27  Jody Goldberg <jody@gnome.org>

	* libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) : new
	(gnome_cups_printer_set_description) :
	    s/CUPS_ADD_PRINTER/IPP_SET_PRINTER_ATTRIBUTES/
	(gnome_cups_printer_set_location) : ditto

2004-10-14  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=151218
	* libgnomecups/gnome-cups-request.c (gnome_cups_request_new) : patch
	  minor leak.

2004-10-10  Malcolm Tredinnick <malcolm@commsecure.com.au>

	* configure.in: Wrap the GETTEXT_PACKAGE string in quotes.
	Unbreaks the build.

2004-10-09  James Henstridge  <james@jamesh.id.au>

	* acconfig.h, acinclude.m4: remove unnecessary autoconf/automake
	cruft.

	* libgnomecups/Makefile.am: don't set LDFLAGS variable, since it
	is meant to be a user variable.  Don't define GNOMELOCALEDIR,
	since it is done in the configure script now.

	* configure.in: remove some macro calls that are unnecessary with
	newer versions of Automake.

	* autogen.sh: ask for Automake >= 1.7
2005-02-27 12:52:56 +00:00

23 lines
636 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/02/27 12:52:56 jmmv Exp $
#
DISTNAME= libgnomecups-0.1.14
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomecups/0.1/}
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME interface to CUPS
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE= libgnomecups-1.0.pc.in
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../print/cups/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"