rpms/audacious/devel audacious-1.5.1-desktop-name.patch, NONE, 1.1 audacious.spec, 1.45, 1.46

Michael Schwendt mschwendt at fedoraproject.org
Thu Jun 4 18:13:26 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/audacious/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1211

Modified Files:
	audacious.spec 
Added Files:
	audacious-1.5.1-desktop-name.patch 
Log Message:
* Thu Jun  4 2009 Michael Schwendt <mschwendt at fedoraproject.org>
- Patch /usr/bin/audacious to find fedora-audacious.desktop file.


audacious-1.5.1-desktop-name.patch:

--- NEW FILE audacious-1.5.1-desktop-name.patch ---
diff -Nur audacious-1.5.1-orig/configure audacious-1.5.1/configure
--- audacious-1.5.1-orig/configure	2008-05-24 00:00:38.000000000 +0200
+++ audacious-1.5.1/configure	2009-06-04 19:59:54.000000000 +0200
@@ -12651,7 +12651,7 @@
 ### ---------------------------------------------------------------------------
 
   EXP_VAR=desktop_file
-  FROM_VAR="${datadir}/applications/audacious.desktop"
+  FROM_VAR="${datadir}/applications/fedora-audacious.desktop"
 
     prefix_save=$prefix
   exec_prefix_save=$exec_prefix


Index: audacious.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacious/devel/audacious.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- audacious.spec	1 May 2009 17:44:36 -0000	1.45
+++ audacious.spec	4 Jun 2009 18:12:55 -0000	1.46
@@ -23,6 +23,7 @@ Patch9:         audacious-1.4.2-id3tag-c
 Patch10:        audacious-1.5.1-libsad-header.patch
 Patch11:        audacious-1.5.1-playlist-length.patch
 Patch12:        audacious-1.5.1-playlist-play-clicked.patch
+Patch13:        audacious-1.5.1-desktop-name.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.6
@@ -127,6 +128,9 @@ Development files for Audacious
 # When passing a file on the command line, play the file, not the first playlist entry
 %patch12 -p1 -b playlist-play-clicked
 
+# /usr/bin/audacious looks for the fedora-audacious.desktop file
+%patch13 -p1 -b .desktop-name
+
 perl -pi -e 's/^\.SILENT:.*$//' buildsys.mk.in
 
 %build
@@ -215,6 +219,9 @@ fi
 
 
 %changelog
+* Thu Jun  4 2009 Michael Schwendt <mschwendt at fedoraproject.org>
+- Patch /usr/bin/audacious to find fedora-audacious.desktop file.
+
 * Fri May 01 2009 Ralf Ertzinger <ralf at skytale.net> 1.5.1-8
 - Fix for "segfault with no playlist present" (BZ#475691)
 - Fix for broken playlist handling (BZ#475691), patch from




More information about the fedora-extras-commits mailing list