This repository was archived by the owner on Sep 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -263,13 +263,13 @@ install(FILES "man/scap-workbench.8"
263
263
264
264
install (DIRECTORY "share/scap-workbench"
265
265
DESTINATION "${CMAKE_INSTALL_DATADIR} " )
266
- install (FILES "scap_workbench.desktop"
266
+ install (FILES "org.open_scap. scap_workbench.desktop"
267
267
DESTINATION "${CMAKE_INSTALL_DATADIR} /applications" )
268
268
install (FILES "share/pixmaps/scap-workbench.png"
269
269
DESTINATION "${CMAKE_INSTALL_DATADIR} /pixmaps" )
270
270
install (FILES "share/pixmaps/scap-workbench.svg"
271
- DESTINATION "${CMAKE_INSTALL_DATADIR} /pixmaps " )
272
- install (FILES "org.open-scap.scap-workbench .appdata.xml"
271
+ DESTINATION "${CMAKE_INSTALL_DATADIR} /icons/hicolor/scalable/apps " )
272
+ install (FILES "org.open_scap.scap_workbench .appdata.xml"
273
273
DESTINATION "${CMAKE_INSTALL_DATADIR} /metainfo" )
274
274
275
275
if (ASCIIDOC_EXECUTABLE )
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <component type =" desktop" >
3
- <id >org.openscap .scap_workbench.desktop </id >
2
+ <component type =" desktop-application " >
3
+ <id >org.open_scap .scap_workbench</id >
4
4
<metadata_license >CC0-1.0</metadata_license >
5
5
<project_license >GPL-3.0+</project_license >
6
6
<name >SCAP Workbench</name >
7
7
<summary >A GUI tool that serves as an SCAP scanner and provides tailoring functionality for SCAP content</summary >
8
+ <launchable type =" desktop-id" >org.open_scap.scap_workbench.desktop</launchable >
8
9
<description >
9
10
<p >
10
11
The main goal of this application is to lower the initial barrier of using SCAP.
Original file line number Diff line number Diff line change 1
1
[Desktop Entry]
2
+ Version =1.0
2
3
Type =Application
3
4
Name =SCAP Workbench
4
5
GenericName =SCAP Scanner and Profile Editor
5
- Comment =GUI tool that allows scanning both local and remote computers using SCAP content of your choice.
6
+ Comment =GUI tool that allows scanning both local and remote computers using SCAP content of your choice
6
7
TryExec =scap-workbench
7
8
Exec =scap-workbench
8
9
Icon =scap-workbench
9
- Categories =System;
10
- Keywords =scap;
11
- X-Desktop-File-Install-Version =0.3
10
+ Categories =System;Security;
11
+ Keywords =SCAP;
You can’t perform that action at this time.
0 commit comments