Use spread-sheet-widget from Git master for flatpak build, too.
[pspp] / org.gnu.pspp.yml
index a7b470d8cc33599448ecfe08007933cb781b99be..ee1428adaba66472447b9aa94213e9a2ff5aec9d 100644 (file)
@@ -9,16 +9,16 @@ finish-args:
   - --socket=fallback-x11
   # Wayland access
   - --socket=wayland
-  - --own-name=gnu.pspp
   - --talk-name=org.gtk.vfs.*
   - --filesystem=xdg-run/gvfsd
+  # Access to file system from syntax files
+  - --filesystem=home
 modules:
   - name: spread-sheet-widget
     buildsystem: autotools
     sources:
       - type: archive
-        url: https://alpha.gnu.org/gnu/ssw/spread-sheet-widget-0.8.tar.gz
-        sha256: 8589d8298fcf3b5850d0968b04801a4f40faf0555544f6cc9d954b0162e9954b
+        path: SSW_SOURCE_PATH
   - name: gsl
     buildsystem: autotools
     sources:
@@ -29,7 +29,7 @@ modules:
     buildsystem: simple
     sources:
       - type: archive
-        path: SOURCE_PATH
+        path: PSPP_SOURCE_PATH
         dest: pspp
     build-commands:
       - cd pspp && ./configure --prefix=/app --libdir=/app/lib && make -j$(nproc) && make -j$(nproc) install