Changeset 183
- Timestamp:
- Jan 14, 2025, 10:33:25 AM (9 days ago)
- Location:
- trunk/Install
- Files:
-
- 1 deleted
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/LazFuck.desktop
r121 r183 7 7 Terminal=false 8 8 Type=Application 9 Categories= GNOME;Application;Utility;9 Categories=Development;IDE 10 10 StartupNotify=true 11 11 MimeType=text/brainfuck 12 Keywords=compiler;interpreter;editor;ide;programming;debugger -
trunk/Install/flatpak/build.sh
r174 r183 7 7 8 8 # Install dependencies 9 flatpak install --system flathub org.kde.Sdk//5.15-2 3.0810 flatpak install --system flathub org.kde.Platform//5.15-2 3.0811 flatpak install --system flathub org.freedesktop.Sdk.Extension.freepascal//2 3.089 flatpak install --system flathub org.kde.Sdk//5.15-24.08 10 flatpak install --system flathub org.kde.Platform//5.15-24.08 11 flatpak install --system flathub org.freedesktop.Sdk.Extension.freepascal//24.08 12 12 flatpak install --system flathub org.flatpak.Builder 13 13 -
trunk/Install/flatpak/net.zdechov.app.LazFuck.metainfo.xml
r182 r183 5 5 <name>LazFuck</name> 6 6 <summary>Simple BrainFuck IDE</summary> 7 <developer_name>Chronos</developer_name> 7 <developer id="net.zdechov.chronos"> 8 <name>Chronos</name> 9 </developer> 8 10 9 11 <url type="homepage">https://app.zdechov.net/LazFuck</url> 12 <url type="contact">https://app.zdechov.net/LazFuck#Contact</url> 13 <url type="vcs-browser">https://app.zdechov.net/LazFuck/browser</url> 10 14 11 15 <metadata_license>CC0-1.0</metadata_license> … … 13 17 14 18 <description> 15 <p> 16 LazFuck is GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language. 17 </p> 18 <p> 19 Features: 20 </p> 19 <p>LazFuck is a GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language.</p> 20 <p>Features:</p> 21 21 <ul> 22 22 <li>Graphical code editor with color syntax highlighting</li> … … 34 34 <image>https://svn.zdechov.net/LazFuck/trunk/Images/Screenshots/LazFuck%20Qt5.png</image> 35 35 </screenshot> 36 <screenshot type="default">36 <screenshot> 37 37 <caption>Dark mode</caption> 38 38 <image>https://svn.zdechov.net/LazFuck/trunk/Images/Screenshots/LazFuck%20Qt5%20dark.png</image> … … 55 55 <li>Modified: Used loop in number generation.</li> 56 56 <li>Modified: Used scrollbox in target options form.</li> 57 57 <li>Modified: Use monospace font.</li> 58 58 <li>Do not extra scale controls dimensions.</li> 59 59 <li>Fixed: Update cursor position in status bar.</li> … … 71 71 <categories> 72 72 <category>Development</category> 73 <category>IDE</category> 73 74 </categories> 74 75 -
trunk/Install/flatpak/net.zdechov.app.LazFuck.yml
r177 r183 1 1 app-id: net.zdechov.app.LazFuck 2 2 runtime: org.kde.Platform 3 runtime-version: '5.15-2 3.08'3 runtime-version: '5.15-24.08' 4 4 sdk: org.kde.Sdk 5 5 sdk-extensions: 6 6 - org.freedesktop.Sdk.Extension.freepascal 7 7 command: LazFuck 8 rename-icon: LazFuck 9 rename-desktop-file: LazFuck.desktop 8 10 finish-args: 9 11 - --share=ipc … … 25 27 - type: svn 26 28 url: https://svn.zdechov.net/LazFuck/trunk 27 revision: r1 7729 revision: r183 28 30 buildsystem: simple 29 31 build-commands: … … 31 33 . /usr/lib/sdk/freepascal/enable.sh 32 34 lazbuild --build-mode=Release --ws=qt5 LazFuck.lpi 33 - install -Dm755 LazFuck -t $FLATPAK_DEST/share/LazFuck 34 - install -d $FLATPAK_DEST/bin 35 - ln -s $FLATPAK_DEST/share/LazFuck/LazFuck $FLATPAK_DEST/bin/LazFuck 36 - install -Dm644 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications 37 - install -Dm644 Images/256x256/LazFuck.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png 35 - install -Dm755 LazFuck -t $FLATPAK_DEST/bin 36 - install -Dm644 Install/deb/LazFuck.desktop -t $FLATPAK_DEST/share/applications 37 - install -Dm644 Images/256x256/LazFuck.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps 38 38 - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/LazFuck/Languages 39 39 - install -Dm644 Packages/Common/Languages/*.po -t $FLATPAK_DEST/share/LazFuck/Languages 40 - install -Dm644 Install/flatpak/${FLATPAK_ID}. appdata.xml $FLATPAK_DEST/share/metainfo/${FLATPAK_ID}.metainfo.xml40 - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo
Note:
See TracChangeset
for help on using the changeset viewer.