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

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

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