pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/libgnomecups Update to 0.2.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af9b913ea18a
branches:  trunk
changeset: 491224:af9b913ea18a
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Mar 22 16:02:08 2005 +0000

description:
Update to 0.2.0:

2005-03-04  Jody Goldberg <jody%gnome.org@localhost>

        * libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) :
          delete.

2005-02-17  Jody Goldberg <jody%gnome.org@localhost>

        http://mail.gnome.org/archives/gnome-print-list/2004-August/msg00023.html
        * libgnomecups/gnome-cups-printer.c (cups_get_dests) : copied from
          cups.
        (parse_lpoptions) : stripped down cupsGetDests that does not pull in
          ppds.
        (get_default) : Use parse_lpoptions in place of cupsGetDests.
        (check_exists) : delete.
        (gnome_cups_printer_get) : Just see if the list printer is in the list
          of known printers rather than using the defunct check_exists that
          would actually ping the printer.
        (get_ppd_uri_path) : new.
        (get_tmp_ppd_file) : new.
        (gnome_cups_printer_get_ppd) :

2005-02-17  Jody Goldberg <jody%gnome.org@localhost>

        http://bugzilla.gnome.org/show_bug.cgi?id=157829
        * libgnomecups/gnome-cups-request.c (idle_stop_unused_threads) :
          unlock before stopping the threads
        (close_unused_connection) : avoid deadlocks when already locked.

2005-01-06  Thomas Vander Stichele  <thomas at apestaart dot org>

        * configure.in: error out if cups-config not found

2004-12-14  Jody Goldberg <jody%gnome.org@localhost>

        * configure.in : post releaes bump

diffstat:

 print/libgnomecups/Makefile      |  6 +++---
 print/libgnomecups/buildlink3.mk |  5 ++---
 print/libgnomecups/distinfo      |  8 ++++----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (48 lines):

diff -r 6dd430c67240 -r af9b913ea18a print/libgnomecups/Makefile
--- a/print/libgnomecups/Makefile       Tue Mar 22 16:01:47 2005 +0000
+++ b/print/libgnomecups/Makefile       Tue Mar 22 16:02:08 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2005/02/27 12:52:56 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2005/03/22 16:02:08 jmmv Exp $
 #
 
-DISTNAME=      libgnomecups-0.1.14
+DISTNAME=      libgnomecups-0.2.0
 CATEGORIES=    print gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libgnomecups/0.1/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libgnomecups/0.2/}
 
 MAINTAINER=    jmmv%NetBSD.org@localhost
 HOMEPAGE=      http://www.gnome.org/
diff -r 6dd430c67240 -r af9b913ea18a print/libgnomecups/buildlink3.mk
--- a/print/libgnomecups/buildlink3.mk  Tue Mar 22 16:01:47 2005 +0000
+++ b/print/libgnomecups/buildlink3.mk  Tue Mar 22 16:02:08 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:18:05 tv Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2005/03/22 16:02:08 jmmv Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 LIBGNOMECUPS_BUILDLINK3_MK:=   ${LIBGNOMECUPS_BUILDLINK3_MK}+
@@ -11,8 +11,7 @@
 BUILDLINK_PACKAGES+=   libgnomecups
 
 .if !empty(LIBGNOMECUPS_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.libgnomecups+=       libgnomecups>=0.1.11
-BUILDLINK_RECOMMENDED.libgnomecups+=   libgnomecups>=0.1.12nb1
+BUILDLINK_DEPENDS.libgnomecups+=       libgnomecups>=0.2.0
 BUILDLINK_PKGSRCDIR.libgnomecups?=     ../../print/libgnomecups
 .endif # LIBGNOMECUPS_BUILDLINK3_MK
 
diff -r 6dd430c67240 -r af9b913ea18a print/libgnomecups/distinfo
--- a/print/libgnomecups/distinfo       Tue Mar 22 16:01:47 2005 +0000
+++ b/print/libgnomecups/distinfo       Tue Mar 22 16:02:08 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/27 12:52:56 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2005/03/22 16:02:08 jmmv Exp $
 
-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
+SHA1 (libgnomecups-0.2.0.tar.gz) = f2a552eee81fdbc5ac1ed2f789d03563c8fb78fb
+RMD160 (libgnomecups-0.2.0.tar.gz) = d56a2a9194ea44b675028f039ee924f0f3c90de6
+Size (libgnomecups-0.2.0.tar.gz) = 407957 bytes



Home | Main Index | Thread Index | Old Index