Ignore:
Timestamp:
Jan 2, 2025, 4:08:26 PM (7 days ago)
Author:
chronos
Message:
  • Modified: Updated packaing files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/flatpak/net.zdechov.app.xTactics.yml

    r366 r367  
    55sdk-extensions:
    66  - org.freedesktop.Sdk.Extension.freepascal
    7 command: xTactics
     7command: xtactics
    88rename-icon: xtactics
    99rename-desktop-file: xtactics.desktop
     
    2727      - type: svn
    2828        url: https://svn.zdechov.net/xtactics/trunk
    29         revision: r189
     29        revision: r367
    3030    buildsystem: simple
    3131    build-commands:
     
    3737      - ln -s $FLATPAK_DEST/share/xTactics/xtactics $FLATPAK_DEST/bin/xtactics
    3838      - 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
    4447      - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo
Note: See TracChangeset for help on using the changeset viewer.