Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files for Flatpak #3121

Merged
merged 26 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8acfbbe
Add logo with right format + size.
jamescrake-merani Oct 9, 2024
5ba25c6
Add metainfo file.
jamescrake-merani Oct 9, 2024
d64dcf8
Build on Ubuntu 22.04 as well.
jamescrake-merani Oct 9, 2024
78fa9d5
Added a desktop file.
jamescrake-merani Oct 9, 2024
08a6b0a
Fix the version.
jamescrake-merani Oct 9, 2024
4933ea1
Renamed the icon file.
jamescrake-merani Oct 9, 2024
121c58e
Missing comma on the os release list.
jamescrake-merani Oct 9, 2024
796c590
Format developer properly.
jamescrake-merani Oct 9, 2024
1d7e219
Merge branch 'release_6.0.0' into files-for-flatpak
lucas-wilkins Oct 11, 2024
7bdc438
Update description for flatpack and add links to repo, etc.
krzywon Oct 11, 2024
aa44852
Description must be in a paragraph.
jamescrake-merani Oct 14, 2024
2f2da62
Shorterned the summary.
jamescrake-merani Oct 14, 2024
b0c4cd2
Removed some whitespace.
jamescrake-merani Oct 14, 2024
3633ce5
Add a metadata licence.
jamescrake-merani Oct 14, 2024
9e31345
Linter was complaining about dot at end.
jamescrake-merani Oct 14, 2024
358a27d
Fixed a typo.
jamescrake-merani Oct 14, 2024
2f55a4b
Add release 6.
jamescrake-merani Oct 14, 2024
d27f4b2
Add a content rating.
jamescrake-merani Oct 14, 2024
74584d0
Added a screenshot for a basic fit.
jamescrake-merani Oct 14, 2024
5a5b0bb
Created dir 'application_metadata' in build_tools.
jamescrake-merani Oct 14, 2024
9b41ab0
Added a screenshot.
jamescrake-merani Oct 14, 2024
16db342
Fixed typo on screenshot.
jamescrake-merani Oct 14, 2024
e01a466
Fixed small schema error.
jamescrake-merani Oct 14, 2024
e928958
Remove image file and use image links from commits
krzywon Oct 16, 2024
fc86074
Use links directly from sasview.org for flatpak
krzywon Oct 17, 2024
e7fd72a
Removed the last screenshot.
jamescrake-merani Oct 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
12 changes: 12 additions & 0 deletions data/org.sasview.sasview.desktop
Original file line number Diff line number Diff line change
@@ -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;
23 changes: 23 additions & 0 deletions data/org.sasview.sasview.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>

<component type="desktop-application">
<id>org.sasview.sasview</id>
<name>SasViw</name>
<project_license>BSD-3-Clause</project_license>
<summary> SasView is a Small Angle Scattering Analysis Software Package, originally developed as part of the NSF DANSE project under the name SansView, now managed by an international collaboration of facilities. Feedback and contributions are welcome and encouraged. </summary>
<developer_name id="org.sasview">
<name>SasView Developers</name>
</developer_name>

<url type="homepage">https://www.sasview.org</url>

<launchable type="desktop-id">org.sasview.sasview.desktop</launchable>
<provides>org.sasview.sasview.desktop</provides>

<description>to write......</description>>

<supports>
<control>keyboard</control>
<control>pointing</control>
</supports>
</component>
Binary file added data/org.sasview.sasview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading