Changeset 383 for trunk/Install/snap
- Timestamp:
- Apr 25, 2021, 3:57:15 PM (4 years ago)
- Location:
- trunk/Install/snap
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/snap/snapcraft.yaml
r377 r383 4 4 summary: A turn-based empire building game inspired by Civilization II game. 5 5 description: | 6 This is a fork and Lazarus port of the original game. 6 This is a fork and Lazarus/FPC port of the original C-evo 1.2.0 game. 7 Now it is finally possible to play C-evo natively on Linux. 8 * Zoomable map by mouse wheel with three tile sizes 9 * Many sample maps included 10 * All available localizations include 11 * Many other small improvements 7 12 confinement: strict 8 13 base: core20 9 #base: core1810 14 grade: devel 11 15 icon: Graphics/c-evo_64x64.png … … 23 27 - lcl-utils 24 28 stage-packages: 29 - sox 30 - libsox-fmt-mp3 31 - libsox-fmt-pulse 32 - libpulse0 33 # Autodetected dependencies 25 34 - libatk1.0-0 26 35 - libcairo2 … … 53 62 - libxrandr2 54 63 - libxrender1 55 #- sox56 #- libsox-fmt-mp357 64 override-build: | 58 65 (cd AI/StdAI &&lazbuild --build-mode=Release StdAI.lpi) … … 62 69 install -d -m 755 $ROOT/usr/share/c-evo 63 70 install -s -m 755 c-evo $ROOT/usr/share/c-evo 64 install -m 755 Install/snap/local/command-c-evo-gtk.wrapper $ROOT/usr/share/c-evo65 71 install -m 644 Language.txt $ROOT/usr/share/c-evo 66 72 install -m 644 Language2.txt $ROOT/usr/share/c-evo 67 73 install -m 644 Fonts.txt $ROOT/usr/share/c-evo 68 #install -d -m 755 $ROOT/bin69 #install -m 755 Install/snap/local/desktop-launch $ROOT/bin70 #install -m 755 Install/snap/local/c-evo $ROOT/bin/c-evo71 #install -d -m 755 $ROOT/usr/bin72 74 install -d -m 755 $ROOT/usr/share/applications 73 75 install -m 755 Install/deb/c-evo.desktop $ROOT/usr/share/applications … … 91 93 cp -r "AI Template" $ROOT/usr/share/c-evo 92 94 stage: 93 #- bin94 #- lib95 95 - etc 96 96 - usr … … 101 101 apps: 102 102 c-evo: 103 #command: desktop-launch $SNAP/c-evo-snap104 103 command: usr/share/c-evo/c-evo 105 #command: usr/share/c-evo/command-c-evo-gtk.wrapper106 104 desktop: usr/share/applications/c-evo.desktop 107 #extensions: [gnome-3-28]108 105 plugs: 109 - home 110 - pulseaudio106 - home 107 - audio-playback 111 108 - desktop 112 #- desktop-legacy113 - x11114
Note:
See TracChangeset
for help on using the changeset viewer.