Changeset 377 for trunk/Install/snap
- Timestamp:
- Apr 24, 2021, 11:39:18 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/snap/snapcraft.yaml
r376 r377 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 which can be 7 found at www.c-evo.org. 8 confinement: devmode 9 #base: core20 10 base: core18 6 This is a fork and Lazarus port of the original game. 7 confinement: strict 8 base: core20 9 #base: core18 11 10 grade: devel 12 11 icon: Graphics/c-evo_64x64.png 12 license: NLPL 13 13 14 14 parts: … … 66 66 install -m 644 Language2.txt $ROOT/usr/share/c-evo 67 67 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-evo68 #install -d -m 755 $ROOT/bin 69 #install -m 755 Install/snap/local/desktop-launch $ROOT/bin 70 #install -m 755 Install/snap/local/c-evo $ROOT/bin/c-evo 71 71 #install -d -m 755 $ROOT/usr/bin 72 72 install -d -m 755 $ROOT/usr/share/applications … … 91 91 cp -r "AI Template" $ROOT/usr/share/c-evo 92 92 stage: 93 - bin94 - lib93 #- bin 94 #- lib 95 95 - etc 96 96 - usr … … 102 102 c-evo: 103 103 #command: desktop-launch $SNAP/c-evo-snap 104 #command: usr/share/c-evo/c-evo105 command: usr/share/c-evo/command-c-evo-gtk.wrapper104 command: usr/share/c-evo/c-evo 105 #command: usr/share/c-evo/command-c-evo-gtk.wrapper 106 106 desktop: usr/share/applications/c-evo.desktop 107 extensions: [gnome-3-28]107 #extensions: [gnome-3-28] 108 108 plugs: 109 109 - home 110 110 - pulseaudio 111 111 - desktop 112 - desktop-legacy112 #- desktop-legacy 113 113 - x11 114 114
Note:
See TracChangeset
for help on using the changeset viewer.