diff --git a/.github/workflows/matrix.py b/.github/workflows/matrix.py index 3f94dd4fcc..8f6ba28358 100644 --- a/.github/workflows/matrix.py +++ b/.github/workflows/matrix.py @@ -27,6 +27,7 @@ # https://pyinstaller.readthedocs.io/en/stable/usage.html#making-gnu-linux-apps-forward-compatible os_release_list = [ 'ubuntu-20.04', + 'ubuntu-22.04', 'windows-latest', 'macos-13', 'macos-latest', diff --git a/build_tools/application_metadata/org.sasview.sasview.desktop b/build_tools/application_metadata/org.sasview.sasview.desktop new file mode 100644 index 0000000000..8c27033703 --- /dev/null +++ b/build_tools/application_metadata/org.sasview.sasview.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=6.0.0 +Name=SasView +GenericName=Small Angle Scattering Analysis +Comment=Small Angle Scattering Analysis +Exec=sasview +# TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! +Keywords=SAS;SANS;SAXS;scattering;neutron scattering;X-ray scattering;physics +Icon=org.sasview.sasview.png +Terminal=false +Type=Application +Categories=Science;Physics; diff --git a/build_tools/application_metadata/org.sasview.sasview.metainfo.xml b/build_tools/application_metadata/org.sasview.sasview.metainfo.xml new file mode 100644 index 0000000000..57dd9215e3 --- /dev/null +++ b/build_tools/application_metadata/org.sasview.sasview.metainfo.xml @@ -0,0 +1,48 @@ + + + + org.sasview.sasview + SasViw + BSD-3-Clause + CC0 + SasView is a Small Angle Scattering Analysis Software Package + + SasView Developers + + + + + https://github.com/SasView/sasview/issues + https://www.sasview.org + https://www.sasview.org/people/ + https://www.sasview.org/faq/ + https://www.sasview.org/contribute/ + https://github.com/SasView/sasview + + + + + + org.sasview.sasview.desktop + org.sasview.sasview.desktop + + +

SasView is an open source Small Angle Scattering (SAS) analysis package used to analyze 1D and 2D scattering data in inverse space. Originally focused on neutron data (SANS), the package has been extended for X-ray scattering and correlation space methods such as SESANS and Interferometry. SasView includes a number of other features, include PrView to invert SAS data to P(r), a resolution calculator, and a scattering length density calculator, to name a few. The package also has a simple plugin mechanism for users to add custom models.

+
+ + + + https://www.sasview.org/img/basic_fit.png + SasView basic fitting + + + https://www.sasview.org/img/SVwelcome.png + SasView welcome screen + + + + + keyboard + pointing + +
diff --git a/build_tools/application_metadata/org.sasview.sasview.png b/build_tools/application_metadata/org.sasview.sasview.png new file mode 100644 index 0000000000..f03183f5bb Binary files /dev/null and b/build_tools/application_metadata/org.sasview.sasview.png differ