Changeset 696 for tags/1.3.8
- Timestamp:
- Aug 8, 2025, 11:31:43 AM (18 hours ago)
- Location:
- tags/1.3.8/Install
- Files:
-
- 1 added
- 1 deleted
- 6 edited
- 8 moved
Legend:
- Unmodified
- Added
- Removed
-
tags/1.3.8/Install/appimage/build.sh
r682 r696 1 1 #!/bin/bash 2 2 3 lazbuild --build-mode=Release ../../AI/StdAI/StdAI.lpi 4 mv ../../AI/StdAI/libstdai.so ../../AI/StdAI/libstdai-amd64.so 5 lazbuild --build-mode=Release ../../Integrated.lpi 3 cd ../../AI/StdAI 4 lazbuild --build-mode=Release StdAI.lpi 5 mv libstdai.so libstdai-amd64.so 6 cd ../.. 7 lazbuild --build-mode=Release Integrated.lpi 8 cd Install/appimage 6 9 install -Dm755 ../../c-evo -t AppDir/usr/bin 7 10 install -Dm644 ../../Language.txt -t AppDir/usr/share/c-evo 8 11 install -Dm644 ../../Language2.txt -t AppDir/usr/share/c-evo 9 12 install -Dm644 ../../Fonts.txt -t AppDir/usr/share/c-evo 10 install -Dm644 ../../Install/flatpak/net.zdechov.app.C-evo.desktop -t AppDir 11 install -Dm644 ../../Install/flatpak/net.zdechov.app.C-evo.desktop -t AppDir/usr/share/applications 12 install -Dm644 ../../Install/deb/c-evo.xml -t AppDir/usr/share/mime/packages 13 install -Dm644 ../../Graphics/c-evo_256x256.png AppDir/net.zdechov.app.C-evo.png 14 install -Dm644 ../../Graphics/c-evo_256x256.png AppDir/usr/share/icons/hicolor/256x256/apps/net.zdechov.app.C-evo.png 15 install -Dm644 ../../Graphics/c-evo_256x256.png -t AppDir/usr/share/pixmaps/application-cevo.png 16 install -Dm644 ../../Graphics/c-evo_256x256.png -t AppDir/usr/share/pixmaps/application-cevomap.png 13 install -Dm644 ../common/c-evo.desktop AppDir/net.zdechov.app.C-evo.desktop 14 install -Dm644 ../common/c-evo.desktop AppDir/usr/share/applications/net.zdechov.app.C-evo.desktop 15 install -Dm644 ../common/c-evo.xml -t AppDir/usr/share/mime/packages 16 install -Dm644 ../common/c-evo_256x256.png AppDir/c-evo.png 17 install -Dm644 ../common/c-evo_256x256.png AppDir/usr/share/icons/hicolor/256x256/apps/c-evo.png 18 install -Dm644 ../common/c-evo_256x256.png AppDir/usr/share/pixmaps/application-cevo.png 19 install -Dm644 ../common/c-evo_256x256.png AppDir/usr/share/pixmaps/application-cevomap.png 20 install -Dm644 ../flatpak/net.zdechov.app.C-evo.metainfo.xml AppDir/usr/share/metainfo/net.zdechov.app.C-evo.appdata.xml 17 21 install -Dm644 ../../AI/StdAI/libstdai-amd64.so -t AppDir/usr/share/c-evo/AI/StdAI 18 22 install -Dm644 ../../AI/StdAI/StdAI.ai.txt -t AppDir/usr/share/c-evo/AI/StdAI 19 23 install -Dm644 ../../AI/StdAI/StdAI.png -t AppDir/usr/share/c-evo/AI/StdAI 20 install -Dm644 ../flatpak/net.zdechov.app.C-evo.appdata.xml AppDir/usr/share/metainfo/net.zdechov.app.C-evo.appdata.xml21 24 cp -r ../../Graphics AppDir/usr/share/c-evo 22 25 cp -r ../../Help AppDir/usr/share/c-evo -
tags/1.3.8/Install/deb/debian/rules
r688 r696 17 17 override_dh_auto_install: 18 18 install -Dm755 c-evo -t $(ROOT)/usr/bin 19 install -Dm644 Install/ deb/c-evo.desktop -t $(ROOT)/usr/share/applications20 install -Dm644 Install/ deb/c-evo.xml -t $(ROOT)/usr/share/mime/packages21 install -Dm644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/c-evo.png22 install -Dm644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevo.png23 install -Dm644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevomap.png19 install -Dm644 Install/common/c-evo.desktop -t $(ROOT)/usr/share/applications 20 install -Dm644 Install/common/c-evo.xml -t $(ROOT)/usr/share/mime/packages 21 install -Dm644 Install/common/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/c-evo.png 22 install -Dm644 Install/common/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevo.png 23 install -Dm644 Install/common/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevomap.png 24 24 install -Dm644 AI/StdAI/libstdai-$(DEB_HOST_ARCH).so -t $(ROOT)/usr/share/c-evo/AI/StdAI 25 25 -
tags/1.3.8/Install/flatpak/net.zdechov.app.C-evo.yml
r695 r696 6 6 - org.freedesktop.Sdk.Extension.freepascal 7 7 command: c-evo 8 rename-icon: c-evo 9 rename-desktop-file: c-evo.desktop 8 10 finish-args: 9 11 - --socket=x11 … … 55 57 - install -Dm644 Language2.txt -t $FLATPAK_DEST/share/c-evo 56 58 - install -Dm644 Fonts.txt -t $FLATPAK_DEST/share/c-evo 57 - install -Dm644 Install/ flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications58 - install -Dm644 Install/ deb/c-evo.xml -t $FLATPAK_DEST/share/mime/packages59 - install -Dm644 Graphics/c-evo_256x256.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png60 - install -Dm644 Graphics/c-evo_256x256.png -t$FLATPAK_DEST/share/pixmaps/application-cevo.png61 - install -Dm644 Graphics/c-evo_256x256.png -t$FLATPAK_DEST/share/pixmaps/application-cevomap.png59 - 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 62 64 - install -Dm644 AI/StdAI/libstdai-$STDAI_ARCH.so -t $FLATPAK_DEST/share/c-evo/AI/StdAI 63 65 - install -Dm644 AI/StdAI/StdAI.ai.txt -t $FLATPAK_DEST/share/c-evo/AI/StdAI 64 66 - 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.xml67 - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo 66 68 - cp -r Graphics $FLATPAK_DEST/share/c-evo 67 69 - cp -r Help $FLATPAK_DEST/share/c-evo -
tags/1.3.8/Install/lutris/c-evo.yaml
r607 r696 1 1 name: "C-evo: New Horizons" 2 2 game_slug: c-evo-new-horizons 3 slug: c-evo-new-horizons-gtk2-13 5-64-bit4 version: 1.3. 5Gtk2 64-bit3 slug: c-evo-new-horizons-gtk2-138-64-bit 4 version: 1.3.8 Gtk2 64-bit 5 5 runner: linux 6 6 7 7 script: 8 8 files: 9 - archive: https://svn.zdechov.net/c-evo/bin/linux/C-evo-nh-1.3. 5-amd64.zip9 - archive: https://svn.zdechov.net/c-evo/bin/linux/C-evo-nh-1.3.8-amd64.zip 10 10 game: 11 11 exe: c-evo -
tags/1.3.8/Install/rpm/c-evo.spec
r690 r696 7 7 License: Public Domain 8 8 URL: https://app.zdechov.net/c-evo 9 Source0: c-evo .tar.gz9 Source0: c-evo-nh.tar.gz 10 10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 11 11 Requires: sox libxmp portaudio libsndfile … … 24 24 * High DPI and scaling support 25 25 * Multi monitor support 26 * Background music26 * In-game background music 27 27 * And much more 28 28 … … 44 44 rm -rf $RPM_BUILD_ROOT 45 45 install -Dm755 c-evo -t $RPM_BUILD_ROOT/usr/bin 46 install -Dm644 Install/deb/c-evo.desktop -t $RPM_BUILD_ROOT/usr/share/applications 47 install -Dm644 Graphics/c-evo_256x256.png $RPM_BUILD_ROOT/usr/share/pixmaps/c-evo.png 46 install -Dm644 Install/common/c-evo.xml -t $RPM_BUILD_ROOT/usr/share/mime/packages 47 install -Dm644 Install/common/c-evo.desktop -t $RPM_BUILD_ROOT/usr/share/applications 48 install -Dm644 Install/common/c-evo_256x256.png $RPM_BUILD_ROOT/usr/share/pixmaps/c-evo.png 49 install -Dm644 Install/common/c-evo_256x256.png $RPM_BUILD_ROOT/usr/share/pixmaps/application-cevo.png 50 install -Dm644 Install/common/c-evo_256x256.png $RPM_BUILD_ROOT/usr/share/pixmaps/application-cevomap.png 48 51 install -Dm644 AI/StdAI/libstdai-%{_target_cpu}.so -t $RPM_BUILD_ROOT/usr/share/c-evo/AI/StdAI 49 52 install -Dm644 AI/StdAI/StdAI.ai.txt -t $RPM_BUILD_ROOT/usr/share/c-evo/AI/StdAI … … 73 76 /usr/share/c-evo/ 74 77 /usr/share/pixmaps/c-evo.png 78 /usr/share/pixmaps/application-cevo.png 79 /usr/share/pixmaps/application-cevomap.png 80 /usr/share/mime/packages/c-evo.xml 75 81 76 82 %doc readme.txt -
tags/1.3.8/Install/snap/snapcraft.yaml
r694 r696 13 13 * High DPI and scaling support 14 14 * Multi monitor support 15 * In-game music15 * In-game background music 16 16 * And much more 17 17 confinement: strict 18 18 base: core22 19 19 grade: stable 20 icon: Graphics/c-evo_256x256.png20 icon: Install/common/c-evo_256x256.png 21 21 license: NLPL 22 22 … … 120 120 install -Dm644 Language2.txt -t $SNAPCRAFT_PART_INSTALL/usr/share/c-evo 121 121 install -Dm644 Fonts.txt -t $SNAPCRAFT_PART_INSTALL/usr/share/c-evo 122 install -Dm644 Install/ deb/c-evo.desktop -t $SNAPCRAFT_PART_INSTALL/usr/share/applications123 install -Dm644 Install/ deb/c-evo.xml -t $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages124 install -Dm644 Graphics/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/c-evo.png125 install -Dm644 Graphics/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-cevo.png126 install -Dm644 Graphics/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-cevomap.png122 install -Dm644 Install/common/c-evo.desktop -t $SNAPCRAFT_PART_INSTALL/usr/share/applications 123 install -Dm644 Install/common/c-evo.xml -t $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages 124 install -Dm644 Install/common/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/c-evo.png 125 install -Dm644 Install/common/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-cevo.png 126 install -Dm644 Install/common/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-cevomap.png 127 127 install -Dm644 AI/StdAI/libstdai-$SNAPCRAFT_TARGET_ARCH.so -t $SNAPCRAFT_PART_INSTALL/usr/share/c-evo/AI/StdAI 128 128 install -Dm644 AI/StdAI/StdAI.ai.txt -t $SNAPCRAFT_PART_INSTALL/usr/share/c-evo/AI/StdAI
Note:
See TracChangeset
for help on using the changeset viewer.