- Timestamp:
- Nov 18, 2024, 11:01:08 PM (3 days ago)
- Location:
- trunk/Install/flatpak
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/flatpak/net.zdechov.app.C-evo.appdata.xml
r633 r636 5 5 <name>C-evo: New Horizons</name> 6 6 <summary>Turn-based empire building game</summary> 7 <developer_name>Chronos</developer_name> 7 <developer id="net.zdechov.chronos"> 8 <name>Chronos</name> 9 </developer> 8 10 9 11 <url type="homepage">https://app.zdechov.net/c-evo/</url> 12 <url type="contact">https://app.zdechov.net/c-evo#Support</url> 13 <url type="vcs-browser">https://app.zdechov.net/c-evo/browser</url> 10 14 11 15 <metadata_license>CC0-1.0</metadata_license> … … 13 17 14 18 <description> 15 <p> 16 This is a fork and Lazarus/FPC port of the original C-evo 1.2.0 game.17 Now it is finally possible to play C-evo natively on Linux.18 < /p>19 <p>With a time scope of several thousand years, it covers aspects of exploration and expansion, industry and agriculture, warfare and diplomacy, science and administration. 20 C-evo follows the spirit of popular turn-based strategy games from the mid 90s, but with more emphasis on powerful AI and careful design of the rules, resulting in a true challenge.</p> 21 <p>It is a turn-based strategy game inspired by Civilization 2 game where you can build your own empire.</p> 22 <p>New Horizons edition is a continuation of the last released original C-evo version with many quality improvements:</p> 19 23 <ul> 24 <li>Full Linux platform support</li> 20 25 <li>Zoomable map by mouse wheel with three tile sizes</li> 21 <li> Support for user defined key mapping</li>26 <li>User defined key mapping</li> 22 27 <li>Many sample maps included</li> 23 28 <li>Multiple localizations included</li> 24 <li>High DPI support</li>29 <li>High DPI and scaling support</li> 25 30 <li>Multi monitor support</li> 26 <li> Many other small improvements</li>31 <li>And much more</li> 27 32 </ul> 28 33 </description> … … 30 35 <launchable type="desktop-id">net.zdechov.app.C-evo.desktop</launchable> 31 36 37 <branding> 38 <color type="primary" scheme_preference="light">#cdab8f</color> 39 <color type="primary" scheme_preference="dark">#63452c</color> 40 </branding> 41 32 42 <screenshots> 33 43 <screenshot type="default"> 34 44 <caption>Game interface and world map</caption> 35 <image>https://svn.zdechov.net/c-evo/trunk/ Images/Screenshots/Game.jpg</image>45 <image>https://svn.zdechov.net/c-evo/trunk/Screenshots/Game.jpg</image> 36 46 </screenshot> 37 47 <screenshot> 38 48 <caption>Main menu</caption> 39 <image>https://svn.zdechov.net/c-evo/trunk/ Images/Screenshots/Main%20menu.jpg</image>49 <image>https://svn.zdechov.net/c-evo/trunk/Screenshots/Main%20menu.jpg</image> 40 50 </screenshot> 41 51 <screenshot> 42 <caption> New game</caption>52 <caption>Start of a new game</caption> 43 53 <image>https://svn.zdechov.net/c-evo/trunk/Screenshots/New%20game.jpg</image> 44 54 </screenshot> … … 76 86 <categories> 77 87 <category>Game</category> 88 <category>StrategyGame</category> 78 89 </categories> 79 90 -
trunk/Install/flatpak/net.zdechov.app.C-evo.desktop
r633 r636 7 7 Terminal=false 8 8 Type=Application 9 Categories=GNOME; Application;Game9 Categories=GNOME;Game;StrategyGame 10 10 StartupNotify=true 11 11 MimeType=application/cevo;application/cevomap 12 Keywords=strategy;simulation;civilization;tiles;history;mankind;multiplayer;turn-based;game;empire -
trunk/Install/flatpak/net.zdechov.app.C-evo.yml
r633 r636 1 1 app-id: net.zdechov.app.C-evo 2 2 runtime: org.freedesktop.Platform 3 runtime-version: '2 3.08'3 runtime-version: '24.08' 4 4 sdk: org.freedesktop.Sdk 5 5 sdk-extensions: … … 17 17 - type: svn 18 18 url: https://svn.zdechov.net/c-evo/trunk 19 revision: r63319 revision: 636 20 20 buildsystem: simple 21 build-options: 22 arch: 23 x86_64: 24 env: 25 STDAI_ARCH: amd64 26 aarch64: 27 env: 28 STDAI_ARCH: arm64 21 29 build-commands: 22 30 - | 23 31 . /usr/lib/sdk/freepascal/enable.sh 24 32 lazbuild --build-mode=Release AI/StdAI/StdAI.lpi 25 mv AI/StdAI/libstdai.so AI/StdAI/libstdai- amd64.so33 mv AI/StdAI/libstdai.so AI/StdAI/libstdai-$STDAI_ARCH.so 26 34 lazbuild --build-mode=Release Integrated.lpi 27 35 - install -Dm755 c-evo -t $FLATPAK_DEST/share/c-evo … … 36 44 - install -Dm644 Graphics/c-evo_256x256.png -t $FLATPAK_DEST/share/pixmaps/application-cevo.png 37 45 - install -Dm644 Graphics/c-evo_256x256.png -t $FLATPAK_DEST/share/pixmaps/application-cevomap.png 38 - install -Dm644 AI/StdAI/libstdai- amd64.so -t $FLATPAK_DEST/share/c-evo/AI/StdAI46 - install -Dm644 AI/StdAI/libstdai-$STDAI_ARCH.so -t $FLATPAK_DEST/share/c-evo/AI/StdAI 39 47 - install -Dm644 AI/StdAI/StdAI.ai.txt -t $FLATPAK_DEST/share/c-evo/AI/StdAI 40 48 - install -Dm644 AI/StdAI/StdAI.png -t $FLATPAK_DEST/share/c-evo/AI/StdAI
Note:
See TracChangeset
for help on using the changeset viewer.