From 78bb9a727898d9bf6c2c5a08b4737a104c89ef01 Mon Sep 17 00:00:00 2001 From: Zion Nimchuk Date: Fri, 13 Apr 2018 12:25:38 -0700 Subject: [PATCH] Add appstream metadata for linux --- rpcs3/CMakeLists.txt | 2 ++ rpcs3/rpcs3.appdata.xml | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 rpcs3/rpcs3.appdata.xml diff --git a/rpcs3/CMakeLists.txt b/rpcs3/CMakeLists.txt index 8594ffa62e..a0e439627e 100644 --- a/rpcs3/CMakeLists.txt +++ b/rpcs3/CMakeLists.txt @@ -484,6 +484,8 @@ if(UNIX AND NOT APPLE) DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/48x48/apps) install(FILES rpcs3.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications) + install(FILES rpcs3.appdata.xml + DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo) # Install other files install(DIRECTORY ../bin/Icons DESTINATION ${CMAKE_INSTALL_PREFIX}/share/rpcs3) diff --git a/rpcs3/rpcs3.appdata.xml b/rpcs3/rpcs3.appdata.xml new file mode 100644 index 0000000000..4465b7d803 --- /dev/null +++ b/rpcs3/rpcs3.appdata.xml @@ -0,0 +1,27 @@ + + +​ + ​RPCS3 + ​FSFAP + ​GPL-2.0 + ​Power Statistics + ​Observe power management + ​ + ​ + ​

+ RPCS3 is an experimental open-source Sony PlayStation 3 emulator and debugger written in C++ for Windows and Linux. RPCS3 started development in May of 2011 by its founders DH and Hykem. + The emulator is currently capable of running over 1800 commercial titles powered by Vulkan and OpenGL. + + The goal of this project is to experiment, research, and educate on the topic of PlayStation 3 emulation that can be performed on compatible devices and operating systems. + All information was obtained legally by purchasing PlayStation 3 hardware and software. Additional information was obtained from various sources on the internet that include but is not limited to system hardware and software documentation. + Most of this information can be found on the PlayStation 3 Developer Wiki. + ​

+ ​
+ ​ + ​rpcs3.desktop + ​ + ​https://rpcs3.net + ​ + ​rpcs3 + ​ +​
\ No newline at end of file