Ignore:
Timestamp:
Aug 7, 2025, 11:54:01 PM (14 hours ago)
Author:
chronos
Message:
  • Modified: Updated flatpak packaging files for version 1.3.8.
File:
1 edited

Legend:

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

    r682 r695  
    99  - --socket=x11
    1010  - --socket=pulseaudio
     11  - --device=all # ALSA
    1112  - --share=ipc
    1213  - --device=dri
    1314modules:
    1415  - shared-modules/gtk2/gtk2.json
     16  - name: portaudio
     17    buildsystem: cmake-ninja
     18    sources:
     19      - type: git
     20        url: https://github.com/PortAudio/portaudio.git
     21        tag: v19.7.0
     22        commit: 147dd722548358763a8b649b3e4b41dfffbcfbb6
     23        x-checker-data:
     24          type: git
     25          tag-pattern: ^v([\d.]+)$
     26  - name: libxmp
     27    buildsystem: cmake-ninja
     28    sources:
     29      - type: git
     30        url: https://github.com/libxmp/libxmp.git
     31        tag: libxmp-4.6.3
     32        commit: bed660f8e530d399c38f27a5a7732f4e79740585
    1533  - name: c-evo
    1634    sources:
    1735      - type: svn
    1836        url: https://svn.zdechov.net/c-evo/trunk
    19         revision: 637
     37        revision: r694
    2038    buildsystem: simple
    2139    build-options:
     
    3351        mv AI/StdAI/libstdai.so AI/StdAI/libstdai-$STDAI_ARCH.so
    3452        lazbuild --build-mode=Release Integrated.lpi
    35       - install -Dm755 c-evo -t $FLATPAK_DEST/share/c-evo
    36       - install -d $FLATPAK_DEST/bin
    37       - ln -s $FLATPAK_DEST/share/c-evo/c-evo $FLATPAK_DEST/bin/c-evo
     53      - install -Dm755 c-evo -t $FLATPAK_DEST/bin
    3854      - install -Dm644 Language.txt -t $FLATPAK_DEST/share/c-evo
    3955      - install -Dm644 Language2.txt -t $FLATPAK_DEST/share/c-evo
Note: See TracChangeset for help on using the changeset viewer.