From e9ab4b5bc8a0dd81137bc7df8ff6bc95776dee18 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Fri, 22 Jun 2018 16:21:09 -0400 Subject: [PATCH] wmusic: Add desktop file --- wmusic/Makefile.am | 3 +++ wmusic/wmusic.desktop | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 wmusic/wmusic.desktop diff --git a/wmusic/Makefile.am b/wmusic/Makefile.am index c7e6310..5524c4a 100644 --- a/wmusic/Makefile.am +++ b/wmusic/Makefile.am @@ -4,3 +4,6 @@ dist_man_MANS = wmusic.1 AM_CFLAGS = $(X11_CFLAGS) $(DOCKAPP_CFLAGS) $(PLAYERCTL_CFLAGS) LIBS += $(X11_LIBS) $(DOCKAPP_LIBS) $(PLAYERCTL_LIBS) + +desktopdir = @datadir@/applications +dist_desktop_DATA = wmusic.desktop diff --git a/wmusic/wmusic.desktop b/wmusic/wmusic.desktop new file mode 100644 index 0000000..1f311be --- /dev/null +++ b/wmusic/wmusic.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=wmusic +Comment=Remote-control dockapp for MPRIS-compatible media players +Exec=wmusic +Categories=AudioVideo;Audio;Player; +Keywords=audio;music;dockapp;window maker