diff options
author | jmmv <jmmv> | 2005-02-27 12:52:56 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-02-27 12:52:56 +0000 |
commit | 3602b4982a79fe26ef7f4ed029d69c65f884b178 (patch) | |
tree | 81ad9b1f5495ec8872a392da431cd0b1b476cc2a /print/libgnomecups | |
parent | e1052c4385a28fdbfcba34a03b04eb02fff8ddbd (diff) | |
download | pkgsrc-3602b4982a79fe26ef7f4ed029d69c65f884b178.tar.gz |
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
Diffstat (limited to 'print/libgnomecups')
-rw-r--r-- | print/libgnomecups/Makefile | 4 | ||||
-rw-r--r-- | print/libgnomecups/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/libgnomecups/Makefile b/print/libgnomecups/Makefile index a02956b13c3..7466709d54e 100644 --- a/print/libgnomecups/Makefile +++ b/print/libgnomecups/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2004/12/05 08:50:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2005/02/27 12:52:56 jmmv Exp $ # -DISTNAME= libgnomecups-0.1.13 +DISTNAME= libgnomecups-0.1.14 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomecups/0.1/} diff --git a/print/libgnomecups/distinfo b/print/libgnomecups/distinfo index d8f6e2f37fe..0e74e472233 100644 --- a/print/libgnomecups/distinfo +++ b/print/libgnomecups/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 12:51:43 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/02/27 12:52:56 jmmv Exp $ -SHA1 (libgnomecups-0.1.13.tar.gz) = 9d48e83bc09f67ca5e7b44335bc5845cb38418c4 -RMD160 (libgnomecups-0.1.13.tar.gz) = 1d322d4de0c73d226b98059c3b2519e4cd04d6da -Size (libgnomecups-0.1.13.tar.gz) = 412684 bytes +SHA1 (libgnomecups-0.1.14.tar.gz) = 93ee64e8b03dc4efb5f334e535b3a2cde9141a4e +RMD160 (libgnomecups-0.1.14.tar.gz) = 2963ecfefb56230cdd262262afc87d8fd5a1b1d3 +Size (libgnomecups-0.1.14.tar.gz) = 427768 bytes |