Ignore:
Timestamp:
Nov 18, 2024, 11:01:08 PM (3 days ago)
Author:
chronos
Message:
  • Modified: Updated flatpak files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.