Commit Graph

4 Commits

Author SHA1 Message Date
jasper
5ce3a10b9f - fix WANTLIB
- roll in some patches from ubuntu via freebs:
	- parse ~/.cups/lpoptions
	- check whether the printer URI starts with http://,
  	  ipp://, or smb:// to test whether its local or not
	- do not warn on stderr in case of IPP_NOT_FOUND
	- replace IPP_SET_PRINTER_ATTRIBUTES with CUPS_ADD_MODIFY_PRINTER
	- fix a mem leak in gnome_cups_request_add_requested_attributes()
	- fix PPD retrieval for printers picked up with cups browsing

(still broken, but these patches won't hurt anyway)
2007-07-11 23:00:47 +00:00
jasper
7af8f3fbb2 convert these gnome ports to use the new x11/gnome module.
this module is now mature enough to be used in new ports too.

feedback and ok martynas@
2007-07-05 22:50:10 +00:00
jasper
8381be49d4 mark this broken, it needs fixing to actually work on *BSD.
any volunteers? :)

prodded by steven@
2007-02-03 20:39:01 +00:00
jasper
bbea00f25b import libgnomecups 0.2.2
This library wraps the CUPS API in a GLib fashion, so CUPS code can be
cleanly integrated with GLib code.

ok mbalmer@
2007-01-19 14:56:12 +00:00