mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-28 01:40:17 -05:00
Merge branch 'footclient-xdg-desktop'
This commit is contained in:
commit
c645be7585
4 changed files with 14 additions and 2 deletions
|
|
@ -39,6 +39,7 @@
|
||||||
|
|
||||||
* `-Dthemes=false|true` meson command line option. When disabled,
|
* `-Dthemes=false|true` meson command line option. When disabled,
|
||||||
example theme files are **not** installed.
|
example theme files are **not** installed.
|
||||||
|
* XDG desktop file for footclient.
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ Keywords=shell;prompt;command;commandline;
|
||||||
|
|
||||||
Name=Foot Server
|
Name=Foot Server
|
||||||
GenericName=Terminal
|
GenericName=Terminal
|
||||||
Comment=A wayland native terminal emulator
|
Comment=A wayland native terminal emulator (server)
|
||||||
|
|
|
||||||
11
footclient.desktop
Normal file
11
footclient.desktop
Normal 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)
|
||||||
|
|
@ -231,7 +231,7 @@ executable(
|
||||||
install: true)
|
install: true)
|
||||||
|
|
||||||
install_data(
|
install_data(
|
||||||
'foot.desktop', 'foot-server.desktop',
|
'foot.desktop', 'foot-server.desktop', 'footclient.desktop',
|
||||||
install_dir: join_paths(get_option('datadir'), 'applications'))
|
install_dir: join_paths(get_option('datadir'), 'applications'))
|
||||||
|
|
||||||
scdoc = dependency('scdoc', native: true, required: get_option('docs'))
|
scdoc = dependency('scdoc', native: true, required: get_option('docs'))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue