Added patch to validate desktop file

This commit is contained in:
Denis Leroy 2008-06-22 08:30:03 +00:00
parent 6a29d9f9a2
commit 98c7cfcdf6
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,12 @@
--- brasero-0.7.90/data/brasero.desktop.in~ 2008-06-01 15:19:49.000000000 +0200
+++ brasero-0.7.90/data/brasero.desktop.in 2008-06-22 10:28:13.000000000 +0200
@@ -28,9 +28,3 @@
MimeType=application/x-brasero;
Exec=brasero -p %u
_Name=Open project
-
-[Desktop Action OpenPlaylist]
-Icon=brasero
-MimeType=audio/x-scpls;audio/x-ms-asx;audio/x-mp3-playlist;audio/x-mpegurl;
-Exec=brasero -l %u
-_Name=Open project

View File

@ -8,6 +8,7 @@ License: GPLv2+
URL: http://www.gnome.org/projects/brasero/
Source0: http://ftp.gnome.org/pub/GNOME/sources/brasero/0.7/%{name}-%{version}.tar.bz2
Patch0: brasero-0.7.0-open.patch
Patch1: brasero-0.7.90-desktop.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel >= 2.15.6
@ -132,6 +133,7 @@ fi
%changelog
* Wed Jun 11 2008 Denis Leroy <denis@poolshark.org> - 0.7.90-1
- Update to unstable 0.7.90
- Added patch to validate desktop file
- BRs updated
* Fri May 16 2008 Denis Leroy <denis@poolshark.org> - 0.7.1-4