Skip to content

Commit 5d66853

Browse files
d-torrancecrmafra
authored andcommitted
fookb: Add desktop entry file.
1 parent 87d2d31 commit 5d66853

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

fookb/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ fookb_SOURCES = fookb.c fookb.h images.c images.h opts.h \
44
dist_man_MANS = fookb.1x
55
dist_pkgdata_DATA = 1.xpm 2.xpm 3.xpm 4.xpm rus.xpm lat.xpm boom.xpm \
66
En.xpm Ru.xpm beep_spring.au
7+
desktopdir = @datadir@/applications
8+
dist_desktop_DATA = fookb.desktop
79

810
AM_CFLAGS = $(Xlib_CFLAGS) $(libXpm_CFLAGS) $(WUtil_CFLAGS) $(libdockapp_CFLAGS)
911
LIBS += $(Xlib_LIBS) $(libXpm_LIBS) $(WUtil_LIBS) $(libdockapp_LIBS)

fookb/fookb.desktop

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Type=Application
4+
Name=fookb
5+
Comment=XKB state indicator for Window Maker
6+
Exec=fookb
7+
Categories=Settings
8+
Keywords=keyboard;dockapp;window maker

0 commit comments

Comments
 (0)