skype: fixed v4l1 and v4l2 desktop entries and added italian translation
This commit is contained in:
parent
493b87818b
commit
f80c5acb9c
@ -67,7 +67,8 @@ rm -fr ${tmpdir}
|
||||
# create a v4l1_compat desktop link
|
||||
cat > %{buildroot}%{_datadir}/applications/skype-v4l1.desktop << _EOF
|
||||
[Desktop Entry]
|
||||
Name=Skype (v4l1 compatibility)
|
||||
Name=Skype (v4l1 webcam compatibility)
|
||||
Name[it]=Skype (compatibilità webcam v4l1)
|
||||
Comment=Skype Internet Telephony
|
||||
Exec=LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
|
||||
Icon=skype.png
|
||||
@ -75,11 +76,14 @@ Terminal=0
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Categories=Network;Application;
|
||||
MimeType=x-scheme-handler/skype;
|
||||
X-KDE-Protocols=skype
|
||||
_EOF
|
||||
|
||||
cat > %{buildroot}%{_datadir}/applications/skype-v4l2.desktop << _EOF
|
||||
[Desktop Entry]
|
||||
Name=Skype (fixed v4l2 compatibility)
|
||||
Name=Skype (v4l2 webcam fixes)
|
||||
Name[it]=Skype (correzioni webcam v4l2)
|
||||
Comment=Skype Internet Telephony
|
||||
Exec=LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so skype
|
||||
Icon=skype.png
|
||||
@ -87,6 +91,8 @@ Terminal=0
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Categories=Network;Application;
|
||||
MimeType=x-scheme-handler/skype;
|
||||
X-KDE-Protocols=skype
|
||||
_EOF
|
||||
|
||||
%clean
|
||||
|
Loading…
Reference in New Issue
Block a user