|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- Copyright 2024 macmpi --> |
| 3 | + |
| 4 | +<component type="desktop-application"> |
| 5 | + <id>io.github.mike632t.x11-calc</id> |
| 6 | + |
| 7 | + <name>RPN Calculator</name> |
| 8 | + <summary>HP Calculator Simulator</summary> |
| 9 | + |
| 10 | + <developer id="mike632t.wordpress.com"> |
| 11 | + <name>mike632t</name> |
| 12 | + </developer> |
| 13 | + |
| 14 | + <metadata_license>CC-BY-4.0</metadata_license> |
| 15 | + <project_license>GPL-3.0-or-later</project_license> |
| 16 | + |
| 17 | + <description> |
| 18 | + <p>Enjoy using your favorite classic HP calculator on your desktop, with this simulator:</p> |
| 19 | + <ul> |
| 20 | + <li>Classic series: HP 35, HP 80, HP 45, HP 70</li> |
| 21 | + <li>Woodstock series: HP 21, HP 22, HP 25, HP 25c, HP 27, HP 29c</li> |
| 22 | + <li>Spice series: HP 31e, HP 32e, HP 33e, HP 33c, HP 34c, HP 37e, HP 38c, HP 38e</li> |
| 23 | + <li>Voyager series: HP 10c, HP 11c, HP 12c, HP 15c, HP 16c</li> |
| 24 | + <li>Others: HP 67</li> |
| 25 | + </ul> |
| 26 | + <p>Right-click on desktop icon and select 'Set default calculator' to set default model, or choose one of the available simulators from list. Alternativly you can access the configuration dialog from a terminal using <code>flatpak run io.github.mike632t.x11-calc --setup</code></p> |
| 27 | + <p><em>Note</em>: For best results the following fonts should be installed: <code>xfonts-base</code> (Debian/Ubuntu), <code>xorg-x11-fonts-base</code> or <code>xorg-x11-fonts-misc</code> (Fedora), <code>font-misc-misc</code> (Gentoo).</p> |
| 28 | + </description> |
| 29 | + |
| 30 | + <launchable type="desktop-id">io.github.mike632t.x11-calc.desktop</launchable> |
| 31 | + <content_rating type="oars-1.1" /> |
| 32 | + |
| 33 | + <url type="homepage">https://github.com/mike632t/x11-calc</url> |
| 34 | + <url type="faq">https://www.hpmuseum.org</url> |
| 35 | + <url type="bugtracker">https://github.com/mike632t/x11-calc/issues</url> |
| 36 | + <url type="vcs-browser">https://github.com/mike632t/x11-calc</url> |
| 37 | + |
| 38 | + <branding> |
| 39 | + <color type="primary" scheme_preference="light">#729fcf</color> |
| 40 | + <color type="primary" scheme_preference="dark">#204a87</color> |
| 41 | + </branding> |
| 42 | + |
| 43 | + <screenshots> |
| 44 | + <screenshot type="default"> |
| 45 | + <image>https://raw.githubusercontent.com/mike632t/x11-calc/v0.14.0147/img/x11-calc-21-gnome-screenshot.png</image> |
| 46 | + <caption>HP 21</caption> |
| 47 | + </screenshot> |
| 48 | + <screenshot> |
| 49 | + <image>https://raw.githubusercontent.com/mike632t/x11-calc/v0.14.0147/img/x11-calc-25c-gnome-screenshot.png</image> |
| 50 | + <caption>HP 25c</caption> |
| 51 | + </screenshot> |
| 52 | + <screenshot> |
| 53 | + <image>https://raw.githubusercontent.com/mike632t/x11-calc/v0.14.0147/img/x11-calc-33c-gnome-screenshot.png</image> |
| 54 | + <caption>HP 33c</caption> |
| 55 | + </screenshot> |
| 56 | + <screenshot> |
| 57 | + <image>https://raw.githubusercontent.com/mike632t/x11-calc/v0.14.0147/img/x11-calc-15c-gnome-screenshot.png</image> |
| 58 | + <caption>HP 15c</caption> |
| 59 | + </screenshot> |
| 60 | + </screenshots> |
| 61 | + |
| 62 | + <releases> |
| 63 | + <release version="0.14.0148" date="2024-04-19"> |
| 64 | + <description> |
| 65 | + <p>Minor bug fix</p> |
| 66 | + </description> |
| 67 | + </release> |
| 68 | + <release version="0.14.0147" date="2024-04-14"> |
| 69 | + <description> |
| 70 | + <p>Firmware support and zooming enhancements</p> |
| 71 | + <ul> |
| 72 | + <li>Allow to increase calculator size with <code>--zoom [0-4]</code> parameter</li> |
| 73 | + <li>Embed missing firmware (separate ROM files no longer required)</li> |
| 74 | + </ul> |
| 75 | + </description> |
| 76 | + </release> |
| 77 | + <release version="0.12.0134" date="2024-03-10"> |
| 78 | + <description> |
| 79 | + <p>Improve flathub layout, icon and shortcuts</p> |
| 80 | + </description> |
| 81 | + </release> |
| 82 | + <release version="0.12.0133" date="2024-03-06"> |
| 83 | + <description> |
| 84 | + <p>Initial release</p> |
| 85 | + </description> |
| 86 | + </release> |
| 87 | +</releases> |
| 88 | + |
| 89 | +</component> |
0 commit comments