diff options
author | jmmv <jmmv> | 2005-03-22 16:02:08 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-03-22 16:02:08 +0000 |
commit | d1fe56b73432d55fdac1228858cef430d731470a (patch) | |
tree | 5c583bdbebde8f95405bf28f62bf2d594de7cebc /print | |
parent | fd5fc623152744e523115c49723beed53721e8ad (diff) | |
download | pkgsrc-d1fe56b73432d55fdac1228858cef430d731470a.tar.gz |
Update to 0.2.0:
2005-03-04 Jody Goldberg <jody@gnome.org>
* libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) :
delete.
2005-02-17 Jody Goldberg <jody@gnome.org>
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>
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>
* configure.in : post releaes bump
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomecups/Makefile | 6 | ||||
-rw-r--r-- | print/libgnomecups/buildlink3.mk | 5 | ||||
-rw-r--r-- | print/libgnomecups/distinfo | 8 |
3 files changed, 9 insertions, 10 deletions
diff --git a/print/libgnomecups/Makefile b/print/libgnomecups/Makefile index 7466709d54e..d75369c049d 100644 --- a/print/libgnomecups/Makefile +++ b/print/libgnomecups/Makefile @@ -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 HOMEPAGE= http://www.gnome.org/ diff --git a/print/libgnomecups/buildlink3.mk b/print/libgnomecups/buildlink3.mk index 343e0e4b658..b793869b7ca 100644 --- a/print/libgnomecups/buildlink3.mk +++ b/print/libgnomecups/buildlink3.mk @@ -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:= ${BUILDLINK_PACKAGES:Nlibgnomecups} 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 --git a/print/libgnomecups/distinfo b/print/libgnomecups/distinfo index 0e74e472233..24e6bda29d2 100644 --- a/print/libgnomecups/distinfo +++ b/print/libgnomecups/distinfo @@ -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 |