Changeset 564 for trunk/Install


Ignore:
Timestamp:
Apr 30, 2024, 2:19:52 PM (2 weeks ago)
Author:
chronos
Message:
  • Modified: Improved flatpak build.
  • Added: Screenshots.
Location:
trunk/Install
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/deb/debian/control

    r563 r564  
    44Priority: optional
    55Standards-Version: 1.4.0
    6 ;Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
     6Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
    88Package: c-evo
    99Architecture: any
    1010Depends: ${shlibs:Depends}, ${misc:Depends}, sox, libsox-fmt-mp3
    11 Description: Empire building game
     11Description: An empire building game
    1212HomePage: https://app.zdechov.net/c-evo
  • trunk/Install/flatpak/net.zdechov.app.C-evo.appdata.xml

    r563 r564  
    88
    99  <url type="homepage">https://app.zdechov.net/c-evo/</url>
    10   <url type="donation">https://app.zdechov.net/c-evo/donations.html</url>
    11   <url type="faq">https://app.zdechov.net/c-evo/faq.html</url>
    12   <url type="help">https://app.zdechov.net/c-evo/help.html</url>
    1310
    14   <metadata_license>FTL</metadata_license>
    15   <project_license>CC0</project_license>
     11  <metadata_license>CC0-1.0</metadata_license>
     12  <project_license>CC0-1.0</project_license>
    1613
    1714  <description>
     
    3128
    3229  <launchable type="desktop-id">net.zdechov.app.C-evo.desktop</launchable>
     30
    3331  <screenshots>
    3432    <screenshot type="default">
    35       <image>https://github.com/flathub/net.zdechov.app.C-evo/raw/master/screenshots/main.png</image>
     33      <caption>Game interface and world map</caption>
     34      <image>https://github.com/flathub/net.zdechov.app.C-evo/raw/master/Screenshots/Game.jpg</image>
    3635    </screenshot>
    3736    <screenshot>
    38       <image>https://github.com/flathub/net.zdechov.app.C-evo/raw/master/screenshots/archive.png</image>
     37      <caption>Main menu</caption>
     38      <image>https://github.com/flathub/net.zdechov.app.C-evo/raw/master/screenshots/Main%20menu.jpg</image>
    3939    </screenshot>
    4040    <screenshot>
    41       <image>https://github.com/flathub/net.zdechov.app.C-evo/raw/master/screenshots/extract.png</image>
     41      <caption>New game</caption>
     42      <image>https://github.com/flathub/net.zdechov.app.C-evo/raw/master/screenshots/New%20game.jpg</image>
    4243    </screenshot>
    4344  </screenshots>
    44     <releases>
     45
     46  <releases>
    4547    <release version="1.3.3" date="2024-04-24"/>
    4648  </releases>
     49
     50  <categories>
     51    <category>Games</category>
     52  </categories>
     53
    4754  <content_rating type="oars-1.1"/>
    4855</component>
  • trunk/Install/flatpak/net.zdechov.app.C-evo.desktop

    r563 r564  
    44Comment=An empire building game
    55Exec=c-evo
    6 Icon=net.zdechov.app.C-evo.desktop
     6Icon=net.zdechov.app.C-evo.png
    77Terminal=false
    88Type=Application
  • trunk/Install/flatpak/net.zdechov.app.C-evo.yml

    r563 r564  
    2525    sources:
    2626      - type: svn
    27         url: https://svn.zdechov.net/c-evo/tags/1.3.3
    28         revision: r562
     27        url: https://svn.zdechov.net/c-evo/trunk
     28        revision: r563
    2929    buildsystem: simple
    3030    build-commands:
     
    4040      - ln -s $FLATPAK_DEST/share/c-evo/c-evo $FLATPAK_DEST/bin/c-evo
    4141      - install -d -m 755 $FLATPAK_DEST/share/applications
    42       #- install -m 755 ${FLATPAK_ID}.desktop $FLATPAK_DEST/share/applications
     42      - install -m 755 Install/flatpak/${FLATPAK_ID}.desktop $FLATPAK_DEST/share/applications
    4343      - install -d -m 755 $FLATPAK_DEST/share/mime/packages
    4444      - install -m 644 Install/deb/c-evo.xml $FLATPAK_DEST/share/mime/packages
     
    5252      - install -m 644 AI/StdAI/StdAI.ai.txt $FLATPAK_DEST/share/c-evo/AI/StdAI
    5353      - install -m 644 AI/StdAI/StdAI.png $FLATPAK_DEST/share/c-evo/AI/StdAI
    54 #      - install -D net.zdechov.app.C-evo.appdata.xml -t $FLATPAK_DEST/share/metainfo/net.zdechov.app.C-evo.metainfo.xml
     54      - install -D Install/flatpak/net.zdechov.app.C-evo.appdata.xml -t $FLATPAK_DEST/share/metainfo/net.zdechov.app.C-evo.metainfo.xml
    5555      - cp -r Graphics $FLATPAK_DEST/share/c-evo
    5656      - cp -r Help $FLATPAK_DEST/share/c-evo
Note: See TracChangeset for help on using the changeset viewer.