Changeset 494 for trunk/Install/snap/snapcraft.yaml
- Timestamp:
- Dec 11, 2023, 8:55:46 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/snap/snapcraft.yaml
r456 r494 7 7 Now it is finally possible to play C-evo natively on Linux. 8 8 * Zoomable map by mouse wheel with three tile sizes 9 * Support for user defined key mapping 9 10 * Many sample maps included 10 11 * Multiple localizations included 11 * Support for user defined key mapping12 * High DPI support 12 13 * Many other small improvements 13 14 confinement: devmode … … 17 18 license: NLPL 18 19 19 environment: 20 environment: 20 21 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 21 22 PULSE_SERVER: unix:/run/user/1000/pulse/native … … 24 25 /usr/lib/$SNAPCRAFT_ARCH_TRIPLET/sox: 25 26 bind: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/sox 26 27 27 28 parts: 28 29 c-evo: … … 35 36 - libsox-fmt-mp3 36 37 - libsox-fmt-pulse 37 - libpulse0 38 - libpulse0 38 39 # Autodetected dependencies 39 40 - libatk1.0-0 … … 107 108 source: . 108 109 source-type: local 109 build-packages: 110 build-packages: 110 111 - wget 111 112 - libgtk2.0-dev 112 113 override-build: | 113 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2. 2/lazarus-project_2.2.2-0_amd64.deb114 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2. 2/fpc-laz_3.2.2-210709_amd64.deb115 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2. 2/fpc-src_3.2.2-210709_amd64.deb116 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.deb114 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.6/lazarus-project_2.2.6-0_amd64.deb 115 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.6/fpc-laz_3.2.2-210709_amd64.deb 116 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.6/fpc-src_3.2.2-210709_amd64.deb 117 apt install ./lazarus-project_2.2.6-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb 117 118 stage: [-*] 118 119 prime: [-*] 119 120 120 121 apps: 121 122 c-evo:
Note:
See TracChangeset
for help on using the changeset viewer.