[rkward] rkward: Move AppData file to desktop, install it, minor tweaks

Yuri Chornoivan null at kde.org
Sat Nov 3 07:12:12 GMT 2018


Git commit 4cb2cc682d0e5ba843e3c59a41f5535d6cb2e36c by Yuri Chornoivan.
Committed on 03/11/2018 at 07:11.
Pushed by yurchor into branch 'master'.

Move AppData file to desktop, install it, minor tweaks

M  +1    -0    rkward/CMakeLists.txt
R  +6    -6    rkward/org.kde.rkward.appdata.xml [from: org.kde.rkward.appdata.xml - 076% similarity]

https://commits.kde.org/rkward/4cb2cc682d0e5ba843e3c59a41f5535d6cb2e36c

diff --git a/rkward/CMakeLists.txt b/rkward/CMakeLists.txt
old mode 100755
new mode 100644
index 7fb1fa5f..a262089d
--- a/rkward/CMakeLists.txt
+++ b/rkward/CMakeLists.txt
@@ -111,5 +111,6 @@ ELSE()
 ENDIF()
 
 INSTALL(FILES org.kde.rkward.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
+INSTALL(FILES org.kde.rkward.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
 INSTALL(FILES vnd.rkward.r.xml DESTINATION ${XDG_MIME_INSTALL_DIR})
 INSTALL(FILES rkward.protocol DESTINATION ${SERVICES_INSTALL_DIR})
diff --git a/org.kde.rkward.appdata.xml b/rkward/org.kde.rkward.appdata.xml
similarity index 76%
rename from org.kde.rkward.appdata.xml
rename to rkward/org.kde.rkward.appdata.xml
index a2720021..71be2fae 100644
--- a/org.kde.rkward.appdata.xml
+++ b/rkward/org.kde.rkward.appdata.xml
@@ -3,7 +3,7 @@
   <id>org.kde.rkward</id>
   <metadata_license>FSFAP</metadata_license>
   <project_license>GPL-2.0+</project_license>
-  <name>rkward</name>
+  <name>RKward</name>
   <summary>KDE frontend to the R statistics language</summary>
   <description>
     <p>
@@ -17,16 +17,16 @@
   <url type="homepage">https://rkward.kde.org</url>
   <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=rkward</url>
   <url type="donation">https://www.kde.org/community/donations/?app=rkward</url>
+  <url type="help">https://docs.kde.org/?application=rkward</url>
   <launchable type="desktop-id">org.kde.rkward.desktop</launchable>
-  <!-- <screenshots>
+  <screenshots>
     <screenshot type="default">
+      <caption>Working with data in RKward</caption>
       <image>
-        see https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-screenshots
-        Central hosting for uploading at https://phabricator.kde.org/source/websites-product-screenshots/
-        Central URL to use here https://cdn.kde.org/screenshots/...
+        https://rkward.kde.org/images/4/46/EditorDataFrame.png
       </image>
     </screenshot>
-  </screenshots> -->
+  </screenshots>
   <provides>
     <binary>rkward</binary>
   </provides>



More information about the rkward-tracker mailing list