Update GPG key for signing flatpaks.
[pspp] / org.gnu.pspp.yml
1 app-id: org.gnu.pspp
2 runtime: org.gnome.Platform
3 runtime-version: '46'
4 sdk: org.gnome.Sdk
5 command: psppire
6 finish-args:
7   # X11 + XShm access
8   - --share=ipc
9   - --socket=fallback-x11
10   # Wayland access
11   - --socket=wayland
12   - --talk-name=org.gtk.vfs.*
13   - --filesystem=xdg-run/gvfsd
14   # Access to file system from syntax files
15   - --filesystem=home
16 modules:
17   - name: spread-sheet-widget
18     buildsystem: autotools
19     sources:
20       - type: archive
21         path: SSW_SOURCE_PATH
22   - name: gsl
23     buildsystem: autotools
24     sources:
25       - type: archive
26         url: https://ftp.gnu.org/gnu/gsl/gsl-2.7.1.tar.gz
27         sha256: dcb0fbd43048832b757ff9942691a8dd70026d5da0ff85601e52687f6deeb34b
28   - name: gtksourceview
29     buildsystem: meson
30     sources:
31       - type: archive
32         url: https://download.gnome.org/sources/gtksourceview/4.8/gtksourceview-4.8.4.tar.xz
33         sha256: 7ec9d18fb283d1f84a3a3eff3b7a72b09a10c9c006597b3fbabbb5958420a87d
34   - name: pspp
35     buildsystem: simple
36     sources:
37       - type: archive
38         path: PSPP_SOURCE_PATH
39         dest: pspp
40     build-commands:
41       - cd pspp && ./configure --prefix=/app --libdir=/app/lib && make -j$(nproc) && make -j$(nproc) install