[Pkg-xfce-commits] r2576 - desktop/trunk/xfce4-mixer/debian

cockroach-guest at alioth.debian.org cockroach-guest at alioth.debian.org
Fri Jan 2 17:39:08 UTC 2009


Author: cockroach-guest
Date: 2009-01-02 17:39:08 +0000 (Fri, 02 Jan 2009)
New Revision: 2576

Added:
   desktop/trunk/xfce4-mixer/debian/xfce4-mixer.desktop
Modified:
   desktop/trunk/xfce4-mixer/debian/changelog
   desktop/trunk/xfce4-mixer/debian/rules
Log:
Added new desktop menu item for the mixer to close #496773


Modified: desktop/trunk/xfce4-mixer/debian/changelog
===================================================================
--- desktop/trunk/xfce4-mixer/debian/changelog	2009-01-02 11:34:40 UTC (rev 2575)
+++ desktop/trunk/xfce4-mixer/debian/changelog	2009-01-02 17:39:08 UTC (rev 2576)
@@ -1,5 +1,6 @@
 xfce4-mixer (4.4.3-1) UNRELEASED; urgency=low
 
+  [Yves-Alexis Perez]
   * new upstream bugfix release
   * debian/rules:
     - stop messing with config.{guess,sub}.
@@ -7,6 +8,9 @@
   * debian/control:
     - add build-dep on intltool.
 
+  [Stefan Ott]
+  * debian/xfce4-mixer.desktop: New menu item for the mixer	closes: #496773
+
  -- Yves-Alexis Perez <corsac at debian.org>  Tue, 04 Nov 2008 23:10:40 +0100
 
 xfce4-mixer (4.4.2-3) unstable; urgency=low

Modified: desktop/trunk/xfce4-mixer/debian/rules
===================================================================
--- desktop/trunk/xfce4-mixer/debian/rules	2009-01-02 11:34:40 UTC (rev 2575)
+++ desktop/trunk/xfce4-mixer/debian/rules	2009-01-02 17:39:08 UTC (rev 2576)
@@ -99,6 +99,8 @@
 	install -c -m 644 $(CURDIR)/debian/xfce4-mixer.xpm \
 		$(CURDIR)/debian/xfce4-mixer/usr/share/pixmaps
 
+	# install the desktop menu item
+	dh_install debian/xfce4-mixer.desktop /usr/share/applications
 
 	rm -f $(CURDIR)/debian/xfce4-mixer/usr/lib/xfce4/mcs-plugins/*.la
 	rm -f $(CURDIR)/debian/xfce4-mixer/usr/lib/xfce4/mcs-plugins/*.a

Added: desktop/trunk/xfce4-mixer/debian/xfce4-mixer.desktop
===================================================================
--- desktop/trunk/xfce4-mixer/debian/xfce4-mixer.desktop	                        (rev 0)
+++ desktop/trunk/xfce4-mixer/debian/xfce4-mixer.desktop	2009-01-02 17:39:08 UTC (rev 2576)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Volume Control
+Comment=Xfce4 Audio Mixer
+Exec=xfce4-mixer
+Icon=xfce-sound
+Categories=GTK;AudioVideo;Audio;Mixer;
+Terminal=false
+Type=Application
+




More information about the Pkg-xfce-commits mailing list