diff --git a/.reuse/dep5 b/.reuse/dep5 index 882a13b..1c73060 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,7 +3,7 @@ Upstream-Name: Novus Upstream-Contact: Joshua Goins Source: https://git.sr.ht/~redstrate/novus -Files: .gitmodules scripts/* README.md BUILDING.md CONTRIBUTING.md apps/argcracker/README.md apps/armoury/README.md apps/gamelauncher/README.md apps/karuku/README.md apps/sagasu/README.md apps/mdlviewer/README.md renderer/README.md apps/sdklauncher/README.md .clang-format .build.yml misc/* renderer/shaders/*.spv apps/mapeditor/README.md .github/* apps/mateditor/README.md zone.xiv.novus.yml +Files: .gitmodules scripts/* README.md BUILDING.md CONTRIBUTING.md apps/argcracker/README.md apps/armoury/README.md apps/gamelauncher/README.md apps/karuku/README.md apps/sagasu/README.md apps/mdlviewer/README.md renderer/README.md apps/sdklauncher/README.md .clang-format .build.yml misc/* renderer/shaders/*.spv apps/mapeditor/README.md .github/* apps/mateditor/README.md zone.xiv.novus.yml zone.xiv.novus.appdata.xml Copyright: Joshua Goins License: CC0-1.0 diff --git a/CMakeLists.txt b/CMakeLists.txt index 1dfd10d..9686e87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,4 +61,8 @@ feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAG file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES src/*.cpp src/*.h) kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) -kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) \ No newline at end of file +kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) + +if (NOT WIN32) + install(FILES zone.xiv.novus.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR}) +endif() \ No newline at end of file diff --git a/zone.xiv.novus.appdata.xml b/zone.xiv.novus.appdata.xml new file mode 100644 index 0000000..06aed3f --- /dev/null +++ b/zone.xiv.novus.appdata.xml @@ -0,0 +1,56 @@ + + + + zone.xiv.novus + CC0-1.0 + Novus + Unofficial FFXIV tools + +

A suite of unofficial FFXIV tools, including a model viewer and data archive explorer.

+
+ + Game + + + modding + ffxiv + ff14 + + https://xiv.zone/novus + https://github.com/redstrate/Novus/issues + https://redstrate.com/fund + https://redstrate.com/contact + https://github.com/redstrate/Novus + zone.xiv.novus.desktop + + + + + novus-argcracker + novus-armoury + novus-gamelauncher + novus-karuku + novus-launcher + novus-mapeditor + novus-mateditor + novus-mdlviewer + novus-sagasu + + + 600 + + + pointing + keyboard + + GPL-3.0 + redstrate + + + https://xiv.zone/novus.png + + +
\ No newline at end of file