wmmoonclock: Add desktop entry file.
This commit is contained in:
parent
51be431e82
commit
4d99734d71
|
@ -10,3 +10,6 @@ EXTRA_DIST = BUGS
|
||||||
|
|
||||||
AM_CFLAGS = $(x11_CFLAGS) $(xext_CFLAGS) $(xpm_CFLAGS)
|
AM_CFLAGS = $(x11_CFLAGS) $(xext_CFLAGS) $(xpm_CFLAGS)
|
||||||
LIBS += $(x11_LIBS) $(xext_LIBS) $(xpm_LIBS) -lm
|
LIBS += $(x11_LIBS) $(xext_LIBS) $(xpm_LIBS) -lm
|
||||||
|
|
||||||
|
desktopdir = $(datadir)/applications
|
||||||
|
dist_desktop_DATA = wmmoonclock.desktop
|
||||||
|
|
7
wmmoonclock/wmmoonclock.desktop
Normal file
7
wmmoonclock/wmmoonclock.desktop
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=wmmoonclock
|
||||||
|
Comment=Window Maker dockapp for showing the phase of the moon
|
||||||
|
Exec=wmmoonclock
|
||||||
|
Categories=Science;Astronomy;
|
||||||
|
Keywords=moon;dockapp;window maker;
|
Loading…
Reference in a new issue