Last change
on this file was 186, checked in by chronos, 9 months ago |
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.
|
File size:
1.4 KB
|
Line | |
---|
1 | app-id: net.zdechov.app.LazFuck
|
---|
2 | runtime: org.kde.Platform
|
---|
3 | runtime-version: '5.15-24.08'
|
---|
4 | sdk: org.kde.Sdk
|
---|
5 | sdk-extensions:
|
---|
6 | - org.freedesktop.Sdk.Extension.freepascal
|
---|
7 | command: LazFuck
|
---|
8 | rename-icon: LazFuck
|
---|
9 | rename-desktop-file: LazFuck.desktop
|
---|
10 | finish-args:
|
---|
11 | - --share=ipc
|
---|
12 | - --socket=fallback-x11
|
---|
13 | - --socket=wayland
|
---|
14 | - --device=dri
|
---|
15 | modules:
|
---|
16 | - name: qt5pas
|
---|
17 | buildsystem: qmake
|
---|
18 | config-opts:
|
---|
19 | - -after
|
---|
20 | - target.path=/app/lib
|
---|
21 | sources:
|
---|
22 | - type: shell
|
---|
23 | commands:
|
---|
24 | - cp -r /usr/lib/sdk/freepascal/share/lazarus/lcl/interfaces/qt5/cbindings/. .
|
---|
25 | - name: lazfuck
|
---|
26 | sources:
|
---|
27 | - type: svn
|
---|
28 | rl: https://svn.zdechov.net/LazFuck/tags/1.3.0
|
---|
29 | revision: r186
|
---|
30 | buildsystem: simple
|
---|
31 | build-commands:
|
---|
32 | - |
|
---|
33 | . /usr/lib/sdk/freepascal/enable.sh
|
---|
34 | lazbuild --build-mode=Release --ws=qt5 LazFuck.lpi
|
---|
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
|
---|
38 | - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/LazFuck/Languages
|
---|
39 | - install -Dm644 Packages/Common/Languages/*.po -t $FLATPAK_DEST/share/LazFuck/Languages
|
---|
40 | - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo
|
---|
41 | - cp -r Examples $FLATPAK_DEST/share/LazFuck
|
---|
Note:
See
TracBrowser
for help on using the repository browser.