freebsd-ports/print/gnome-cups-manager/pkg-plist

79 lines
3.5 KiB
Text
Raw Normal View History

bin/gnome-cups-add
bin/gnome-cups-icon
bin/gnome-cups-manager
2004-11-07 23:59:12 +01:00
include/libgnomecups-1/libgnomecups/gnome-cups-permission.h
include/libgnomecups-1/libgnomecups/gnome-cups-ui-connection.h
include/libgnomecups-1/libgnomecups/gnome-cups-ui-driver.h
include/libgnomecups-1/libgnomecups/gnome-cups-ui-init.h
include/libgnomecups-1/libgnomecups/gnome-cups-ui-print.h
2004-11-07 23:59:12 +01:00
include/libgnomecups-1/libgnomecups/gnome-cups-ui-util.h
lib/libgnomecupsui-1.0.a
lib/libgnomecupsui-1.0.la
lib/libgnomecupsui-1.0.so
lib/libgnomecupsui-1.0.so.1
libdata/bonobo/servers/Gnome_CupsManager.server
libdata/pkgconfig/libgnomecupsui-1.0.pc
sbin/gnome-cups-switch
share/applications/gnome-cups-manager.desktop
%%DATADIR%%/gnome-cups-add-druid.png
%%DATADIR%%/gnome-cups-add.glade
%%DATADIR%%/gnome-cups-manager.glade
%%DATADIR%%/gnome-cups-ui-connection.glade
%%DATADIR%%/gnome-cups-ui-driver.glade
%%DATADIR%%/xd2-testpage-a4.eps
%%DATADIR%%/xd2-testpage-letter.eps
share/icons/hicolor/48x48/devices/gnome-dev-printer-network.png
share/icons/hicolor/48x48/devices/gnome-dev-printer-new.png
share/icons/hicolor/48x48/devices/gnome-dev-printer.png
2004-11-07 23:59:12 +01:00
share/icons/hicolor/48x48/stock/data/emblem-default.png
share/icons/hicolor/48x48/stock/data/emblem-paused.png
share/locale/bg/LC_MESSAGES/gnome-cups-manager.mo
share/locale/ca/LC_MESSAGES/gnome-cups-manager.mo
share/locale/cs/LC_MESSAGES/gnome-cups-manager.mo
2005-11-19 18:58:22 +01:00
share/locale/da/LC_MESSAGES/gnome-cups-manager.mo
share/locale/de/LC_MESSAGES/gnome-cups-manager.mo
share/locale/el/LC_MESSAGES/gnome-cups-manager.mo
share/locale/en_CA/LC_MESSAGES/gnome-cups-manager.mo
share/locale/en_GB/LC_MESSAGES/gnome-cups-manager.mo
share/locale/es/LC_MESSAGES/gnome-cups-manager.mo
2004-12-14 22:52:00 +01:00
share/locale/eu/LC_MESSAGES/gnome-cups-manager.mo
share/locale/fi/LC_MESSAGES/gnome-cups-manager.mo
share/locale/fr/LC_MESSAGES/gnome-cups-manager.mo
2005-11-19 18:58:22 +01:00
share/locale/gl/LC_MESSAGES/gnome-cups-manager.mo
share/locale/he/LC_MESSAGES/gnome-cups-manager.mo
share/locale/hr/LC_MESSAGES/gnome-cups-manager.mo
2004-11-07 23:59:12 +01:00
share/locale/hu/LC_MESSAGES/gnome-cups-manager.mo
share/locale/it/LC_MESSAGES/gnome-cups-manager.mo
share/locale/ja/LC_MESSAGES/gnome-cups-manager.mo
share/locale/ko/LC_MESSAGES/gnome-cups-manager.mo
2004-11-07 23:59:12 +01:00
share/locale/nb/LC_MESSAGES/gnome-cups-manager.mo
2005-11-19 18:58:22 +01:00
share/locale/ne/LC_MESSAGES/gnome-cups-manager.mo
share/locale/nl/LC_MESSAGES/gnome-cups-manager.mo
share/locale/no/LC_MESSAGES/gnome-cups-manager.mo
share/locale/pa/LC_MESSAGES/gnome-cups-manager.mo
share/locale/pt/LC_MESSAGES/gnome-cups-manager.mo
share/locale/pt_BR/LC_MESSAGES/gnome-cups-manager.mo
2004-12-14 22:52:00 +01:00
share/locale/ru/LC_MESSAGES/gnome-cups-manager.mo
2005-11-19 18:58:22 +01:00
share/locale/rw/LC_MESSAGES/gnome-cups-manager.mo
2004-11-07 23:59:12 +01:00
share/locale/sq/LC_MESSAGES/gnome-cups-manager.mo
share/locale/sr/LC_MESSAGES/gnome-cups-manager.mo
share/locale/sr@Latn/LC_MESSAGES/gnome-cups-manager.mo
share/locale/sv/LC_MESSAGES/gnome-cups-manager.mo
share/locale/tr/LC_MESSAGES/gnome-cups-manager.mo
share/locale/uk/LC_MESSAGES/gnome-cups-manager.mo
2005-11-19 18:58:22 +01:00
share/locale/xh/LC_MESSAGES/gnome-cups-manager.mo
2004-11-07 23:59:12 +01:00
share/locale/zh_CN/LC_MESSAGES/gnome-cups-manager.mo
share/locale/zh_TW/LC_MESSAGES/gnome-cups-manager.mo
share/pixmaps/gnome-cups-manager/printer-tray-normal.png
share/pixmaps/gnome-cups-manager/printer-tray-stopped.png
@dirrm share/pixmaps/gnome-cups-manager
@dirrm %%DATADIR%%
@unexec /bin/rmdir %D/sbin 2>/dev/null || /usr/bin/true
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 23:49:03 +01:00
@dirrmtry include/libgnomecups-1/libgnomecups
@dirrmtry include/libgnomecups-1
@dirrmtry share/locale/xh/LC_MESSAGES
@dirrmtry share/locale/xh
@dirrmtry share/locale/rw/LC_MESSAGES
@dirrmtry share/locale/rw
@dirrmtry share/applications