Merge branch 'footclient-xdg-desktop'

This commit is contained in:
Daniel Eklöf 2021-11-15 12:17:50 +01:00
commit c645be7585
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 14 additions and 2 deletions

View file

@ -39,6 +39,7 @@
* `-Dthemes=false|true` meson command line option. When disabled,
example theme files are **not** installed.
* XDG desktop file for footclient.
### Changed

View file

@ -8,4 +8,4 @@ Keywords=shell;prompt;command;commandline;
Name=Foot Server
GenericName=Terminal
Comment=A wayland native terminal emulator
Comment=A wayland native terminal emulator (server)

11
footclient.desktop Normal file
View file

@ -0,0 +1,11 @@
[Desktop Entry]
Type=Application
Exec=footclient
Icon=foot
Terminal=false
Categories=System;TerminalEmulator;
Keywords=shell;prompt;command;commandline;
Name=Foot Client
GenericName=Terminal
Comment=A wayland native terminal emulator (client)

View file

@ -231,7 +231,7 @@ executable(
install: true)
install_data(
'foot.desktop', 'foot-server.desktop',
'foot.desktop', 'foot-server.desktop', 'footclient.desktop',
install_dir: join_paths(get_option('datadir'), 'applications'))
scdoc = dependency('scdoc', native: true, required: get_option('docs'))