[Pkg-wmaker-commits] [wmmixer] 14/16: wmmixer: Add desktop entry file.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 29 09:59:08 UTC 2017


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

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

commit 402777080d42401f06e3330c34ffa84edc501af9
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Mon Aug 28 19:33:28 2017 -0400

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

diff --git a/Makefile.am b/Makefile.am
index 6aa9035..00fe4f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,3 +7,6 @@ EXTRA_DIST = CHANGES
 
 AM_CFLAGS = $(Xlib_CFLAGS) $(Xext_CFLAGS) $(libXpm_CFLAGS)
 LIBS += $(Xlib_LIBS) $(Xext_LIBS) $(libXpm_LIBS)
+
+desktopdir = @datadir@/applications
+dist_desktop_DATA = wmmixer.desktop
diff --git a/wmmixer.desktop b/wmmixer.desktop
new file mode 100644
index 0000000..1eeaf01
--- /dev/null
+++ b/wmmixer.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=wmmixer
+Comment=A mixer designed for Window Maker
+Exec=wmmixer
+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/wmmixer.git



More information about the Pkg-wmaker-commits mailing list