Changeset 450


Ignore:
Timestamp:
Jun 30, 2022, 11:35:03 PM (22 months ago)
Author:
chronos
Message:
  • Modified: Produce snaps with core22.
  • Modified: Build snap with Lazarus 2.2.2.
Location:
trunk/Install/snap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/snap/local/build.sh

    r401 r450  
    44
    55pushd ../../..
    6 snapcraft --debug --use-lxd
     6snapcraft --debug --use-lxd $@
    77popd
    88
  • trunk/Install/snap/snapcraft.yaml

    r434 r450  
    1212  * Many other small improvements
    1313confinement: strict
    14 base: core20
     14base: core22
    1515grade: stable
    1616icon: Graphics/c-evo_64x64.png
    1717license: NLPL
    1818
    19 environment:
    20   LD_LIBRARY_PATH: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio
     19environment: 
     20  LD_LIBRARY_PATH: $SNAP_LIBRARY_PATH:$SNAP/lib:$SNAP/usr/lib:$SNAP/usr/lib/x86_64-linux-gnu:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio
    2121  PULSE_SERVER: unix:/run/user/1000/pulse/native
    2222
     
    111111    - libgtk2.0-dev
    112112    override-build: |
    113       wget -nc https://deac-ams.dl.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.0/lazarus-project_2.2.0-0_amd64.deb
    114       wget -nc https://netix.dl.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.0/fpc-laz_3.2.2-210709_amd64.deb
    115       wget -nc https://netix.dl.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.0/fpc-src_3.2.2-210709_amd64.deb
    116       apt install ./lazarus-project_2.2.0-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb
     113      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.2/lazarus-project_2.2.2-0_amd64.deb
     114      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.2/fpc-laz_3.2.2-210709_amd64.deb
     115      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.2/fpc-src_3.2.2-210709_amd64.deb
     116      apt install ./lazarus-project_2.2.2-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb
     117    stage: [-*]
    117118    prime: [-*]
    118119   
Note: See TracChangeset for help on using the changeset viewer.