[Thunar/f15/master] Obsolete old plugins (#682491) Add sendto helper for quodlibet

Christoph Wickert cwickert at fedoraproject.org
Wed Mar 9 00:48:30 UTC 2011


commit d9539f7536618f2f98a5ad6e376cd47932a3a26f
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Wed Mar 9 01:48:24 2011 +0100

    Obsolete old plugins (#682491)
    Add sendto helper for quodlibet

 Thunar.spec                              |   14 +++++++++++++-
 thunar-sendto-audacious-playlist.desktop |    8 +++++---
 thunar-sendto-bluetooth.desktop          |    4 ++--
 thunar-sendto-quodlibet-playlist.desktop |   14 ++++++++++++++
 4 files changed, 34 insertions(+), 6 deletions(-)
---
diff --git a/Thunar.spec b/Thunar.spec
index 6cf6442..6bfe95a 100644
--- a/Thunar.spec
+++ b/Thunar.spec
@@ -2,7 +2,7 @@
 
 Name:           Thunar
 Version:        1.2.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Thunar File Manager
 
 Group:          User Interface/Desktops
@@ -11,6 +11,7 @@ URL:            http://thunar.xfce.org/
 Source0:        http://archive.xfce.org/src/xfce/thunar/%{minorversion}/%{name}-%{version}.tar.bz2
 Source1:        thunar-sendto-bluetooth.desktop
 Source2:        thunar-sendto-audacious-playlist.desktop
+Source3:        thunar-sendto-quodlibet-playlist.desktop
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  exo-devel >= 0.5.1
@@ -34,6 +35,10 @@ Requires:       dbus-x11
 Provides:       xffm = 4.2.4
 Obsoletes:      xffm <= 4.2.3-5.fc6
 
+# thunar-shares-plugin isn't in F15
+Provides:       thunar-shares-plugin = 0.2.0-4
+Obsoletes:      thunar-shares-plugin <= 0.2.0-3.fc15
+
 # Provide lowercase name to help people find the package. 
 Provides:       thunar = %{version}-%{release}
 
@@ -117,6 +122,9 @@ desktop-file-install --vendor ""                                \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/Thunar/sendto        \
         %{SOURCE2}
 
+desktop-file-install --vendor ""                                \
+        --dir ${RPM_BUILD_ROOT}%{_datadir}/Thunar/sendto        \
+        %{SOURCE3}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -192,6 +200,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Mar 08 2011 Christoph Wickert <cwickert at fedoraproject.org> - 1.2.1-3
+- Obsolete old plugins (#682491)
+- Add sendto helper for quodlibet
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/thunar-sendto-audacious-playlist.desktop b/thunar-sendto-audacious-playlist.desktop
index 4870cb2..97f9853 100644
--- a/thunar-sendto-audacious-playlist.desktop
+++ b/thunar-sendto-audacious-playlist.desktop
@@ -1,12 +1,14 @@
 [Desktop Entry]
+Version=1.0
 Name=Audacious Playlist
 Name[de]=Audacious Wiedergabeliste
 GenericName=Audio Playlist
+GenericName[de]= Wiedergabeliste
 Comment=Enque files to playlist
 Comment[de]=Dateien zur Wiedergabeliste hinzufügen
 Exec=audacious -e %F
-Icon=sound
-MimeType=audio/prs.sid;audio/x-flac;audio/x-it;audio/x-mod;audio/x-ms-wma;audio/x-musepack;audio/x-s3m;audio/x-stm;audio/x-xm;application/ogg;audio/x-vorbis+ogg;x-directory/normal;inode/directory;
+TryExec=audacious
+Icon=audacious
+MimeType=audio/prs.sid;audio/x-flac;audio/x-it;audio/x-mod;audio/x-ms-wma;audio/x-musepack;audio/x-s3m;audio/x-stm;audio/x-xm;application/ogg;audio/x-vorbis+ogg;inode/directory;
 Terminal=false
 Type=Application
-Encoding=UTF-8
diff --git a/thunar-sendto-bluetooth.desktop b/thunar-sendto-bluetooth.desktop
index 20c5087..98899f6 100644
--- a/thunar-sendto-bluetooth.desktop
+++ b/thunar-sendto-bluetooth.desktop
@@ -1,13 +1,13 @@
 [Desktop Entry]
 Version=1.0
-Encoding=UTF-8
 Name=Bluetooth OBEX Recipient
 Name[de]=Bluetooth OBEX Empfänger
 GenericName=Bluetooth Recipient
 GenericName[de]=Bluetooth Empfänger
 Comment=Send selected files via Bluetooth
 Comment[de]=Ausgewählte Dateien per Bluetooth senden
+Exec=bluetooth-sendto %F
+TryExec=bluetooth-sendto
 Icon=bluetooth
-Exec=bluetooth-sendto %f
 Terminal=false
 Type=Application
diff --git a/thunar-sendto-quodlibet-playlist.desktop b/thunar-sendto-quodlibet-playlist.desktop
new file mode 100644
index 0000000..3adc2ff
--- /dev/null
+++ b/thunar-sendto-quodlibet-playlist.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Name=Quod Libet Playlist
+Name[de]=Quod Libet Wiedergabeliste
+GenericName=Audio Playlist
+GenericName[de]= Wiedergabeliste
+Comment=Enque files to playlist
+Comment[de]=Dateien zur Wiedergabeliste hinzufügen
+Exec=quodlibet --enqueue %F
+TryExec=quodlibet
+Icon=quodlibet
+MimeType=audio/prs.sid;audio/x-flac;audio/x-it;audio/x-mod;audio/x-ms-wma;audio/x-musepack;audio/x-s3m;audio/x-stm;audio/x-xm;application/ogg;audio/x-vorbis+ogg;inode/directory;
+Terminal=false
+Type=Application


More information about the scm-commits mailing list