Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRock Storm <rockstorm@gmx.com>2017-10-08 20:27:15 +0300
committerRock Storm <rockstorm@gmx.com>2017-10-08 20:27:15 +0300
commit71421354cc8ad8f2300ca9450f79605d5adc4aba (patch)
tree993298f8faad866acc988de205563e4f2e0c3a02 /pronterface.appdata.xml
parentf6605d61dae4a84f569db1f8c16c35127232ad0d (diff)
Fix AppStream metadata files and location
Move appstream files from /usr/share/appstream to /usr/share/metainfo and update metadata to AppStream's specification version 0.11
Diffstat (limited to 'pronterface.appdata.xml')
-rw-r--r--pronterface.appdata.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/pronterface.appdata.xml b/pronterface.appdata.xml
index 59a25f5..db2c4af 100644
--- a/pronterface.appdata.xml
+++ b/pronterface.appdata.xml
@@ -1,16 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<application>
- <id type="desktop">pronterface.desktop</id>
- <licence>CC0</licence>
+<component type="desktop-application">
+ <id>pronterface</id>
+ <metadata_license>FSFAP</metadata_license>
+ <project-license>GPL-3.0+</project-license>
+ <name>Pronterface</name>
<summary>3D printer host software</summary>
<description>
<p>Pronterface is a graphical user interface for desktop 3D printers, such as RepRap. It lets you view Gcode, connect to printer and send the Gcode to it. It's feature rich yet minimalist application.</p>
<p>It allows you not only to send Gcode form file, but also control the printer manually or send Gcode commands directly trough input field.</p>
- <p>Is integrates slicing tool, so if you load an STL 3D model to it, it will slice and load it automatically.</p>
+ <p>It integrates with slicing tools, so if you load an STL 3D model to it, it will slice and load it automatically.</p>
</description>
+ <launchable type="desktop-id">pronterface.desktop</launchable>
<screenshots>
<screenshot type="default" width="1061" height="596">https://raw.github.com/kliment/Printrun/master/screenshots/pronterface.png</screenshot>
<screenshot width="566" height="626">https://raw.github.com/kliment/Printrun/master/screenshots/pronterface2.png</screenshot>
</screenshots>
<url type="homepage">https://github.com/kliment/Printrun</url>
-</application>
+</component>