Changeset 564 for trunk/Install
- Timestamp:
- Apr 30, 2024, 2:19:52 PM (7 months ago)
- Location:
- trunk/Install
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/control
r563 r564 4 4 Priority: optional 5 5 Standards-Version: 1.4.0 6 ;Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 8 8 Package: c-evo 9 9 Architecture: any 10 10 Depends: ${shlibs:Depends}, ${misc:Depends}, sox, libsox-fmt-mp3 11 Description: Empire building game11 Description: An empire building game 12 12 HomePage: https://app.zdechov.net/c-evo -
trunk/Install/flatpak/net.zdechov.app.C-evo.appdata.xml
r563 r564 8 8 9 9 <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>13 10 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> 16 13 17 14 <description> … … 31 28 32 29 <launchable type="desktop-id">net.zdechov.app.C-evo.desktop</launchable> 30 33 31 <screenshots> 34 32 <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> 36 35 </screenshot> 37 36 <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> 39 39 </screenshot> 40 40 <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> 42 43 </screenshot> 43 44 </screenshots> 44 <releases> 45 46 <releases> 45 47 <release version="1.3.3" date="2024-04-24"/> 46 48 </releases> 49 50 <categories> 51 <category>Games</category> 52 </categories> 53 47 54 <content_rating type="oars-1.1"/> 48 55 </component> -
trunk/Install/flatpak/net.zdechov.app.C-evo.desktop
r563 r564 4 4 Comment=An empire building game 5 5 Exec=c-evo 6 Icon=net.zdechov.app.C-evo. desktop6 Icon=net.zdechov.app.C-evo.png 7 7 Terminal=false 8 8 Type=Application -
trunk/Install/flatpak/net.zdechov.app.C-evo.yml
r563 r564 25 25 sources: 26 26 - type: svn 27 url: https://svn.zdechov.net/c-evo/t ags/1.3.328 revision: r56 227 url: https://svn.zdechov.net/c-evo/trunk 28 revision: r563 29 29 buildsystem: simple 30 30 build-commands: … … 40 40 - ln -s $FLATPAK_DEST/share/c-evo/c-evo $FLATPAK_DEST/bin/c-evo 41 41 - install -d -m 755 $FLATPAK_DEST/share/applications 42 #- install -m 755${FLATPAK_ID}.desktop $FLATPAK_DEST/share/applications42 - install -m 755 Install/flatpak/${FLATPAK_ID}.desktop $FLATPAK_DEST/share/applications 43 43 - install -d -m 755 $FLATPAK_DEST/share/mime/packages 44 44 - install -m 644 Install/deb/c-evo.xml $FLATPAK_DEST/share/mime/packages … … 52 52 - install -m 644 AI/StdAI/StdAI.ai.txt $FLATPAK_DEST/share/c-evo/AI/StdAI 53 53 - install -m 644 AI/StdAI/StdAI.png $FLATPAK_DEST/share/c-evo/AI/StdAI 54 # - install -Dnet.zdechov.app.C-evo.appdata.xml -t $FLATPAK_DEST/share/metainfo/net.zdechov.app.C-evo.metainfo.xml54 - install -D Install/flatpak/net.zdechov.app.C-evo.appdata.xml -t $FLATPAK_DEST/share/metainfo/net.zdechov.app.C-evo.metainfo.xml 55 55 - cp -r Graphics $FLATPAK_DEST/share/c-evo 56 56 - cp -r Help $FLATPAK_DEST/share/c-evo
Note:
See TracChangeset
for help on using the changeset viewer.