Author: spuk
Date: Tue Feb 6 20:38:48 2007
New Revision: 116917
Modified:
packages/cooker/wmsmixer/current/SPECS/wmsmixer.spec
Log:
- fixed XDG desktop entry Comment
- note about mouse wheel feature in Summary
- start withdrawn when launched from the menu
Modified: packages/cooker/wmsmixer/current/SPECS/wmsmixer.spec
==============================================================================
--- packages/cooker/wmsmixer/current/SPECS/wmsmixer.spec (original)
+++ packages/cooker/wmsmixer/current/SPECS/wmsmixer.spec Tue Feb 6
20:38:48 2007
@@ -1,7 +1,7 @@
-Summary: Dockapp sound mixer
+Summary: Dockapp sound mixer adjustable with mouse wheel
Name: wmsmixer
Version: 0.5.1
-Release: %mkrel 3
+Release: %mkrel 4
License: GPL
Group: Graphical desktop/WindowMaker
Source0: %{name}-%{version}.tar.bz2
@@ -56,9 +56,9 @@
install -m 755 -d %buildroot%{_menudir}
cat << EOF > %buildroot%{_menudir}/%{name}
-?package(%{name}):command="%{_bindir}/%{name}" icon="%{name}.png"\\
+?package(%{name}):command="%{_bindir}/%{name} -w" icon="%{name}.png"\\
needs="X11" section="Multimedia/Sound" title="WmsMixer"\\
- longtitle="Dockapp sound mixer" xdg="true"
+ longtitle="Dockapp sound mixer adjustable with mouse wheel"
xdg="true"
EOF
install -m 755 -d %{buildroot}%{_datadir}/applications
@@ -66,8 +66,8 @@
[Desktop Entry]
Encoding=UTF-8
Name=WmsMixer
-Comment=%{summary}
-Exec=%{_bindir}/%{name}
+Comment=Dockapp sound mixer adjustable with mouse wheel
+Exec=%{_bindir}/%{name} -w
Icon=%{name}
Terminal=false
Type=Application