Changeset 636 for trunk


Ignore:
Timestamp:
Nov 18, 2024, 11:01:08 PM (3 days ago)
Author:
chronos
Message:
  • Modified: Updated flatpak files.
Location:
trunk/Install/flatpak
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/flatpak/net.zdechov.app.C-evo.appdata.xml

    r633 r636  
    55  <name>C-evo: New Horizons</name>
    66  <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>
    810
    911  <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>
    1014
    1115  <metadata_license>CC0-1.0</metadata_license>
     
    1317
    1418  <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>
    1923    <ul>
     24      <li>Full Linux platform support</li>
    2025      <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>
    2227      <li>Many sample maps included</li>
    2328      <li>Multiple localizations included</li>
    24       <li>High DPI support</li>
     29      <li>High DPI and scaling support</li>
    2530      <li>Multi monitor support</li>
    26       <li>Many other small improvements</li>
     31      <li>And much more</li>
    2732    </ul>
    2833  </description>
     
    3035  <launchable type="desktop-id">net.zdechov.app.C-evo.desktop</launchable>
    3136
     37  <branding>
     38    <color type="primary" scheme_preference="light">#cdab8f</color>
     39    <color type="primary" scheme_preference="dark">#63452c</color>
     40  </branding>
     41
    3242  <screenshots>
    3343    <screenshot type="default">
    3444      <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>
    3646    </screenshot>
    3747    <screenshot>
    3848      <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>
    4050    </screenshot>
    4151    <screenshot>
    42       <caption>New game</caption>
     52      <caption>Start of a new game</caption>
    4353      <image>https://svn.zdechov.net/c-evo/trunk/Screenshots/New%20game.jpg</image>
    4454    </screenshot>
     
    7686  <categories>
    7787    <category>Game</category>
     88    <category>StrategyGame</category>
    7889  </categories>
    7990
  • trunk/Install/flatpak/net.zdechov.app.C-evo.desktop

    r633 r636  
    77Terminal=false
    88Type=Application
    9 Categories=GNOME;Application;Game
     9Categories=GNOME;Game;StrategyGame
    1010StartupNotify=true
    1111MimeType=application/cevo;application/cevomap
     12Keywords=strategy;simulation;civilization;tiles;history;mankind;multiplayer;turn-based;game;empire
  • trunk/Install/flatpak/net.zdechov.app.C-evo.yml

    r633 r636  
    11app-id: net.zdechov.app.C-evo
    22runtime: org.freedesktop.Platform
    3 runtime-version: '23.08'
     3runtime-version: '24.08'
    44sdk: org.freedesktop.Sdk
    55sdk-extensions:
     
    1717      - type: svn
    1818        url: https://svn.zdechov.net/c-evo/trunk
    19         revision: r633
     19        revision: 636
    2020    buildsystem: simple
     21    build-options:
     22      arch:
     23        x86_64:
     24          env:
     25            STDAI_ARCH: amd64
     26        aarch64:
     27          env:
     28            STDAI_ARCH: arm64
    2129    build-commands:
    2230      - |
    2331        . /usr/lib/sdk/freepascal/enable.sh
    2432        lazbuild --build-mode=Release AI/StdAI/StdAI.lpi
    25         mv AI/StdAI/libstdai.so AI/StdAI/libstdai-amd64.so
     33        mv AI/StdAI/libstdai.so AI/StdAI/libstdai-$STDAI_ARCH.so
    2634        lazbuild --build-mode=Release Integrated.lpi
    2735      - install -Dm755 c-evo -t $FLATPAK_DEST/share/c-evo
     
    3644      - install -Dm644 Graphics/c-evo_256x256.png -t $FLATPAK_DEST/share/pixmaps/application-cevo.png
    3745      - 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/StdAI
     46      - install -Dm644 AI/StdAI/libstdai-$STDAI_ARCH.so -t $FLATPAK_DEST/share/c-evo/AI/StdAI
    3947      - install -Dm644 AI/StdAI/StdAI.ai.txt -t $FLATPAK_DEST/share/c-evo/AI/StdAI
    4048      - install -Dm644 AI/StdAI/StdAI.png -t $FLATPAK_DEST/share/c-evo/AI/StdAI
Note: See TracChangeset for help on using the changeset viewer.