source: trunk/Install/flatpak/net.zdechov.app.AcronymDecoder.yml

Last change on this file was 226, checked in by chronos, 2 days ago
  • Fixed: Flatpak build.
  • Fixed: Downloading from https during acronyms processing.
File size: 1.7 KB
Line 
1app-id: net.zdechov.app.AcronymDecoder
2runtime: org.kde.Platform
3runtime-version: '5.15-24.08'
4sdk: org.kde.Sdk
5sdk-extensions:
6 - org.freedesktop.Sdk.Extension.freepascal
7command: AcronymDecoder
8rename-icon: AcronymDecoder
9rename-desktop-file: AcronymDecoder.desktop
10finish-args:
11 - --share=ipc
12 - --socket=fallback-x11
13 - --socket=wayland
14 - --device=dri
15modules:
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: AcronymDecoder
26 sources:
27 - type: svn
28 url: https://svn.zdechov.net/AcronymDecoder/trunk
29 revision: r226
30 buildsystem: simple
31 build-commands:
32 - |
33 . /usr/lib/sdk/freepascal/enable.sh
34 lazbuild --build-mode=Release --ws=qt5 AcronymDecoder.lpi
35 - install -Dm755 AcronymDecoder -t $FLATPAK_DEST/bin
36 - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/AcronymDecoder/Languages
37 - install -Dm644 Packages/Common/Languages/*.po -t $FLATPAK_DEST/share/AcronymDecoder/Languages
38 - install -Dm644 Install/shared/acronym-decoder.xml $FLATPAK_DEST/share/mime/packages/$FLAPTAK_ID.xml
39 - install -Dm644 Install/shared/AcronymDecoder.desktop -t $FLATPAK_DEST/share/applications
40 - install -Dm644 Images/AcronymDecoder.png -t $FLATPAK_DEST/share/icons/hicolor/256x256/apps
41 - install -Dm644 Images/AcronymDecoder.png $FLATPAK_DEST/share/pixmaps/application-adp.png
42 - install -Dm644 Examples/*.adp -t $FLATPAK_DEST/share/AcronymDecoder/Examples
43 - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo
Note: See TracBrowser for help on using the repository browser.