Feature #741 » 0011-Add-sdl3-client-destop-file.patch
bootstrap/Makefile.am | ||
---|---|---|
org.freeciv.gtk4.desktop \
|
||
org.freeciv.gtk4x.desktop \
|
||
org.freeciv.sdl2.desktop \
|
||
org.freeciv.sdl3.desktop \
|
||
org.freeciv.qt.desktop \
|
||
org.freeciv.server.desktop \
|
||
org.freeciv.gtk3.mp.desktop \
|
||
... | ... | |
desktopfile_DATA += org.freeciv.sdl2.desktop
|
||
endif
|
||
if CLIENT_GUI_SDL3
|
||
desktopfile_DATA += org.freeciv.sdl3.desktop
|
||
endif
|
||
if CLIENT_GUI_GTK_3_22
|
||
metainfofile_DATA += org.freeciv.gtk322.metainfo.xml
|
||
desktopfile_DATA += org.freeciv.gtk322.desktop
|
bootstrap/org.freeciv.sdl3.desktop | ||
---|---|---|
[Desktop Entry]
|
||
Name=Freeciv (SDL3)
|
||
Name[ca]=Freeciv (SDL3)
|
||
Name[es]=Freeciv (SDL3)
|
||
Name[fr]=Freeciv (SDL3)
|
||
Name[nb]=Freeciv (SDL3)
|
||
Name[pt]=Freeciv (SDL3)
|
||
Name[ru]=Freeciv (SDL3)
|
||
Comment=Turn-based strategy game inspired by the history of human civilization
|
||
Comment[ca]=Joc d'estratègia inspirat en la història de la civilització humana
|
||
Comment[da]=Strategispil inspireret af den menneskelige civilisations historie
|
||
Comment[de]=Rundenbasiertes Strategiespiel, inspiriert durch die Geschichte der menschlichen Zivilisation
|
||
Comment[fi]=Ihmiskunnan historian inspiroima vuoropohjainen strategiapeli
|
||
Comment[nb]=Strategispill inspirert av historien til menneskelig sivilisasjon
|
||
Comment[pt]=Jogo de estratégia por turnos inspirado na História da civilização humana
|
||
Comment[ru]=Пошаговая стратегическая игра, вдохновлённая историей человеческой цивилизации
|
||
Comment[sv]=Turordningsbaserat strategispel inspirerat av den mänskliga historien
|
||
Exec=freeciv-sdl3
|
||
Icon=freeciv-client
|
||
StartupNotify=true
|
||
Terminal=false
|
||
Type=Application
|
||
Categories=Game;StrategyGame;
|
||
Keywords=strategy;simulation;civilization;tiles;history;mankind;multiplayer;
|
meson.build | ||
---|---|---|
'freeciv/themes/gui-sdl3/human'))
|
||
install_data(
|
||
'bootstrap/org.freeciv.sdl2.desktop',
|
||
'bootstrap/org.freeciv.sdl3.desktop',
|
||
install_dir : join_paths(get_option('prefix'), 'share/applications')
|
||
)
|
||