- Use icon name 'printer' instead of 'gnome-dev-printer'.
This commit is contained in:
parent
0fd6a1d808
commit
543abca28c
27
system-config-printer-icon-name.patch
Normal file
27
system-config-printer-icon-name.patch
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
diff -up system-config-printer-1.1.93/system-config-printer.py.icon-name system-config-printer-1.1.93/system-config-printer.py
|
||||||
|
--- system-config-printer-1.1.93/system-config-printer.py.icon-name 2010-02-26 15:15:26.000000000 +0000
|
||||||
|
+++ system-config-printer-1.1.93/system-config-printer.py 2010-03-01 18:53:04.502609395 +0000
|
||||||
|
@@ -1463,19 +1463,19 @@ class GUI(GtkGUI, monitor.Watcher):
|
||||||
|
'i-network-printer'),
|
||||||
|
'local-printer':
|
||||||
|
(_("Printer"),
|
||||||
|
- 'gnome-dev-printer'),
|
||||||
|
+ 'printer'),
|
||||||
|
'local-fax':
|
||||||
|
(_("Fax"),
|
||||||
|
- 'gnome-dev-printer'),
|
||||||
|
+ 'printer'),
|
||||||
|
'local-class':
|
||||||
|
(_("Class"),
|
||||||
|
- 'gnome-dev-printer'),
|
||||||
|
+ 'printer'),
|
||||||
|
'ipp-printer':
|
||||||
|
(_("Network printer"),
|
||||||
|
'i-network-printer'),
|
||||||
|
'smb-printer':
|
||||||
|
(_("Network print share"),
|
||||||
|
- 'gnome-dev-printer'),
|
||||||
|
+ 'printer'),
|
||||||
|
'network-printer':
|
||||||
|
(_("Network printer"),
|
||||||
|
'i-network-printer'),
|
@ -7,7 +7,7 @@
|
|||||||
Summary: A printer administration tool
|
Summary: A printer administration tool
|
||||||
Name: system-config-printer
|
Name: system-config-printer
|
||||||
Version: 1.1.93
|
Version: 1.1.93
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://cyberelk.net/tim/software/system-config-printer/
|
URL: http://cyberelk.net/tim/software/system-config-printer/
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -19,6 +19,7 @@ Patch1: system-config-printer-no-epydoc.patch
|
|||||||
Patch2: system-config-printer-lowercase-mfg-mdl.patch
|
Patch2: system-config-printer-lowercase-mfg-mdl.patch
|
||||||
Patch3: system-config-printer-import-gobject.patch
|
Patch3: system-config-printer-import-gobject.patch
|
||||||
Patch4: system-config-printer-check-install.patch
|
Patch4: system-config-printer-check-install.patch
|
||||||
|
Patch5: system-config-printer-icon-name.patch
|
||||||
|
|
||||||
BuildRequires: cups-devel >= 1.2
|
BuildRequires: cups-devel >= 1.2
|
||||||
BuildRequires: python-devel >= 2.4
|
BuildRequires: python-devel >= 2.4
|
||||||
@ -81,6 +82,7 @@ printers.
|
|||||||
%patch2 -p1 -b .lowercase-mfg-mdl
|
%patch2 -p1 -b .lowercase-mfg-mdl
|
||||||
%patch3 -p1 -b .import-gobject
|
%patch3 -p1 -b .import-gobject
|
||||||
%patch4 -p1 -b .check-install
|
%patch4 -p1 -b .check-install
|
||||||
|
%patch5 -p1 -b .icon-name
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-udev-rules --with-polkit-1
|
%configure --with-udev-rules --with-polkit-1
|
||||||
@ -197,6 +199,9 @@ rm -rf %buildroot
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 1 2010 Tim Waugh <twaugh@redhat.com> - 1.1.93-4
|
||||||
|
- Use icon name 'printer' instead of 'gnome-dev-printer'.
|
||||||
|
|
||||||
* Mon Mar 1 2010 Tim Waugh <twaugh@redhat.com> - 1.1.93-3
|
* Mon Mar 1 2010 Tim Waugh <twaugh@redhat.com> - 1.1.93-3
|
||||||
- Attempt to install drivers in the Device ID checker.
|
- Attempt to install drivers in the Device ID checker.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user