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 +17
-10
lines changed Expand file tree Collapse file tree 3 files changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -263,14 +263,14 @@ 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 "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
271
DESTINATION "${CMAKE_INSTALL_DATADIR} /pixmaps" )
272
- install (FILES "scap-workbench.appdata.xml"
273
- DESTINATION "${CMAKE_INSTALL_DATADIR} /appdata " )
272
+ install (FILES "org.open-scap. scap-workbench.appdata.xml"
273
+ DESTINATION "${CMAKE_INSTALL_DATADIR} /metainfo " )
274
274
275
275
if (ASCIIDOC_EXECUTABLE )
276
276
file (GLOB USER_MANUAL_SCREENSHOTS "${CMAKE_CURRENT_SOURCE_DIR} /doc/user_manual/*.png" )
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <application >
3
- <id type = " desktop " >scap-workbench .desktop</id >
2
+ <component type = " desktop " >
3
+ <id >org.openscap.scap_workbench .desktop</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 >
23
23
</ul >
24
24
</description >
25
25
<screenshots >
26
- <screenshot type =" default" width =" 1280" height =" 720" >https://github.com/OpenSCAP/scap-workbench/raw/v1-1/doc/user_manual/default_content_opened.png</screenshot >
27
- <screenshot width =" 1280" height =" 720" >https://github.com/OpenSCAP/scap-workbench/raw/v1-1/doc/user_manual/intro_screenshot.png</screenshot >
28
- <screenshot width =" 1280" height =" 720" >https://github.com/OpenSCAP/scap-workbench/raw/v1-1/doc/user_manual/tailoring_undo_history.png</screenshot >
26
+ <screenshot type =" default" >
27
+ <image type =" source" width =" 1280" height =" 720" >https://github.com/OpenSCAP/scap-workbench/raw/v1-1/doc/user_manual/default_content_opened.png</image >
28
+ </screenshot >
29
+ <screenshot >
30
+ <image type =" source" width =" 1280" height =" 720" >https://github.com/OpenSCAP/scap-workbench/raw/v1-1/doc/user_manual/intro_screenshot.png</image >
31
+ </screenshot >
32
+ <screenshot >
33
+ <image type =" source" width =" 1280" height =" 720" >https://github.com/OpenSCAP/scap-workbench/raw/v1-1/doc/user_manual/tailoring_undo_history.png</image >
34
+ </screenshot >
29
35
</screenshots >
30
36
<url type =" homepage" >https://www.open-scap.org/tools/scap-workbench</url >
31
- <updatecontact >open-scap-list@redhat.com</updatecontact >
32
- </application >
37
+ <update_contact >open-scap-list@redhat.com</update_contact >
38
+ </component >
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ TryExec=scap-workbench
7
7
Exec =scap-workbench
8
8
Icon =scap-workbench
9
9
Categories =System;
10
+ Keywords =scap;
10
11
X-Desktop-File-Install-Version =0.3
You can’t perform that action at this time.
0 commit comments