[Pkg-wmaker-commits] [wmix] 43/44: wmix: Add desktop entry file.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Sep 29 10:40:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmix.

commit 6671937721976bb4ccaf4dd67ef316f0cca9b4f8
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Thu Sep 28 23:21:45 2017 -0400

    wmix: Add desktop entry file.
---
 Makefile.am  | 3 +++
 wmix.desktop | 8 ++++++++
 2 files changed, 11 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index f8f6ba2..73f152a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,3 +7,6 @@ wmix_SOURCES = misc.c config.c mixer-alsa.c mixer-oss.c ui_x.c mmkeys.c wmix.c \
 
 dist_man_MANS = wmix.1x
 EXTRA_DIST = BUGS sample.wmixrc
+
+desktopdir = @datadir@/applications
+dist_desktop_DATA = wmix.desktop
diff --git a/wmix.desktop b/wmix.desktop
new file mode 100644
index 0000000..3c18fda
--- /dev/null
+++ b/wmix.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=wmix
+Comment=A mixer dockapp using the OSS mixer API
+Exec=wmix
+Categories=Audio;Mixer
+Keywords=sound;mixer;dockapp;window maker

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmix.git



More information about the Pkg-wmaker-commits mailing list