Changeset 695 for trunk/Install/flatpak/net.zdechov.app.C-evo.yml
- Timestamp:
- Aug 7, 2025, 11:54:01 PM (14 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/flatpak/net.zdechov.app.C-evo.yml
r682 r695 9 9 - --socket=x11 10 10 - --socket=pulseaudio 11 - --device=all # ALSA 11 12 - --share=ipc 12 13 - --device=dri 13 14 modules: 14 15 - 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 15 33 - name: c-evo 16 34 sources: 17 35 - type: svn 18 36 url: https://svn.zdechov.net/c-evo/trunk 19 revision: 63737 revision: r694 20 38 buildsystem: simple 21 39 build-options: … … 33 51 mv AI/StdAI/libstdai.so AI/StdAI/libstdai-$STDAI_ARCH.so 34 52 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 38 54 - install -Dm644 Language.txt -t $FLATPAK_DEST/share/c-evo 39 55 - install -Dm644 Language2.txt -t $FLATPAK_DEST/share/c-evo
Note:
See TracChangeset
for help on using the changeset viewer.