wmcalc: Add freedesktop.org desktop entry file.
This commit is contained in:
parent
ff19c1226f
commit
a916fe2800
|
@ -11,3 +11,6 @@ LIBS += $(X11_LIBS) $(XEXT_LIBS) $(XPM_LIBS)
|
|||
|
||||
icondir = @datadir@/icons/hicolor/48x48/apps
|
||||
dist_icon_DATA = wmcalc.png
|
||||
|
||||
desktopdir = @datadir@/applications
|
||||
dist_desktop_DATA = wmcalc.desktop
|
||||
|
|
9
wmcalc/wmcalc.desktop
Normal file
9
wmcalc/wmcalc.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=wmcalc
|
||||
Comment=Calculator dockapp for Window Maker
|
||||
Exec=wmcalc
|
||||
Categories=Science;Math
|
||||
Keywords=calculator;dockapp;window maker
|
||||
Icon=wmcalc
|
Loading…
Reference in a new issue