Changeset 656 for tags/1.3.7/Install


Ignore:
Timestamp:
Feb 28, 2025, 11:03:23 AM (5 weeks ago)
Author:
chronos
Message:
  • Fixed: Flatpak packaging.
Location:
tags/1.3.7/Install
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.7/Install/flatpak/build.sh

    r637 r656  
    1212flatpak install --system flathub org.flatpak.Builder
    1313git clone https://github.com/flathub/shared-modules.git shared-modules
    14 (cd shared-modules && git checkout a9112b9c62e2b84db4c2f6c55c9531fd7e8d03c1)
     14(cd shared-modules && git checkout 0bc58622e21e90971962964ed01ab05bfea86f1a)
    1515
    1616# Build
  • tags/1.3.7/Install/flatpak/net.zdechov.app.C-evo.yml

    r654 r656  
    1919      - type: svn
    2020        url: https://svn.zdechov.net/c-evo/tags/1.3.7
    21         revision: r653
     21        revision: r656
    2222    buildsystem: simple
    2323    build-options:
     
    3535        mv AI/StdAI/libstdai.so AI/StdAI/libstdai-$STDAI_ARCH.so
    3636        lazbuild --build-mode=Release Integrated.lpi
    37       - install -Dm755 c-evo -t $FLATPAK_DEST/bin/c-evo
     37      - install -Dm755 c-evo -t $FLATPAK_DEST/bin
    3838      - install -Dm644 Language.txt -t $FLATPAK_DEST/share/c-evo
    3939      - install -Dm644 Language2.txt -t $FLATPAK_DEST/share/c-evo
  • tags/1.3.7/Install/rpm/c-evo.spec

    r654 r656  
    77License:        Public Domain
    88URL:            https://app.zdechov.net/c-evo
    9 Source0:        c-evo.tar.gz
     9Source0:        c-evo-nh-1.3.7.tar.gz
    1010BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    1111Requires:       sox
Note: See TracChangeset for help on using the changeset viewer.