Updating link to change in openSUSE:Factory/cups revision 74.0
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=1a5df21632f09e257585f57b24c56856
This commit is contained in:
parent
14416b7b80
commit
63839f63fb
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 10 20:12:43 UTC 2010 - guido+opensuse.org@berhoerster.name
|
||||||
|
|
||||||
|
- In cups.spec removed '-r' from the suse_update_desktop_file call
|
||||||
|
to not replace valid (and previously patched via
|
||||||
|
cups-1.3.9-desktop_file.patch) categories of the desktop file
|
||||||
|
so that it shows up in the right place (this is particularly
|
||||||
|
an issue with the LXDE/XFCE menu).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 6 12:39:41 CEST 2010 - jsmeix@suse.de
|
Thu May 6 12:39:41 CEST 2010 - jsmeix@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ License: GPLv2+ ; LGPLv2.1+
|
|||||||
Group: Hardware/Printing
|
Group: Hardware/Printing
|
||||||
Summary: The Common UNIX Printing System
|
Summary: The Common UNIX Printing System
|
||||||
Version: 1.4.3
|
Version: 1.4.3
|
||||||
Release: 3
|
Release: 4
|
||||||
# Require the exact matching version-release of the cups-libs sub-package because
|
# Require the exact matching version-release of the cups-libs sub-package because
|
||||||
# non-matching CUPS libraries may let CUPS software crash (e.g. segfault)
|
# non-matching CUPS libraries may let CUPS software crash (e.g. segfault)
|
||||||
# because all CUPS software is built from the one same CUPS source tar ball
|
# because all CUPS software is built from the one same CUPS source tar ball
|
||||||
@ -305,7 +305,7 @@ do # Change default paper size from Letter to A4 if possible
|
|||||||
done
|
done
|
||||||
# Add files for desktop menu:
|
# Add files for desktop menu:
|
||||||
rm -f $RPM_BUILD_ROOT/usr/share/applications/cups.desktop
|
rm -f $RPM_BUILD_ROOT/usr/share/applications/cups.desktop
|
||||||
%suse_update_desktop_file -i -r cups PrintingUtility 2>/dev/null
|
%suse_update_desktop_file -i cups PrintingUtility 2>/dev/null
|
||||||
mkdir $RPM_BUILD_ROOT/usr/share/pixmaps
|
mkdir $RPM_BUILD_ROOT/usr/share/pixmaps
|
||||||
install -m 644 $RPM_BUILD_ROOT/usr/share/icons/hicolor/64x64/apps/cups.png $RPM_BUILD_ROOT/usr/share/pixmaps
|
install -m 644 $RPM_BUILD_ROOT/usr/share/icons/hicolor/64x64/apps/cups.png $RPM_BUILD_ROOT/usr/share/pixmaps
|
||||||
rm -rf $RPM_BUILD_ROOT/usr/share/icons
|
rm -rf $RPM_BUILD_ROOT/usr/share/icons
|
||||||
|
Loading…
x
Reference in New Issue
Block a user