Changeset 632


Ignore:
Timestamp:
Nov 12, 2024, 8:32:27 AM (3 days ago)
Author:
chronos
Message:
  • Modified: Improved flatpak files.
Location:
trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/flatpak

    • Property svn:ignore
      •  

        old new  
        33export
        44shared-modules
         5repo
  • trunk/Install/flatpak/build.sh

    r631 r632  
    77
    88# Install dependencies
    9 flatpak install --system flathub org.kde.Sdk//5.15-23.08
    10 flatpak install --system flathub org.kde.Platform//5.15-23.08
     9flatpak install --system flathub org.freedesktop.Platform//23.08
     10flatpak install --system flathub org.freedesktop.Sdk//23.08
    1111flatpak install --system flathub org.freedesktop.Sdk.Extension.freepascal//23.08
    1212flatpak install --system flathub org.flatpak.Builder
  • trunk/Install/flatpak/net.zdechov.app.C_evo.appdata.xml

    r631 r632  
    44
    55  <name>C-evo: New Horizons</name>
    6   <summary>Turn-based empire building game.</summary>
     6  <summary>Turn-based empire building game</summary>
    77  <developer_name>Chronos</developer_name>
    88
     
    7575
    7676  <categories>
    77     <category>Games</category>
     77    <category>Game</category>
    7878  </categories>
    7979
  • trunk/Install/flatpak/net.zdechov.app.C_evo.desktop

    r631 r632  
    77Terminal=false
    88Type=Application
    9 Categories=GNOME;Application;Game;
     9Categories=GNOME;Application;Game
    1010StartupNotify=true
    1111MimeType=application/cevo;application/cevomap
  • trunk/Install/flatpak/net.zdechov.app.C_evo.yml

    r631 r632  
    1717      - type: svn
    1818        url: https://svn.zdechov.net/c-evo/trunk
    19         revision: r630
     19        revision: r632
    2020    buildsystem: simple
    2121    build-commands:
     
    3131      - install -Dm644 Language2.txt -t $FLATPAK_DEST/share/c-evo
    3232      - install -Dm644 Fonts.txt -t $FLATPAK_DEST/share/c-evo
    33       - install -Dm755 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications
     33      - install -Dm644 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications
    3434      - install -Dm644 Install/deb/c-evo.xml -t $FLATPAK_DEST/share/mime/packages
    35       - install -Dm644 Graphics/c-evo_64x64.png -t $FLATPAK_DEST/share/icons/hicolor/64x64/apps/${FLATPAK_ID}.png
    36       - install -Dm644 Graphics/c-evo_64x64.png -t $FLATPAK_DEST/share/pixmaps/application-cevo.png
    37       - install -Dm644 Graphics/c-evo_64x64.png -t $FLATPAK_DEST/share/pixmaps/application-cevomap.png
     35      - install -Dm644 Graphics/c-evo_256x256.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
     36      - install -Dm644 Graphics/c-evo_256x256.png -t $FLATPAK_DEST/share/pixmaps/application-cevo.png
     37      - install -Dm644 Graphics/c-evo_256x256.png -t $FLATPAK_DEST/share/pixmaps/application-cevomap.png
    3838      - install -Dm644 AI/StdAI/libstdai-amd64.so -t $FLATPAK_DEST/share/c-evo/AI/StdAI
    3939      - install -Dm644 AI/StdAI/StdAI.ai.txt -t $FLATPAK_DEST/share/c-evo/AI/StdAI
Note: See TracChangeset for help on using the changeset viewer.