wmbutton: Add freedesktop.org desktop entry file.
This commit is contained in:
parent
1a40caacaa
commit
b96ef2835f
|
@ -7,3 +7,6 @@ wmbutton_SOURCES = backdrop.xpm buttons.xpm mask.xbm wmb_libs.c wmbutton.c \
|
||||||
|
|
||||||
AM_CFLAGS = $(x11_CFLAGS) $(xpm_CFLAGS) $(xext_CFLAGS)
|
AM_CFLAGS = $(x11_CFLAGS) $(xpm_CFLAGS) $(xext_CFLAGS)
|
||||||
LIBS += $(x11_LIBS) $(xpm_LIBS) $(xext_LIBS)
|
LIBS += $(x11_LIBS) $(xpm_LIBS) $(xext_LIBS)
|
||||||
|
|
||||||
|
desktopdir = @datadir@/applications
|
||||||
|
dist_desktop_DATA = wmbutton.desktop
|
||||||
|
|
8
wmbutton/wmbutton.desktop
Normal file
8
wmbutton/wmbutton.desktop
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Type=Application
|
||||||
|
Name=wmbutton
|
||||||
|
Comment=Dockapp displaying nine configurable buttons
|
||||||
|
Exec=wmbutton
|
||||||
|
Categories=Utility
|
||||||
|
Keywords=launcher;dockapp;window maker
|
Loading…
Reference in a new issue