From 083849161f075878e4175cd03cb7afa83d64e7f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Jul 2017 22:55:08 +0200 Subject: New upstream version 0.9.0 --- data/kde/rapid-photo-downloader.desktop | 12 ------------ data/kde/rapid-photo-downloader.desktop.in | 11 +++++++++++ 2 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 data/kde/rapid-photo-downloader.desktop create mode 100644 data/kde/rapid-photo-downloader.desktop.in (limited to 'data/kde') diff --git a/data/kde/rapid-photo-downloader.desktop b/data/kde/rapid-photo-downloader.desktop deleted file mode 100644 index cd89692..0000000 --- a/data/kde/rapid-photo-downloader.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND StorageVolume.usage == 'FileSystem' ] -Type=Service -Actions=exec; - -[Desktop Action exec] -# %f gives StorageAccess.filePath, %d gives Block.device, %i gives UDI -Exec=/usr/bin/rapid-photo-downloader -Icon=/usr/share/pixmaps/rapid-photo-downloader.png -Name=Download Photos with Rapid Photo Downloader -Name[fr]=Téléchargement de photos avec Rapid Photo Downloader - diff --git a/data/kde/rapid-photo-downloader.desktop.in b/data/kde/rapid-photo-downloader.desktop.in new file mode 100644 index 0000000..c02ec67 --- /dev/null +++ b/data/kde/rapid-photo-downloader.desktop.in @@ -0,0 +1,11 @@ +[Desktop Entry] +X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND StorageVolume.usage == 'FileSystem' ] +Type=Service +Actions=exec; + +[Desktop Action exec] +# %f gives StorageAccess.filePath, %d gives Block.device, %i gives UDI +Exec=rapid-photo-downloader +Icon=rapid-photo-downloader +_Name=Download Photos and Videos with Rapid Photo Downloader + -- cgit v1.2.3 From 77dd64c0757c0191b276e65c24ee9874959790c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 25 Jul 2017 06:17:26 +0200 Subject: New upstream version 0.9.1 --- data/kde/net.damonlynch.rapid-photo-downloader.desktop.in | 11 +++++++++++ data/kde/rapid-photo-downloader.desktop.in | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 data/kde/net.damonlynch.rapid-photo-downloader.desktop.in delete mode 100644 data/kde/rapid-photo-downloader.desktop.in (limited to 'data/kde') diff --git a/data/kde/net.damonlynch.rapid-photo-downloader.desktop.in b/data/kde/net.damonlynch.rapid-photo-downloader.desktop.in new file mode 100644 index 0000000..c02ec67 --- /dev/null +++ b/data/kde/net.damonlynch.rapid-photo-downloader.desktop.in @@ -0,0 +1,11 @@ +[Desktop Entry] +X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND StorageVolume.usage == 'FileSystem' ] +Type=Service +Actions=exec; + +[Desktop Action exec] +# %f gives StorageAccess.filePath, %d gives Block.device, %i gives UDI +Exec=rapid-photo-downloader +Icon=rapid-photo-downloader +_Name=Download Photos and Videos with Rapid Photo Downloader + diff --git a/data/kde/rapid-photo-downloader.desktop.in b/data/kde/rapid-photo-downloader.desktop.in deleted file mode 100644 index c02ec67..0000000 --- a/data/kde/rapid-photo-downloader.desktop.in +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND StorageVolume.usage == 'FileSystem' ] -Type=Service -Actions=exec; - -[Desktop Action exec] -# %f gives StorageAccess.filePath, %d gives Block.device, %i gives UDI -Exec=rapid-photo-downloader -Icon=rapid-photo-downloader -_Name=Download Photos and Videos with Rapid Photo Downloader - -- cgit v1.2.3