Changeset 375 for trunk/Install/snap/snapcraft.yaml
- Timestamp:
- Jan 3, 2025, 2:43:39 PM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/snap/snapcraft.yaml
r372 r375 50 50 snapcraftctl build 51 51 lazbuild --build-mode=Release xtactics.lpi 52 install - d -m 755 $SNAPCRAFT_PART_INSTALL/usr/bin53 install - s -m 755 xtactics $SNAPCRAFT_PART_INSTALL/usr/bin/xtactics54 install - d -m 755$SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Languages55 install -Dm644 Languages/*.po$SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Languages56 install -Dm644 Packages/Common/Languages/*.po $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Languages57 install -Dm644 Packages/CoolStreaming/Languages/*.po $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Languages52 install -Dm755 xtactics -t $SNAPCRAFT_PART_INSTALL/usr/bin/xtactics 53 install -Dm644 Languages/*.po -t $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Languages 54 install -Dm644 Packages/Common/Languages/*.po -t $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Languages 55 install -Dm644 Packages/CoolStreaming/Languages/*.po -t $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Languages 56 install -Dm644 Images/Maps/*.png -t $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Images/Maps 57 install -Dm644 Systems/*.xts -t $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Systems 58 58 install -Dm644 Install/deb/xtactics.desktop -t $SNAPCRAFT_PART_INSTALL/usr/share/applications 59 59 install -Dm644 Install/deb/xtactics.xml -t $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages 60 60 install -Dm644 Images/128x128/xtactics.png -t $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps 61 install -Dm644 Images/128x128/xtactics.png -t $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-xtg.png 62 install -Dm644 Images/128x128/xtactics.png -t $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-xts.png 63 cp -r Systems $SNAPCRAFT_PART_INSTALL/usr/share/xtactics 64 install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Images 65 cp -r Images/Maps $SNAPCRAFT_PART_INSTALL/usr/share/xtactics/Images 61 install -Dm644 Images/128x128/xtactics.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-xtg.png 62 install -Dm644 Images/128x128/xtactics.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-xts.png 66 63 after: 67 64 - desktop-gtk2
Note:
See TracChangeset
for help on using the changeset viewer.