Changeset 632
- Timestamp:
- Nov 12, 2024, 8:32:27 AM (3 days ago)
- Location:
- trunk
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/flatpak
- Property svn:ignore
-
old new 3 3 export 4 4 shared-modules 5 repo
-
- Property svn:ignore
-
trunk/Install/flatpak/build.sh
r631 r632 7 7 8 8 # Install dependencies 9 flatpak install --system flathub org. kde.Sdk//5.15-23.0810 flatpak install --system flathub org. kde.Platform//5.15-23.089 flatpak install --system flathub org.freedesktop.Platform//23.08 10 flatpak install --system flathub org.freedesktop.Sdk//23.08 11 11 flatpak install --system flathub org.freedesktop.Sdk.Extension.freepascal//23.08 12 12 flatpak install --system flathub org.flatpak.Builder -
trunk/Install/flatpak/net.zdechov.app.C_evo.appdata.xml
r631 r632 4 4 5 5 <name>C-evo: New Horizons</name> 6 <summary>Turn-based empire building game .</summary>6 <summary>Turn-based empire building game</summary> 7 7 <developer_name>Chronos</developer_name> 8 8 … … 75 75 76 76 <categories> 77 <category>Game s</category>77 <category>Game</category> 78 78 </categories> 79 79 -
trunk/Install/flatpak/net.zdechov.app.C_evo.desktop
r631 r632 7 7 Terminal=false 8 8 Type=Application 9 Categories=GNOME;Application;Game ;9 Categories=GNOME;Application;Game 10 10 StartupNotify=true 11 11 MimeType=application/cevo;application/cevomap -
trunk/Install/flatpak/net.zdechov.app.C_evo.yml
r631 r632 17 17 - type: svn 18 18 url: https://svn.zdechov.net/c-evo/trunk 19 revision: r63 019 revision: r632 20 20 buildsystem: simple 21 21 build-commands: … … 31 31 - install -Dm644 Language2.txt -t $FLATPAK_DEST/share/c-evo 32 32 - install -Dm644 Fonts.txt -t $FLATPAK_DEST/share/c-evo 33 - install -Dm 755Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications33 - install -Dm644 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications 34 34 - 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}.png36 - install -Dm644 Graphics/c-evo_ 64x64.png -t $FLATPAK_DEST/share/pixmaps/application-cevo.png37 - install -Dm644 Graphics/c-evo_ 64x64.png -t $FLATPAK_DEST/share/pixmaps/application-cevomap.png35 - 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 38 38 - install -Dm644 AI/StdAI/libstdai-amd64.so -t $FLATPAK_DEST/share/c-evo/AI/StdAI 39 39 - 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.