Skip to content

Commit

Permalink
Merge pull request #2 from kate-shine/shine/platform_version_bump
Browse files Browse the repository at this point in the history
chore: platform version bump
  • Loading branch information
SharkyRawr committed Feb 20, 2022
2 parents 8a7f1f5 + 6b3fe8b commit 109617b
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
48 changes: 48 additions & 0 deletions io.github.erkin.ponysay.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,54 @@
</description>
<developer_name>Erkin Batu Altunbaş, Mattias Andrée, Elis Axelsson et al.</developer_name>
<releases>
<release date="2022-02-20" version="3.0.3a">
<pre>
New ponies: auntorange, caballeron, cocopommel, coloratura, coriander,
doublediamond, ember, flurryheart, fluttershybat,
fluttershybathang, freshcoat, goldiedelicious, grace, greta,
kevin, kingthorax, lovemelody, moondancer, pharynx, plaidstripes,
princepharynx, rara, saffron, starlightglimmer, stellareclipse,
stormyflare, sunburst, sunburstcape, svengallop, thesmooze,
thorax, tirek, treehugger, troubleshoes, twilightbreezie,
whoanelly, zephyrbreeze, zipporwhill, zipporwhillsfather

New extraponies: cocoachill, riverbeauty, velvetremedy

Pony symlink added: cookiecrumbles → raritysmom (official name)
bettyboufant → raritysmom (Gameloft name)
hondoflanks → raritysdad (official name)
royalpin → pockeypierce (Gamelft name)
cloudyquartz → sue (Gameloft name)
cocopommel → misscoco (changed in serie)
horsemd → doctop (official mame)
fleurdelis → fleurdislee (Gameloft name)
blinkie → limestone (Official name)
inky → marble (Official name)
clyde → igneousrock (Official name)
hughjelly → hughbertjellius (Official name)
drcaballeron → caballeron (Official spelling)
countess → rara (Real name)
stormyflare → spitfiresmom (family relationship)
airheart → jetstream (official name on merchandise)
raindrops → sunshowerraindros (official name on merchandise)
lovemelody → venus (resemblance)
grace → manewitz (part of the official name on merchandice)

Special pony cases:
* orange was renamed to uncleorange to not conflict with auntorange.
* cocopommel was renamed to misspommel in the serie and merchandise
a symlink was provided pointing to the old name
* maudepie was renamed to maudpie since that her real name, we
just misswrite it

Changed all the references from griffin to griffon, that the apropiate
canon in-universe name for this creature.

Code is cleaned and improved.

Initial fullwidth CJK characters support added.
</pre>
</release>
<release date="2017-10-6" version="3.0.3">
<pre>
New ponies: auntorange, caballeron, cocopommel, coloratura, coriander,
Expand Down
6 changes: 4 additions & 2 deletions io.github.erkin.ponysay.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
app-id: io.github.erkin.ponysay
runtime: org.freedesktop.Platform
runtime-version: '19.08'
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
command: /app/bin/ponysay
command: /app/bin/ponysay.sh
modules:
- name: ponysay
buildsystem: simple
build-commands:
- ./setup.py --prefix /app --freedom=partial install
- echo -e '#!/bin/sh\nPYTHONWARNINGS=ignore /app/bin/ponysay "$@"' > /app/bin/ponysay.sh
- chmod +x /app/bin/ponysay.sh
sources:
- type: git
url: https://github.com/erkin/ponysay.git
Expand Down

0 comments on commit 109617b

Please sign in to comment.