Changeset 367 for trunk/Install/flatpak/net.zdechov.app.xTactics.yml
- Timestamp:
- Jan 2, 2025, 4:08:26 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/flatpak/net.zdechov.app.xTactics.yml
r366 r367 5 5 sdk-extensions: 6 6 - org.freedesktop.Sdk.Extension.freepascal 7 command: x Tactics7 command: xtactics 8 8 rename-icon: xtactics 9 9 rename-desktop-file: xtactics.desktop … … 27 27 - type: svn 28 28 url: https://svn.zdechov.net/xtactics/trunk 29 revision: r 18929 revision: r367 30 30 buildsystem: simple 31 31 build-commands: … … 37 37 - ln -s $FLATPAK_DEST/share/xTactics/xtactics $FLATPAK_DEST/bin/xtactics 38 38 - install -Dm644 Install/deb/xtactics.desktop -t $FLATPAK_DEST/share/applications 39 - install -Dm644 Images/64x64/xtactics.png $FLATPAK_DEST/share/icons/hicolor/64x64/apps/xtactics.png 40 - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/xTactics/Languages 41 - install -Dm644 Packages/Common/Languages/*.po -t $FLATPAK_DEST/share/xTactics/Languages 42 - install -Dm644 Packages/CoolStreaming/Languages/*.po -t $FLATPAK_DEST/share/xTactics/Languages 43 - install -Dm644 Install/snap/local/lazpaint.xml $FLATPAK_DEST/share/mime/packages/$FLAPTAK_ID.xml 39 - install -Dm644 Install/deb/local/lazpaint.xml $FLATPAK_DEST/share/mime/packages/$FLAPTAK_ID.xml 40 - install -Dm644 Images/64x64/xtactics.png -t $FLATPAK_DEST/share/icons/hicolor/64x64/apps 41 - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/xtactics/Languages 42 - install -Dm644 Packages/Common/Languages/*.po -t $FLATPAK_DEST/share/xtactics/Languages 43 - install -Dm644 Packages/CoolStreaming/Languages/*.po -t $FLATPAK_DEST/share/xtactics/Languages 44 - cp -r Systems $FLATPAK_DEST/share/xtactics 45 - install -d -m 755 $FLATPAK_DEST/share/xtactics/Images 46 - cp -r Images/Maps $FLATPAK_DEST/share/xtactics/Images 44 47 - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo
Note:
See TracChangeset
for help on using the changeset viewer.