mirror of
https://abf.rosa.ru/djam/cups.git
synced 2025-02-23 05:42:48 +00:00
More correct way to hide the cups.desktop file.
This commit is contained in:
parent
40b2b6cf45
commit
66ed69eaf5
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
%define cupsversion 1.4.8
|
||||
%define cupsminorversion %nil
|
||||
%define cupsextraversion %nil
|
||||
%define release %mkrel 8
|
||||
%define release %mkrel 9
|
||||
%endif
|
||||
%define cupstarballname %{cupsbasename}-%{cupsversion}%{cupsextraversion}
|
||||
|
||||
|
@ -728,7 +728,7 @@ EOF
|
|||
sed -i s/htmlview/xdg-open/ %{buildroot}%{_datadir}/applications/*.desktop
|
||||
|
||||
# Hide .desktop-file by default
|
||||
echo 'Hidden=true' > %{buildroot}%{_datadir}/applications/%{cupsbasename}.desktop
|
||||
echo -e '\nHidden=true' >> %{buildroot}%{_datadir}/applications/%{cupsbasename}.desktop
|
||||
|
||||
#find_lang %{name}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue