16574bb5dd
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
22 lines
702 B
Makefile
22 lines
702 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2005/03/22 16:02:08 jmmv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBGNOMECUPS_BUILDLINK3_MK:= ${LIBGNOMECUPS_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= libgnomecups
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibgnomecups}
|
|
BUILDLINK_PACKAGES+= libgnomecups
|
|
|
|
.if !empty(LIBGNOMECUPS_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.libgnomecups+= libgnomecups>=0.2.0
|
|
BUILDLINK_PKGSRCDIR.libgnomecups?= ../../print/libgnomecups
|
|
.endif # LIBGNOMECUPS_BUILDLINK3_MK
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../print/cups/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|