[Xfce4-commits] r29158 - in xfce4-mixer/branches/xfce_4_4: . src
Danny Milosavljevic
dannym at xfce.org
Sun Jan 11 16:04:44 CET 2009
Author: dannym
Date: 2009-01-11 15:04:44 +0000 (Sun, 11 Jan 2009)
New Revision: 29158
Added:
xfce4-mixer/branches/xfce_4_4/src/xfce4-mixer.desktop.in
Modified:
xfce4-mixer/branches/xfce_4_4/ChangeLog
xfce4-mixer/branches/xfce_4_4/src/Makefile.am
Log:
add '.desktop' file for mixer application (so that you can use it as standalone application) (fixes bug# 2889).
Modified: xfce4-mixer/branches/xfce_4_4/ChangeLog
===================================================================
--- xfce4-mixer/branches/xfce_4_4/ChangeLog 2009-01-11 14:55:39 UTC (rev 29157)
+++ xfce4-mixer/branches/xfce_4_4/ChangeLog 2009-01-11 15:04:44 UTC (rev 29158)
@@ -1,3 +1,7 @@
+2009-01-11 15:47 dannym
+
+ * add "src/xfce4-mixer.desktop.in".
+
2008-10-22 21:37 lars
* po/da.po: update-po
Modified: xfce4-mixer/branches/xfce_4_4/src/Makefile.am
===================================================================
--- xfce4-mixer/branches/xfce_4_4/src/Makefile.am 2009-01-11 14:55:39 UTC (rev 29157)
+++ xfce4-mixer/branches/xfce_4_4/src/Makefile.am 2009-01-11 15:04:44 UTC (rev 29158)
@@ -67,6 +67,11 @@
#%.c %.h %-private.h: %.gob
# @GOB2@ $<
+appsdir = $(datadir)/applications
+apps_in_files = xfce4-mixer.desktop.in
+apps_DATA = $(apps_in_files:.desktop.in=.desktop)
+ at INTLTOOL_DESKTOP_RULE@
+
ACLOCAL_AMFLAGS = -I m4
xfce4_mixer_DEPENDENCIES = $(top_builddir)/lib/libxfce4mixer.la
@@ -86,5 +91,7 @@
mixer-switch.gob \
mixer-view-tiny.gob \
mixer-view.gob \
- mixer-window.gob
+ mixer-window.gob \
+ $(apps_in_files)
+DISTCLEANFILES = $(apps_DATA)
Added: xfce4-mixer/branches/xfce_4_4/src/xfce4-mixer.desktop.in
===================================================================
--- xfce4-mixer/branches/xfce_4_4/src/xfce4-mixer.desktop.in (rev 0)
+++ xfce4-mixer/branches/xfce_4_4/src/xfce4-mixer.desktop.in 2009-01-11 15:04:44 UTC (rev 29158)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0
+Name=Volume Control
+Type=Application
+Comment=Mixer GUI
+Exec=xfce4-mixer
+TryExec=xfce4-mixer
+Icon=multimedia-volume-control
+Categories=Application;AudioVideo;
More information about the Xfce4-commits
mailing list