[geomorph: 5/7] Add appdata xml file

didier fabert tartare at fedoraproject.org
Sat Feb 14 11:45:11 UTC 2015


commit cbb15ec548595bb29e92a08bc0dd1867f4319902
Author: Didier Fabert <didier.fabert at gmail.com>
Date:   Sat Feb 14 12:39:00 2015 +0100

    Add appdata xml file

 geomorph.appdata.xml |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/geomorph.appdata.xml b/geomorph.appdata.xml
new file mode 100644
index 0000000..043a606
--- /dev/null
+++ b/geomorph.appdata.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Didier Fabert <didier.fabert at gmail.com> -->
+<component type="desktop">
+ <id>geomorph.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0</project_license>
+ <name>geomorph</name>
+ <summary>A height field editor for Linux</summary>
+ <description>
+  <p>
+   Geomorph is a height field generator and editor for the Linux operating
+   system. A height field is a kind of topographic map. It is a 2D projection
+   of a 3D landscape.
+  </p>
+  <p>
+   Geomorph generates square images and shows a 3D preview of the resulting
+   landscape.  The resulting 2D image can be processed with a tool like Povray
+   for rendering the landscape.
+  </p>
+ </description>
+ <screenshots>
+  <screenshot type="default">
+   <image>https://raw.githubusercontent.com/didier13150/geomorph/cmake/screenshot-main.png</image>
+   <caption>The main window showing the application in action</caption>
+  </screenshot>
+  <screenshot>
+   <image>https://raw.githubusercontent.com/didier13150/geomorph/cmake/screenshot-rendering.png</image>
+   <caption>The povray preview window</caption>
+  </screenshot>
+ </screenshots>
+ <url type="homepage">http://geomorph.sourceforge.net/</url>
+ <updatecontact>didier.fabert_at_gmail.com</updatecontact>
+ <project_group></project_group>
+</component>


More information about the scm-commits mailing list