From f80c5acb9c9f039db52f46628816c6dbfe5c0312 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 10 Dec 2012 01:52:37 +0100 Subject: [PATCH] skype: fixed v4l1 and v4l2 desktop entries and added italian translation --- SRPMS/skype/skype.spec.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/SRPMS/skype/skype.spec.in b/SRPMS/skype/skype.spec.in index 645ee96..76ff398 100644 --- a/SRPMS/skype/skype.spec.in +++ b/SRPMS/skype/skype.spec.in @@ -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