This commit is contained in:
parent
d0899623ad
commit
f8049c8178
3 changed files with 62 additions and 2 deletions
|
@ -6,15 +6,15 @@ command: gta5view
|
||||||
finish-args:
|
finish-args:
|
||||||
- --share=network
|
- --share=network
|
||||||
- --share=ipc
|
- --share=ipc
|
||||||
- --socket=x11
|
- --socket=fallback-x11
|
||||||
- --socket=wayland
|
- --socket=wayland
|
||||||
- --filesystem=host
|
|
||||||
- --device=dri
|
- --device=dri
|
||||||
modules:
|
modules:
|
||||||
- name: gta5view
|
- name: gta5view
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DFLATPAK_BUILD=ON
|
- -DFLATPAK_BUILD=ON
|
||||||
|
- -DQCONF_BUILD=ON
|
||||||
sources:
|
sources:
|
||||||
- type: dir
|
- type: dir
|
||||||
path: ../
|
path: ../
|
|
@ -340,6 +340,7 @@ target_link_libraries(gta5view PRIVATE Qt5::Network Qt5::Svg Qt5::Widgets ${GTA5
|
||||||
|
|
||||||
install(TARGETS gta5view DESTINATION bin)
|
install(TARGETS gta5view DESTINATION bin)
|
||||||
install(FILES res/de.syping.gta5view.desktop DESTINATION share/applications)
|
install(FILES res/de.syping.gta5view.desktop DESTINATION share/applications)
|
||||||
|
install(FILES res/de.syping.gta5view.metainfo.xml DESTINATION share/metainfo)
|
||||||
install(FILES res/gta5view-16.png DESTINATION share/icons/hicolor/16x16/apps RENAME de.syping.gta5view.png)
|
install(FILES res/gta5view-16.png DESTINATION share/icons/hicolor/16x16/apps RENAME de.syping.gta5view.png)
|
||||||
install(FILES res/gta5view-24.png DESTINATION share/icons/hicolor/24x24/apps RENAME de.syping.gta5view.png)
|
install(FILES res/gta5view-24.png DESTINATION share/icons/hicolor/24x24/apps RENAME de.syping.gta5view.png)
|
||||||
install(FILES res/gta5view-32.png DESTINATION share/icons/hicolor/32x32/apps RENAME de.syping.gta5view.png)
|
install(FILES res/gta5view-32.png DESTINATION share/icons/hicolor/32x32/apps RENAME de.syping.gta5view.png)
|
||||||
|
|
59
res/de.syping.gta5view.metainfo.xml
Normal file
59
res/de.syping.gta5view.metainfo.xml
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- Copyright 2020 Syping -->
|
||||||
|
<component type="desktop-application">
|
||||||
|
<id>de.syping.gta5view</id>
|
||||||
|
<launchable type="desktop-id">de.syping.gta5view.desktop</launchable>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<project_license>GPL-3.0+</project_license>
|
||||||
|
|
||||||
|
<name>gta5view</name>
|
||||||
|
|
||||||
|
<summary>Open and edit GTA V profiles</summary>
|
||||||
|
<summary xml:lang="de">GTA V Profile öffnen und bearbeiten</summary>
|
||||||
|
|
||||||
|
<icon type="remote">https://img.syping.de/gta5view/gta5view.png</icon>
|
||||||
|
|
||||||
|
<description>
|
||||||
|
<p>Open Source Snapmatic picture and Savegame viewer/editor for GTA V</p>
|
||||||
|
<p>Features</p>
|
||||||
|
<ul>
|
||||||
|
<li>View Snapmatics with the ability to disable them in-game*</li>
|
||||||
|
<li>Edit Snapmatic pictures and properties in multiple ways</li>
|
||||||
|
<li>Import**/Export Snapmatics, Savegames and pictures</li>
|
||||||
|
<li>Choose between multiple Social Club accounts as GTA V profiles IDs</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
|
||||||
|
<developer_name>Syping</developer_name>
|
||||||
|
|
||||||
|
<releases>
|
||||||
|
<release date="2020-10-11" version="1.8.0" />
|
||||||
|
</releases>
|
||||||
|
|
||||||
|
<screenshots>
|
||||||
|
<screenshot type="default">
|
||||||
|
<caption>User Interface</caption>
|
||||||
|
<image type="source">https://img.syping.de/gta5view/mainui_kde.png</image>
|
||||||
|
</screenshot>
|
||||||
|
<screenshot>
|
||||||
|
<caption>Snapmatic Viewer</caption>
|
||||||
|
<image type="source">https://img.syping.de/gta5view/picture_kde.png</image>
|
||||||
|
</screenshot>
|
||||||
|
<screenshot>
|
||||||
|
<caption>Picture Importer</caption>
|
||||||
|
<image type="source">https://img.syping.de/gta5view/import_kde.png</image>
|
||||||
|
</screenshot>
|
||||||
|
<screenshot>
|
||||||
|
<caption>Snapmatic Player Editor</caption>
|
||||||
|
<image type="source">https://img.syping.de/gta5view/players_kde.png</image>
|
||||||
|
</screenshot>
|
||||||
|
<screenshot>
|
||||||
|
<caption>Snapmatic Property Editor</caption>
|
||||||
|
<image type="source">https://img.syping.de/gta5view/prop_kde.png</image>
|
||||||
|
</screenshot>
|
||||||
|
</screenshots>
|
||||||
|
|
||||||
|
<content_rating type="oars-1.1" />
|
||||||
|
|
||||||
|
<url type="homepage">https://gta5view.syping.de/</url>
|
||||||
|
</component>
|
Loading…
Reference in a new issue