Commit graph

10 commits

Author SHA1 Message Date
c9f2651444 release: flatpak: Bring manifest up to date.
- Freedesktop version 18.08 -> 20.08.
- Pip changed output.
- New perl version.
- New rakudo version.
- Eris also needs sortedcontainers and markupsafe modules.
- New nodejs version needs python2.7 as a build dependency,
  now that freedesktop moved from python2 to python3.
- Disable p7zip since not building.
- wabt is now packaged in ubuntu. ubuntu source not building
  easily in flatpak so continuing to use git source.
- Can use pip pdfminer.six to install pdf2txt.py.
2020-09-24 18:00:26 +10:00
98d5a7c5dd flatpak: Bring manifest file up to date.
- A python module failed to install because it tried to uninstall a
  dependency of another python module, which was read-only.
  - Now installing python modules together in one flatpak module.
2019-12-22 21:25:18 +10:00
3ec3098e2f flatpak: Bring manifest file up to date. 2019-12-21 12:07:06 +10:00
d6d6fbea4e flatpak: Bring manifest file up to date.
- pdf2txt.py is not working because it has no shebang in upstream.
- pydoc's test is failing but pydoc is working. Golden file contains a path.
2019-11-25 14:59:23 +10:00
c339742203 flatpak: Bring manifest file up to date.
- Worked around haskell packages sometimes missing their
  Setup.hs file.
2019-08-10 10:31:17 +10:00
121196192a flatpak: Add rakudo. 2019-07-13 09:16:41 +10:00
16b95a2376 tools: Add rakudo for checking perl6 syntax. 2019-07-10 21:36:40 +10:00
31e144c6bb flatpak: Update manifest with svglib. 2019-06-30 11:39:06 +10:00
415b535477 flatpak: Update manifest with WebAssembly tools.
- The tools aren't in ubuntu yet.
2019-06-30 00:36:48 +10:00
8135ffc5da Add a flatpak manifest file.
- The manifest file is generated by ./make-flatpak-manifest.py.
  It contains the latest versions of eris's dependencies.
- The manifest file can be checked with the build-flatpak.sh script.
2019-06-24 13:23:28 +10:00