[Bf-blender-cvs] [611712fcc89] master: Linux: Add appdata.xml file for packagers

Campbell Barton noreply at git.blender.org
Thu Feb 8 05:59:12 CET 2018


Commit: 611712fcc89100c4f0084d0d4c6b9392367c4c64
Author: Campbell Barton
Date:   Thu Feb 8 15:57:14 2018 +1100
Branches: master
https://developer.blender.org/rB611712fcc89100c4f0084d0d4c6b9392367c4c64

Linux: Add appdata.xml file for packagers

D3025 by @januz

===================================================================

A	release/freedesktop/org.blender.Blender.appdata.xml

===================================================================

diff --git a/release/freedesktop/org.blender.Blender.appdata.xml b/release/freedesktop/org.blender.Blender.appdata.xml
new file mode 100644
index 00000000000..d71dcb3719b
--- /dev/null
+++ b/release/freedesktop/org.blender.Blender.appdata.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+    <id>org.blender.Blender</id>
+    <launchable type="desktop">blender.desktop</launchable>
+    <name>Blender</name>
+    <summary>Free and open source 3D creation suite</summary>
+    <metadata_license>CC0-1.0</metadata_license>
+    <project_license>GPL-3.0</project_license>
+    <description>
+        <p>
+            Blender is the free and open source 3D creation suite. It supports
+            the entirety of the 3D pipeline—modeling, rigging, animation,
+            simulation, rendering, compositing and motion tracking, even video
+            editing and game creation.
+        </p>
+
+        <p>
+            Advanced users employ Blender’s API for Python scripting to
+            customize the application and write specialized tools. Blender is
+            well suited to individuals and small studios who benefit from its
+            unified pipeline and responsive development process.
+        </p>
+    </description>
+    <url type="homepage">http://www.blender.org</url>
+    <url type="help">https://www.blender.org/support/</url>
+    <url type="bugtracker">https://developer.blender.org</url>
+    <url type="donation">https://www.blender.org/foundation/donation-payment/</url>
+    <screenshots>
+        <screenshot type="default">
+            <image>https://download.blender.org/demo/screenshots/blender_screenshot_1.jpg</image>
+        </screenshot>
+        <screenshot>
+            <image>https://download.blender.org/demo/screenshots/blender_screenshot_2.jpg</image>
+        </screenshot>
+        <screenshot>
+            <image>https://download.blender.org/demo/screenshots/blender_screenshot_3.jpg</image>
+        </screenshot>
+        <screenshot>
+            <image>https://download.blender.org/demo/screenshots/blender_screenshot_4.jpg</image>
+        </screenshot>
+    </screenshots>
+</component>



More information about the Bf-blender-cvs mailing list