Changeset 120 for trunk/Install
- Timestamp:
- Dec 11, 2024, 11:43:07 AM (2 weeks ago)
- Location:
- trunk/Install
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/flatpak/build.sh
r91 r120 7 7 8 8 # Install dependencies 9 flatpak install --system flathub org.kde.Sdk//5.15-2 3.0810 flatpak install --system flathub org.kde.Platform//5.15-2 3.0811 flatpak install --system flathub org.freedesktop.Sdk.Extension.freepascal//2 3.089 flatpak install --system flathub org.kde.Sdk//5.15-24.08 10 flatpak install --system flathub org.kde.Platform//5.15-24.08 11 flatpak install --system flathub org.freedesktop.Sdk.Extension.freepascal//24.08 12 12 flatpak install --system flathub org.flatpak.Builder 13 13 -
trunk/Install/flatpak/net.zdechov.app.x2048.appdata.xml
r119 r120 30 30 <li>Tiles move, merge and creation animation.</li> 31 31 <li>Selectable tile skins (linear, exponential, alpha, binary, roman)</li> 32 33 34 32 <li>Optional randomly generated unmergeable tiles</li> 33 <li>Optional randomly generated disabled tiles</li> 34 <li>Detailed score list for previous games</li> 35 35 </ul> 36 36 </description> -
trunk/Install/flatpak/net.zdechov.app.x2048.yml
r103 r120 25 25 - type: svn 26 26 url: https://svn.zdechov.net/2048/trunk 27 revision: r9827 revision: 120 28 28 buildsystem: simple 29 29 build-commands: -
trunk/Install/snap/snapcraft.yaml
r119 r120 4 4 summary: A classic 2048 block sliding puzzle game 5 5 description: | 6 Move numbered blocks across board to merge blocks with the same number together to reach 2048 tile. 6 7 Features: 7 8 * Selectable board size (from 2x2 to 12x12). 8 9 * Last move undo. 9 10 * Keep game between application restarts. 10 * Localization support (English, Czech ).11 * Localization support (English, Czech, French, Spanish). 11 12 * High DPI support. 12 13 * Moves history recording. … … 14 15 * Tiles move, merge and creation animation. 15 16 * Selectable tile skins (linear, exponential, alpha, binary, Roman) 17 * Optional randomly generated unmergeable tiles 18 * Optional randomly generated disabled tiles 19 * Detailed score list for previous games 16 20 confinement: strict 17 21 base: core22
Note:
See TracChangeset
for help on using the changeset viewer.