Commit graph

9 commits

Author SHA1 Message Date
Jeremy Messenger
2a905a8e37 Took a lot of nice patches from Ubuntu Linux to make both of ports work better
with the current version of CUPS. Also, many improvements. Fix a bit in the
plist. Bump thePORTREVISION.

libgnomecups:
--------------------
* patch-20_parse-dot-cups-lpoptions: Parse ~/.cups/lpoptions.
* patch-21_fix-islocal: Check whether the printer URI starts with http://,
  ipp://, or smb:// to test whether its local or not.
* patch-22_ignore-ipp-not-found: Do not warn on stderr in case of
  IPP_NOT_FOUND.
* patch-23_replace-set-printer-attrs: Replace IPP_SET_PRINTER_ATTRIBUTES with
  CUPS_ADD_MODIFY_PRINTER.
* patch-24_mem-leak: Fix memory leak in
  gnome_cups_request_add_requested_attributes().
* patch-25_browsed_ppds: Fix PPD retrieval for printers picked up with cups
  browsing.
--------------------

gnome-cups-manager:
--------------------
* patch-24_printer_properties_name_entry: Doesn't allow changing of printer
  names, but the GUI pretends to.
* patch-25_properties_on_add: Don't open up a printer properties on a fresh
  add of a printer. CUPS isn't synced yet, so it causes problems.
* patch-26_remove-no-cups-dialog: Don't show a dialog when CUPS isn't found.
* patch-27_dont-request-additional-attributes: Avoid calling
  gnome_cups_request_add_requested_attributes() since CUPS returns all
  attributes by defaults anyway.
* patch-change_uri_fix: Fix the URI change.
* patch-gutenprint_driver_name: Do not crash if a PPD file name does not
  contain a '/'.
* patch-password_field_garbage: When editing SMB connection attributes, do not
  set the password input field to the value of 'resource' (which is 'smb'). We
  do not get the password in cleartext, so just leave the field blank.
* patch-select_eintr_crash: Do not bail out if select() fails with EINTR,
  which is a valid case.
* patch-ui_edit_name_description: Add gnome-cups-add step to change printer
  name, description, and location.
* patch-ui_startbox: Improvement on startup, run progress bar in the first
  startup to scan the printer database.
* patch-ui_tooltip: Adjust tooltip for cups network printer installation.
--------------------

PR:		ports/106972
Reported by:	Werner <elvis69@arcor.de>
Tested by:	Werner <elvis69@arcor.de>
2007-01-04 22:49:03 +00:00
Michael Johnson
e73ae9f1ef - Change ICON= in .desktop file so icon changes with theme. 2005-04-26 07:26:39 +00:00
Joe Marcus Clarke
6a66a17275 Do with REINPLACE what used to be done with a patch. This is a temporary
measure until the new bsd.gnome.mk is introduced that does this replace
in gnomehack.
2004-11-25 20:58:04 +00:00
Joe Marcus Clarke
15b072e490 Update to 0.27. 2004-11-07 22:59:12 +00:00
Joe Marcus Clarke
00819b9578 Fix a typo that caused two files to be installed in /. 2004-08-14 07:52:47 +00:00
Joe Marcus Clarke
09d20a2776 Fix build with GCC 3.4.2.
Submitted by:	Sean McNeil <sean@mcneil.com>
2004-08-07 04:02:03 +00:00
Joe Marcus Clarke
5e3fd589f3 Revert the previous updates since they require APIs present in libgnomeui-2.7.
While I'm here, use the new libtool scheme.

Reported by:	Franz Klammer <klammer@webonaut.com>
2004-07-27 13:53:04 +00:00
Joe Marcus Clarke
672903815b Update to 0.18.
Submitted by:	John Merryweather Cooper <johnmary@adelphia.net>
2004-06-09 04:54:52 +00:00
Joe Marcus Clarke
7c4e0d39bd Add gnome-cups-manager, a GNOME administration GUI for the CUPS print system.
PR:		54516
Submitted by:	Glenn Johnson <gjohnson@srrc.ars.usda.gov>
2003-07-16 04:44:15 +00:00