wxMaxima is a graphical user interface for the computer algebra system Maxima: a program that solves mathematical problems by manipulating equations (and outputting the resulting formula), instead of just calculating a number.
This repo is about the flatpak package.
For EL7:
# yum install 'flatpak' 'flatpak-builder'
You may also wish to install the xdg-desktop-portal*
packages:
# yum install 'xdg-desktop-portal*'
See also:
$ flatpak remote-add --if-not-exists "flathub" "https://dl.flathub.org/repo/flathub.flatpakrepo"
See also:
$ flatpak install "flathub" "org.gnome.Sdk//3.32"
$ flatpak install "flathub" "org.gnome.Platform//3.32"
Clone this repository, then checkout the right branch.
$ git submodule init
$ git submodule update
$ flatpak-builder "build" "io.github.wxmaxima_developers.wxMaxima.yaml" --force-clean --install-deps-from="flathub"
$ flatpak-builder --run "build" "io.github.wxmaxima_developers.wxMaxima.yaml" "sh"
$ flatpak-builder --run "build" "io.github.wxmaxima_developers.wxMaxima.yaml" "wxmaxima"
$ flatpak-builder --repo="repo" --force-clean "build" "io.github.wxmaxima_developers.wxMaxima.yaml"
$ flatpak --user remote-add --no-gpg-verify "wxmaxima" "repo"
$ flatpak --user install "wxmaxima" "io.github.wxmaxima_developers.wxMaxima"
$ flatpak run "io.github.wxmaxima_developers.wxMaxima"
$ flatpak --user uninstall "io.github.wxmaxima_developers.wxMaxima"
$ flatpak --user remote-delete "wxmaxima"
$ flatpak build-bundle "repo" "wxmaxima.flatpak" "io.github.wxmaxima_developers.wxMaxima" --runtime-repo="https://flathub.org/repo/flathub.flatpakrepo"
If you have already installed the package, you have to uninstall it before continuing.
$ flatpak --user install "wxmaxima.flatpak"
See also:
I already provided COPR repo with (S)RPM packages for EL.
No, I only created the flatpak package for it.
See also: