Blame orthorobot-1.1-appdata.patch

Mystro256 94f1e08
diff -rupN orthorobot-84c2c9672181e7ef6b9dd573cf4be301d7a77691/appdata/orthorobot orthorobot-appdatapatch/appdata/orthorobot
Mystro256 94f1e08
--- orthorobot-84c2c9672181e7ef6b9dd573cf4be301d7a77691/appdata/orthorobot	1969-12-31 19:00:00.000000000 -0500
Mystro256 94f1e08
+++ orthorobot-appdatapatch/appdata/orthorobot	2016-02-22 13:04:23.053397694 -0500
Mystro256 94f1e08
@@ -0,0 +1,13 @@
Mystro256 94f1e08
+#!/bin/sh
Mystro256 94f1e08
+if [ $# -ne 0 ]
Mystro256 94f1e08
+then
Mystro256 94f1e08
+ if [ "$1" == "-h" ]||[ "$1" == "--help" ]
Mystro256 94f1e08
+ then
Mystro256 94f1e08
+  man 6 orthorobot
Mystro256 94f1e08
+  exit
Mystro256 94f1e08
+ fi
Mystro256 94f1e08
+ echo "Invalid option(s): $*" 1>&2
Mystro256 94f1e08
+ echo Usage: `basename $0` [-h] 1>&2
Mystro256 94f1e08
+ exit 1
Mystro256 94f1e08
+fi
Mystro256 94f1e08
+love /usr/share/orthorobot/orthorobot.love
Mystro256 94f1e08
diff -rupN orthorobot-84c2c9672181e7ef6b9dd573cf4be301d7a77691/appdata/orthorobot.6 orthorobot-appdatapatch/appdata/orthorobot.6
Mystro256 94f1e08
--- orthorobot-84c2c9672181e7ef6b9dd573cf4be301d7a77691/appdata/orthorobot.6	1969-12-31 19:00:00.000000000 -0500
Mystro256 94f1e08
+++ orthorobot-appdatapatch/appdata/orthorobot.6	2016-02-22 12:53:59.196553336 -0500
Mystro256 94f1e08
@@ -0,0 +1,15 @@
Mystro256 94f1e08
+.TH orthorobot 6 "1.1" "Ortho Robot"
Mystro256 94f1e08
+.SH NAME
Mystro256 94f1e08
+orthorobot - Ortho Robot v 1.1
Mystro256 94f1e08
+.SH SYNOPSIS
Mystro256 94f1e08
+A perspective based puzzle game
Mystro256 94f1e08
+.SH DESCRIPTION
Mystro256 94f1e08
+Literally bridging the gap between 2D and 3D games, Ortho Robot is a
Mystro256 94f1e08
+perspective based puzzle game, where you flatten the view to move
Mystro256 94f1e08
+across gaps. This game is made with LOVE. You can find more games and
Mystro256 94f1e08
+information about the author(s) at http://stabyourself.net
Mystro256 94f1e08
+.SH OPTIONS
Mystro256 94f1e08
+.BR \-h ", " \-\-help
Mystro256 94f1e08
+Show manpage.
Mystro256 94f1e08
+.SH SEE ALSO
Mystro256 94f1e08
+.BR love(6)
Mystro256 94f1e08
diff -rupN orthorobot-84c2c9672181e7ef6b9dd573cf4be301d7a77691/appdata/orthorobot.appdata.xml orthorobot-appdatapatch/appdata/orthorobot.appdata.xml
Mystro256 94f1e08
--- orthorobot-84c2c9672181e7ef6b9dd573cf4be301d7a77691/appdata/orthorobot.appdata.xml	1969-12-31 19:00:00.000000000 -0500
Mystro256 94f1e08
+++ orthorobot-appdatapatch/appdata/orthorobot.appdata.xml	2016-02-22 12:37:08.576333483 -0500
Mystro256 94f1e08
@@ -0,0 +1,27 @@
Mystro256 94f1e08
+
Mystro256 94f1e08
+<component type="desktop">
Mystro256 94f1e08
+ <id>orthorobot.desktop</id>
Mystro256 94f1e08
+ <metadata_license>WTFPL</metadata_license>
Mystro256 94f1e08
+ <project_license>WTFPL</project_license>
Mystro256 94f1e08
+ <name>Ortho Robot</name>
Mystro256 94f1e08
+ <summary>A perspective based puzzle game</summary>
Mystro256 94f1e08
+ <description>
Mystro256 94f1e08
+  

Mystro256 94f1e08
+   Literally bridging the gap between 2D and 3D games, Ortho Robot is a
Mystro256 94f1e08
+   perspective based puzzle game, where you flatten the view to move
Mystro256 94f1e08
+   across gaps. This game is made with LÖVE.
Mystro256 94f1e08
+  

Mystro256 94f1e08
+ </description>
Mystro256 94f1e08
+ <screenshots>
Mystro256 94f1e08
+  <screenshot type="default">
Mystro256 94f1e08
+   <image>http://stabyourself.net/images/screenshots/orthorobot-1.png</image>
Mystro256 94f1e08
+   <caption>The main menu</caption>
Mystro256 94f1e08
+  </screenshot>
Mystro256 94f1e08
+  <screenshot>
Mystro256 94f1e08
+   <image>http://stabyourself.net/images/screenshots/orthorobot-4.png</image>
Mystro256 94f1e08
+   <caption>Example gameplay</caption>
Mystro256 94f1e08
+  </screenshot>
Mystro256 94f1e08
+ </screenshots>
Mystro256 94f1e08
+ <url type="homepage">http://stabyourself.net/orthorobot/</url>
Mystro256 94f1e08
+ <url type="bugtracker">http://github.com/Stabyourself/orthorobot/issues</url>
Mystro256 94f1e08
+</component>
Mystro256 94f1e08
diff -rupN orthorobot-84c2c9672181e7ef6b9dd573cf4be301d7a77691/appdata/orthorobot.desktop orthorobot-appdatapatch/appdata/orthorobot.desktop
Mystro256 94f1e08
--- orthorobot-84c2c9672181e7ef6b9dd573cf4be301d7a77691/appdata/orthorobot.desktop	1969-12-31 19:00:00.000000000 -0500
Mystro256 94f1e08
+++ orthorobot-appdatapatch/appdata/orthorobot.desktop	2016-02-22 12:02:13.606100644 -0500
Mystro256 94f1e08
@@ -0,0 +1,8 @@
Mystro256 94f1e08
+[Desktop Entry]
Mystro256 94f1e08
+Name=orthorobot
Mystro256 94f1e08
+Comment=A perspective based puzzle game
Mystro256 94f1e08
+Exec=orthorobot
Mystro256 94f1e08
+Type=Application
Mystro256 94f1e08
+Categories=Game;LogicGame;
Mystro256 94f1e08
+Terminal=false
Mystro256 94f1e08
+Icon=orthorobot