Blob Blame History Raw
From b1b2c3c00fab1d4ac6af6e133b488b40e96ad877 Mon Sep 17 00:00:00 2001
From: Benjamin Leduc <g.benjamin.leduc@gmail.com>
Date: Fri, 26 Sep 2014 21:01:16 +0000
Subject: [PATCH 1/2] addition of appdata

---
 CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f46bb2d..6010dae 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -432,6 +432,8 @@ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/INSTALL.md ${CMAKE_CURRENT_SOURCE_DIR}
 
 INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/credits.txt DESTINATION ${INSTALL_SUBDIR_SHARE})
 
+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/supertux2.appdata.xml DESTINATION "share/appdata" )
+
 INSTALL(DIRECTORY data/images
                   data/fonts
                   data/levels
-- 
2.1.0


From adab2a86eacda2c169b42f3a20149b798b883986 Mon Sep 17 00:00:00 2001
From: Benjamin Leduc <g.benjamin.leduc@gmail.com>
Date: Sat, 27 Sep 2014 11:48:02 +0000
Subject: [PATCH 2/2] missing file

---
 supertux2.appdata.xml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 supertux2.appdata.xml

diff --git a/supertux2.appdata.xml b/supertux2.appdata.xml
new file mode 100644
index 0000000..fbed52e
--- /dev/null
+++ b/supertux2.appdata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 William Moreno Reyes <williamjmorenor@fedoraproject.org> -->
+
+<!-- HOUSEKEEPING, REMOVE THIS COMMENT WHEN THIS GOES UPSTREAM
+EmailAddress: supertux-devel@lists.lethargik.org
+SentUpstream: 2014-09-25
+-->
+
+<application>
+  <id type="desktop">supertux2.desktop</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <summary>  Run and jump game similar to Super Mario</summary>
+  <description>
+    <p>
+      SuperTux is a 2D game very similar to Super Mario with Tux Penguin as
+      protagonist, you must end each level by jumping and running to avoid
+      obstacles and enemies.
+    </p>
+  </description>
+  <url type="homepage">http://supertux.lethargik.org/</url>
+  <screenshots>
+    <screenshot type="default">http://supertux.lethargik.org/images/supertux-0.1.3-5.jpg</screenshot>
+    <screenshot>http://supertux.lethargik.org/images/supertux-0.1.3-1.jpg</screenshot>
+    <screenshot>http://supertux.lethargik.org/images/supertux-0.1.3-2.jpg</screenshot>
+  </screenshots>
+</application>
-- 
2.1.0