Changeset 653
- Timestamp:
- Feb 27, 2025, 10:07:05 PM (10 days ago)
- Location:
- tags/1.3.7/Install
- Files:
-
- 1 added
- 1 deleted
- 5 edited
- 8 moved
Legend:
- Unmodified
- Added
- Removed
-
tags/1.3.7/Install/appimage/build.sh
r647 r653 10 10 install -Dm644 ../../Install/flatpak/net.zdechov.app.C-evo.desktop -t AppDir 11 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/packages13 install -Dm644 ../../ Graphics/c-evo_256x256.png AppDir/net.zdechov.app.C-evo.png14 install -Dm644 ../../ Graphics/c-evo_256x256.png AppDir/usr/share/icons/hicolor/256x256/apps/net.zdechov.app.C-evo.png15 install -Dm644 ../../ Graphics/c-evo_256x256.png -t AppDir/usr/share/pixmaps/application-cevo.png16 install -Dm644 ../../ Graphics/c-evo_256x256.png -t AppDir/usr/share/pixmaps/application-cevomap.png12 install -Dm644 ../../Install/common/c-evo.xml -t AppDir/usr/share/mime/packages 13 install -Dm644 ../../Install/common/c-evo_256x256.png AppDir/net.zdechov.app.C-evo.png 14 install -Dm644 ../../Install/common/c-evo_256x256.png AppDir/usr/share/icons/hicolor/256x256/apps/net.zdechov.app.C-evo.png 15 install -Dm644 ../../Install/common/c-evo_256x256.png -t AppDir/usr/share/pixmaps/application-cevo.png 16 install -Dm644 ../../Install/common/c-evo_256x256.png -t AppDir/usr/share/pixmaps/application-cevomap.png 17 17 install -Dm644 ../../AI/StdAI/libstdai-amd64.so -t AppDir/usr/share/c-evo/AI/StdAI 18 18 install -Dm644 ../../AI/StdAI/StdAI.ai.txt -t AppDir/usr/share/c-evo/AI/StdAI -
tags/1.3.7/Install/deb/debian/rules
r651 r653 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.7/Install/flatpak/net.zdechov.app.C-evo.yml
r651 r653 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 … … 17 19 - type: svn 18 20 url: https://svn.zdechov.net/c-evo/tags/1.3.7 19 revision: 65 121 revision: 653 20 22 buildsystem: simple 21 23 build-options: … … 37 39 - install -Dm644 Language2.txt -t $FLATPAK_DEST/share/c-evo 38 40 - install -Dm644 Fonts.txt -t $FLATPAK_DEST/share/c-evo 39 - install -Dm644 Install/ flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications40 - install -Dm644 Install/ deb/c-evo.xml -t $FLATPAK_DEST/share/mime/packages41 - install -Dm644 Graphics/c-evo_256x256.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png42 - install -Dm644 Graphics/c-evo_256x256.png -t$FLATPAK_DEST/share/pixmaps/application-cevo.png43 - install -Dm644 Graphics/c-evo_256x256.png -t$FLATPAK_DEST/share/pixmaps/application-cevomap.png41 - install -Dm644 Install/common/c-evo.desktop -t $FLATPAK_DEST/share/applications 42 - install -Dm644 Install/common/c-evo.xml -t $FLATPAK_DEST/share/mime/packages 43 - install -Dm644 Install/common/c-evo_256x256.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/c-evo.png 44 - install -Dm644 Install/common/c-evo_256x256.png $FLATPAK_DEST/share/pixmaps/application-cevo.png 45 - install -Dm644 Install/common/c-evo_256x256.png $FLATPAK_DEST/share/pixmaps/application-cevomap.png 44 46 - install -Dm644 AI/StdAI/libstdai-$STDAI_ARCH.so -t $FLATPAK_DEST/share/c-evo/AI/StdAI 45 47 - install -Dm644 AI/StdAI/StdAI.ai.txt -t $FLATPAK_DEST/share/c-evo/AI/StdAI 46 48 - install -Dm644 AI/StdAI/StdAI.png -t $FLATPAK_DEST/share/c-evo/AI/StdAI 47 - install -Dm644 Install/flatpak/${FLATPAK_ID}. appdata.xml $FLATPAK_DEST/share/metainfo/${FLATPAK_ID}.metainfo.xml49 - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo 48 50 - cp -r Graphics $FLATPAK_DEST/share/c-evo 49 51 - cp -r Help $FLATPAK_DEST/share/c-evo -
tags/1.3.7/Install/rpm/c-evo.spec
r652 r653 42 42 rm -rf $RPM_BUILD_ROOT 43 43 install -Dm755 c-evo -t $RPM_BUILD_ROOT/usr/bin 44 install -Dm755 Install/deb/c-evo.desktop -t $RPM_BUILD_ROOT/usr/share/applications 45 install -Dm644 Graphics/c-evo_256x256.png $RPM_BUILD_ROOT/usr/share/pixmaps/c-evo.png 44 install -Dm755 Install/common/c-evo.xml -t $RPM_BUILD_ROOT/usr/share/mime/packages 45 install -Dm755 Install/common/c-evo.desktop -t $RPM_BUILD_ROOT/usr/share/applications 46 install -Dm644 Install/common/c-evo_256x256.png $RPM_BUILD_ROOT/usr/share/pixmaps/c-evo.png 47 install -Dm644 Install/common/c-evo_256x256.png $RPM_BUILD_ROOT/usr/share/pixmaps/application-cevo.png 48 install -Dm644 Install/common/c-evo_256x256.png $RPM_BUILD_ROOT/usr/share/pixmaps/application-cevomap.png 46 49 install -Dm644 AI/StdAI/libstdai-%{_target_cpu}.so -t $RPM_BUILD_ROOT/usr/share/c-evo/AI/StdAI 47 50 install -Dm644 AI/StdAI/StdAI.ai.txt -t $RPM_BUILD_ROOT/usr/share/c-evo/AI/StdAI … … 57 60 install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/Localization 58 61 cp -R Localization $RPM_BUILD_ROOT/usr/share/c-evo 59 60 62 install -Dm644 Language.txt -t $RPM_BUILD_ROOT/usr/share/c-evo/ 61 63 install -Dm644 Language2.txt -t $RPM_BUILD_ROOT/usr/share/c-evo/ -
tags/1.3.7/Install/snap/snapcraft.yaml
r651 r653 15 15 * And much more 16 16 confinement: strict 17 base: core2 217 base: core24 18 18 grade: stable 19 icon: Graphics/c-evo_256x256.png19 icon: Install/common/c-evo_256x256.png 20 20 license: NLPL 21 21 … … 75 75 mv AI/StdAI/libstdai.so AI/StdAI/libstdai-$SNAPCRAFT_TARGET_ARCH.so 76 76 lazbuild --build-mode=Release Integrated.lpi 77 install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/c-evo 78 install -s -m 755 c-evo $SNAPCRAFT_PART_INSTALL/usr/share/c-evo 79 install -m 644 Language.txt $SNAPCRAFT_PART_INSTALL/usr/share/c-evo 80 install -m 644 Language2.txt $SNAPCRAFT_PART_INSTALL/usr/share/c-evo 81 install -m 644 Fonts.txt $SNAPCRAFT_PART_INSTALL/usr/share/c-evo 82 install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/applications 83 install -m 755 Install/deb/c-evo.desktop $SNAPCRAFT_PART_INSTALL/usr/share/applications 84 install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages 85 install -m 644 Install/deb/c-evo.xml $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages 86 install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps 87 install -m 644 Graphics/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/c-evo.png 88 install -m 644 Graphics/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-cevo.png 89 install -m 644 Graphics/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-cevomap.png 90 install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/c-evo/AI/StdAI 91 install -m 644 AI/StdAI/libstdai-$SNAPCRAFT_TARGET_ARCH.so $SNAPCRAFT_PART_INSTALL/usr/share/c-evo/AI/StdAI 92 install -m 644 AI/StdAI/StdAI.ai.txt $SNAPCRAFT_PART_INSTALL/usr/share/c-evo/AI/StdAI 93 install -m 644 AI/StdAI/StdAI.png $SNAPCRAFT_PART_INSTALL/usr/share/c-evo/AI/StdAI 77 install -Dm755 c-evo -t $SNAPCRAFT_PART_INSTALL/usr/bin 78 install -Dm644 Language.txt -t $SNAPCRAFT_PART_INSTALL/usr/share/c-evo 79 install -Dm644 Language2.txt -t $SNAPCRAFT_PART_INSTALL/usr/share/c-evo 80 install -Dm644 Fonts.txt -t $SNAPCRAFT_PART_INSTALL/usr/share/c-evo 81 install -Dm644 Install/common/c-evo.desktop -t $SNAPCRAFT_PART_INSTALL/usr/share/applications 82 install -Dm644 Install/common/c-evo.xml -t $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages 83 install -Dm644 Install/common/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/c-evo.png 84 install -Dm644 Install/common/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-cevo.png 85 install -Dm644 Install/common/c-evo_256x256.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-cevomap.png 86 install -Dm644 AI/StdAI/libstdai-$SNAPCRAFT_TARGET_ARCH.so -t $SNAPCRAFT_PART_INSTALL/usr/share/c-evo/AI/StdAI 87 install -Dm644 AI/StdAI/StdAI.ai.txt -t $SNAPCRAFT_PART_INSTALL/usr/share/c-evo/AI/StdAI 88 install -Dm644 AI/StdAI/StdAI.png -t $SNAPCRAFT_PART_INSTALL/usr/share/c-evo/AI/StdAI 94 89 cp -r Graphics $SNAPCRAFT_PART_INSTALL/usr/share/c-evo 95 90 cp -r Help $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
Note:
See TracChangeset
for help on using the changeset viewer.