Changeset 696 for trunk/Install/flatpak


Ignore:
Timestamp:
Aug 8, 2025, 11:31:43 AM (22 hours ago)
Author:
chronos
Message:
  • Modified: Update packaging files.
Location:
trunk/Install/flatpak
Files:
1 deleted
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Install/flatpak/net.zdechov.app.C-evo.yml

    r695 r696  
    66  - org.freedesktop.Sdk.Extension.freepascal
    77command: c-evo
     8rename-icon: c-evo
     9rename-desktop-file: c-evo.desktop
    810finish-args:
    911  - --socket=x11
     
    5557      - install -Dm644 Language2.txt -t $FLATPAK_DEST/share/c-evo
    5658      - install -Dm644 Fonts.txt -t $FLATPAK_DEST/share/c-evo
    57       - install -Dm644 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications
    58       - install -Dm644 Install/deb/c-evo.xml -t $FLATPAK_DEST/share/mime/packages
    59       - install -Dm644 Graphics/c-evo_256x256.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
    60       - install -Dm644 Graphics/c-evo_256x256.png -t $FLATPAK_DEST/share/pixmaps/application-cevo.png
    61       - install -Dm644 Graphics/c-evo_256x256.png -t $FLATPAK_DEST/share/pixmaps/application-cevomap.png
     59      - install -Dm644 Install/common/c-evo.desktop -t $FLATPAK_DEST/share/applications
     60      - install -Dm644 Install/common/c-evo.xml -t $FLATPAK_DEST/share/mime/packages
     61      - install -Dm644 Install/common/c-evo_256x256.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/c-evo.png
     62      - install -Dm644 Install/common/c-evo_256x256.png $FLATPAK_DEST/share/pixmaps/application-cevo.png
     63      - install -Dm644 Install/common/c-evo_256x256.png $FLATPAK_DEST/share/pixmaps/application-cevomap.png
    6264      - install -Dm644 AI/StdAI/libstdai-$STDAI_ARCH.so -t $FLATPAK_DEST/share/c-evo/AI/StdAI
    6365      - install -Dm644 AI/StdAI/StdAI.ai.txt -t $FLATPAK_DEST/share/c-evo/AI/StdAI
    6466      - install -Dm644 AI/StdAI/StdAI.png -t $FLATPAK_DEST/share/c-evo/AI/StdAI
    65       - install -Dm644 Install/flatpak/${FLATPAK_ID}.appdata.xml $FLATPAK_DEST/share/metainfo/${FLATPAK_ID}.metainfo.xml
     67      - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo
    6668      - cp -r Graphics $FLATPAK_DEST/share/c-evo
    6769      - cp -r Help $FLATPAK_DEST/share/c-evo
Note: See TracChangeset for help on using the changeset viewer.