Add default podcast URL handlers for gnome and KDE
This commit is contained in:
parent
2750877a72
commit
2cd281ad7a
4
debian/clementine.gconf-defaults
vendored
Normal file
4
debian/clementine.gconf-defaults
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
/desktop/gnome/url-handlers/zune/command "clementine %s"
|
||||||
|
/desktop/gnome/url-handlers/itpc/command "clementine %s"
|
||||||
|
/desktop/gnome/url-handlers/itms/command "clementine %s"
|
||||||
|
/desktop/gnome/url-handlers/feed/command "clementine %s"
|
1
debian/rules.in
vendored
1
debian/rules.in
vendored
@ -48,6 +48,7 @@ binary-arch: install
|
|||||||
dh_installchangelogs
|
dh_installchangelogs
|
||||||
dh_installmenu
|
dh_installmenu
|
||||||
dh_installdocs
|
dh_installdocs
|
||||||
|
dh_gconf
|
||||||
dh_link
|
dh_link
|
||||||
dh_strip
|
dh_strip
|
||||||
dh_compress
|
dh_compress
|
||||||
|
4
dist/CMakeLists.txt
vendored
4
dist/CMakeLists.txt
vendored
@ -40,6 +40,10 @@ if (NOT APPLE)
|
|||||||
DESTINATION share/applications
|
DESTINATION share/applications
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(FILES itms.protocol itpc.protocol feed.protocol zune.protocol
|
||||||
|
DESTINATION share/kde4/services
|
||||||
|
)
|
||||||
|
|
||||||
if(INSTALL_UBUNTU_ICONS)
|
if(INSTALL_UBUNTU_ICONS)
|
||||||
foreach(icon clementine-panel.png clementine-panel-grey.png)
|
foreach(icon clementine-panel.png clementine-panel-grey.png)
|
||||||
foreach(theme ubuntu-mono-dark ubuntu-mono-light)
|
foreach(theme ubuntu-mono-dark ubuntu-mono-light)
|
||||||
|
2
dist/clementine.desktop
vendored
2
dist/clementine.desktop
vendored
@ -12,7 +12,7 @@ Icon=application-x-clementine
|
|||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=AudioVideo;Player;Qt;
|
Categories=AudioVideo;Player;Qt;
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
MimeType=application/ogg;application/x-ogg;application/x-ogm-audio;audio/aac;audio/mp4;audio/mpeg;audio/mpegurl;audio/ogg;audio/vnd.rn-realaudio;audio/vorbis;audio/x-flac;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-ms-wma;audio/x-musepack;audio/x-oggflac;audio/x-pn-realaudio;audio/x-scpls;audio/x-speex;audio/x-vorbis;audio/x-vorbis+ogg;audio/x-wav;video/x-ms-asf;x-content/audio-player;
|
MimeType=application/ogg;application/x-ogg;application/x-ogm-audio;audio/aac;audio/mp4;audio/mpeg;audio/mpegurl;audio/ogg;audio/vnd.rn-realaudio;audio/vorbis;audio/x-flac;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-ms-wma;audio/x-musepack;audio/x-oggflac;audio/x-pn-realaudio;audio/x-scpls;audio/x-speex;audio/x-vorbis;audio/x-vorbis+ogg;audio/x-wav;video/x-ms-asf;x-content/audio-player;x-scheme-handler/zune;x-scheme-handler/itpc;x-scheme-handler/itms;x-scheme-handler/feed;
|
||||||
X-Ayatana-Desktop-Shortcuts=Play;Pause;Stop;Previous;Next;
|
X-Ayatana-Desktop-Shortcuts=Play;Pause;Stop;Previous;Next;
|
||||||
|
|
||||||
[Play Shortcut Group]
|
[Play Shortcut Group]
|
||||||
|
13
dist/feed.protocol
vendored
Normal file
13
dist/feed.protocol
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[Protocol]
|
||||||
|
exec=clementine %U
|
||||||
|
protocol=itpc
|
||||||
|
input=none
|
||||||
|
output=none
|
||||||
|
helper=true
|
||||||
|
listing=false
|
||||||
|
reading=false
|
||||||
|
writing=false
|
||||||
|
makedir=false
|
||||||
|
deleting=false
|
||||||
|
URIMode=rawuri
|
||||||
|
Icon=application-x-clementine
|
13
dist/itms.protocol
vendored
Normal file
13
dist/itms.protocol
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[Protocol]
|
||||||
|
exec=clementine %U
|
||||||
|
protocol=itpc
|
||||||
|
input=none
|
||||||
|
output=none
|
||||||
|
helper=true
|
||||||
|
listing=false
|
||||||
|
reading=false
|
||||||
|
writing=false
|
||||||
|
makedir=false
|
||||||
|
deleting=false
|
||||||
|
URIMode=rawuri
|
||||||
|
Icon=application-x-clementine
|
13
dist/itpc.protocol
vendored
Normal file
13
dist/itpc.protocol
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[Protocol]
|
||||||
|
exec=clementine %U
|
||||||
|
protocol=itpc
|
||||||
|
input=none
|
||||||
|
output=none
|
||||||
|
helper=true
|
||||||
|
listing=false
|
||||||
|
reading=false
|
||||||
|
writing=false
|
||||||
|
makedir=false
|
||||||
|
deleting=false
|
||||||
|
URIMode=rawuri
|
||||||
|
Icon=application-x-clementine
|
13
dist/zune.protocol
vendored
Normal file
13
dist/zune.protocol
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[Protocol]
|
||||||
|
exec=clementine %U
|
||||||
|
protocol=itpc
|
||||||
|
input=none
|
||||||
|
output=none
|
||||||
|
helper=true
|
||||||
|
listing=false
|
||||||
|
reading=false
|
||||||
|
writing=false
|
||||||
|
makedir=false
|
||||||
|
deleting=false
|
||||||
|
URIMode=rawuri
|
||||||
|
Icon=application-x-clementine
|
Loading…
x
Reference in New Issue
Block a user