rpms/gst-mixer/devel gst-mixer-2.26.0-help-uri.patch, NONE, 1.1 gst-mixer.spec, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Sun Jul 19 20:49:48 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/gst-mixer/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23425

Modified Files:
	gst-mixer.spec 
Added Files:
	gst-mixer-2.26.0-help-uri.patch 
Log Message:
* Sun Jul 19 2009 Christoph Wickert <cwickert at fedoraproject.org> - 2.26.0-3
- Fix 'Help' button (#508531)
- Add category 'Mixer' to menu enty for nested menus in multimedia-menus


gst-mixer-2.26.0-help-uri.patch:
 window.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gst-mixer-2.26.0-help-uri.patch ---
--- gnome-media-2.26.0/gst-mixer/src/window.c.orig	2009-07-19 22:17:24.000000000 +0200
+++ gnome-media-2.26.0/gst-mixer/src/window.c	2009-07-19 22:17:46.000000000 +0200
@@ -126,7 +126,7 @@
 cb_help (GtkAction *action,
 	 GnomeVolumeControlWindow *win)
 {
-  open_uri (GTK_WINDOW (win), "ghelp:gnome-volume-control");
+  open_uri (GTK_WINDOW (win), "ghelp:gst-mixer");
 }
 
 static void


Index: gst-mixer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gst-mixer/devel/gst-mixer.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gst-mixer.spec	4 May 2009 21:12:06 -0000	1.1
+++ gst-mixer.spec	19 Jul 2009 20:49:48 -0000	1.2
@@ -3,7 +3,7 @@
 Summary:        Legacy gnome-volume-control for advanced use cases
 Name:           gst-mixer
 Version:        2.26.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPLv2+ and GFDL
 Group:          Applications/Multimedia
 Source:         http://download.gnome.org/sources/gnome-media/2.26/gnome-media-%{version}.tar.bz2
@@ -11,6 +11,7 @@ Source:         http://download.gnome.or
 Patch0:         gst-mixer-2.26.0-rebrand.patch
 # Fixes Launchpad bug #345645 (patch from that report / upstream)
 Patch1:         gst-mixer-2.26.0-switch.patch
+Patch2:         gst-mixer-2.26.0-help-uri.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL:            http://www.gnome.org
 ExcludeArch:    s390 s390x
@@ -49,6 +50,7 @@ GNOME volume control application cannot 
 %setup -q -n gnome-media-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 mv gst-mixer/gnome-volume-control.desktop.in.in gst-mixer/gst-mixer.desktop.in.in
 mv gst-mixer/gnome-volume-control.schemas.in gst-mixer/gst-mixer.schemas.in
@@ -111,6 +113,11 @@ done
 
 %find_lang %{gettext_package} --all-name --with-gnome
 
+desktop-file-install \
+  --add-category=Mixer \
+  --dir=$RPM_BUILD_ROOT/%{_datadir}/applications \
+  $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -159,6 +166,10 @@ touch --no-create %{_datadir}/icons/hico
 %{_bindir}/*
 
 %changelog
+* Sun Jul 19 2009 Christoph Wickert <cwickert at fedoraproject.org> - 2.26.0-3
+- Fix 'Help' button (#508531)
+- Add category 'Mixer' to menu enty for nested menus in multimedia-menus
+
 * Fri May 1 2009 Adam Williamson <awilliam at redhat.com> - 2.26.0-2
 - Drop a bunch of %%defines in the spec as recommended for review
 




More information about the fedora-extras-commits mailing list