mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-11 16:38:08 +08:00

Add "Building" to Categories parameters like suggested by the specification [1] for better XFCE/GNome/Plasma menu integration. [1] https://specifications.freedesktop.org/menu-spec/latest/apas02.html
13 lines
248 B
Desktop File
13 lines
248 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Name=CMake
|
|
Comment=Cross-platform buildsystem
|
|
Exec=cmake-gui %f
|
|
Icon=CMakeSetup
|
|
Terminal=false
|
|
X-MultipleArgs=false
|
|
Type=Application
|
|
Categories=Development;Building;
|
|
StartupNotify=true
|
|
MimeType=application/x-cmakecache;
|