Changeset 186 for tags/1.3.0/Install


Ignore:
Timestamp:
Jan 14, 2025, 11:42:22 AM (9 months ago)
Author:
chronos
Message:

Merged revision(s) 180-185 from trunk:

  • Added: Ruby target.
  • Added: Lua target.
  • Modified: Renamed Target directory to Targets.
  • Modified: Improved flatpak packaging files.
  • Fixed: Data directories detection on Linux.
  • Fixed: Copy examples in flatpak.
Location:
tags/1.3.0
Files:
2 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • tags/1.3.0

  • tags/1.3.0/Install/deb/LazFuck.desktop

    r121 r186  
    77Terminal=false
    88Type=Application
    9 Categories=GNOME;Application;Utility;
     9Categories=Development;IDE
    1010StartupNotify=true
    1111MimeType=text/brainfuck
     12Keywords=compiler;interpreter;editor;ide;programming;debugger
  • tags/1.3.0/Install/flatpak/build.sh

    r177 r186  
    77
    88# Install dependencies
    9 flatpak install --system flathub org.kde.Sdk//5.15-23.08
    10 flatpak install --system flathub org.kde.Platform//5.15-23.08
    11 flatpak install --system flathub org.freedesktop.Sdk.Extension.freepascal//23.08
     9flatpak install --system flathub org.kde.Sdk//5.15-24.08
     10flatpak install --system flathub org.kde.Platform//5.15-24.08
     11flatpak install --system flathub org.freedesktop.Sdk.Extension.freepascal//24.08
    1212flatpak install --system flathub org.flatpak.Builder
    1313
  • tags/1.3.0/Install/flatpak/net.zdechov.app.LazFuck.yml

    r179 r186  
    11app-id: net.zdechov.app.LazFuck
    22runtime: org.kde.Platform
    3 runtime-version: '5.15-23.08'
     3runtime-version: '5.15-24.08'
    44sdk: org.kde.Sdk
    55sdk-extensions:
    66  - org.freedesktop.Sdk.Extension.freepascal
    77command: LazFuck
     8rename-icon: LazFuck
     9rename-desktop-file: LazFuck.desktop
    810finish-args:
    911  - --share=ipc
     
    2426    sources:
    2527      - type: svn
    26         url: https://svn.zdechov.net/LazFuck/tags/1.3.0
    27         revision: r179
     28        rl: https://svn.zdechov.net/LazFuck/tags/1.3.0
     29        revision: r186
    2830    buildsystem: simple
    2931    build-commands:
     
    3133        . /usr/lib/sdk/freepascal/enable.sh
    3234        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 -t $FLATPAK_DEST/share/icons/hicolor/256x256/apps
    3838      - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/LazFuck/Languages
    3939      - 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.xml
     40      - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo
     41      - cp -r Examples $FLATPAK_DEST/share/LazFuck
Note: See TracChangeset for help on using the changeset viewer.