Changeset 120 for tags/1.5.0/Install
- Timestamp:
- Dec 11, 2024, 11:43:07 AM (11 months ago)
- Location:
- tags/1.5.0/Install
- Files:
-
- 4 edited
-
flatpak/build.sh (modified) (1 diff)
-
flatpak/net.zdechov.app.x2048.appdata.xml (modified) (2 diffs)
-
flatpak/net.zdechov.app.x2048.yml (modified) (1 diff)
-
snap/snapcraft.yaml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/1.5.0/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 -
tags/1.5.0/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 <li>Optional randomly generated unmergeable tiles</li>33 <li>Optional randomly generated disabled tiles</li>34 <li>Detailed score list for previous games</li>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> … … 48 48 <image>https://svn.zdechov.net/2048/trunk/Images/Screenshots/2048.png</image> 49 49 </screenshot> 50 <screenshot type="default">50 <screenshot> 51 51 <caption>Dark mode</caption> 52 52 <image>https://svn.zdechov.net/2048/trunk/Images/Screenshots/2048%20dark.png</image> -
tags/1.5.0/Install/flatpak/net.zdechov.app.x2048.yml
r103 r120 24 24 sources: 25 25 - type: svn 26 url: https://svn.zdechov.net/2048/t runk27 revision: r 9826 url: https://svn.zdechov.net/2048/tags/1.5.0 27 revision: r120 28 28 buildsystem: simple 29 29 build-commands: -
tags/1.5.0/Install/snap/snapcraft.yaml
r95 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 … … 55 59 install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/Game2048/languages 56 60 install -m 755 Languages/*.po $SNAPCRAFT_PART_INSTALL/usr/share/Game2048/languages 61 install -m 755 Packages/Common/Languages/*.po $SNAPCRAFT_PART_INSTALL/usr/share/Game2048/languages 57 62 install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/applications 58 63 install -m 755 Install/snap/local/2048.desktop $SNAPCRAFT_PART_INSTALL/usr/share/applications
Note:
See TracChangeset
for help on using the changeset viewer.
