added libatlas3-base for weird fitting bug

added gnome-accessibility-themes for build environemnt of AppImage
(fixes T232)
This commit is contained in:
Markus Rosenstihl
2022-11-20 15:50:10 +01:00
parent 8485fa28bc
commit 1f81ca0a51
4 changed files with 22 additions and 58 deletions

View File

@ -5,19 +5,22 @@ script:
# Make usr and icons dirs
- mkdir -p $TARGET_APPDIR/usr/src
- mkdir -p $TARGET_APPDIR/usr/bin
- mkdir -p $TARGET_APPDIR/usr/share/icons
- mkdir -p $TARGET_APPDIR/usr/share/applications
# copy logo
- cp src/resources/logo.png $TARGET_APPDIR/usr/share/icons/
# Copy the python application code into the AppDir
- cp -r bin/evaluate.py $TARGET_APPDIR/usr/bin/
- cp bin/evaluate.py $TARGET_APPDIR/usr/bin/
- cp -r src/* $TARGET_APPDIR/usr/src/
# Install application dependencies
#- python3 -m pip install --ignore-installed --prefix=/usr --root=$TARGET_APPDIR -r ./requirements.txt
- cp src/pkm.vogel.nmreval.desktop $TARGET_APPDIR/usr/share/applications
AppDir:
app_info:
id: pkm.vogel.nmreval
name: NMReval
icon: utilities-terminal
version: 0.1.0
icon: logo
version: 0.2.0
# Set the python executable as entry point
exec: usr/bin/python3
# Set the application main script path as argument. Use '$@' to forward CLI parameters
@ -30,9 +33,12 @@ AppDir:
- sourceline: 'deb [arch=amd64] http://deb.debian.org/debian/ bullseye main contrin non-free'
include:
# for /usr/bin/env
- coreutils
- dash
- python3
- python3-pkg-resources
- gnome-accessibility-themes
- libatlas3-base
- python3.9-minimal
- python3-pyqt5
- python3-numpy
- python3-matplotlib
@ -74,6 +80,6 @@ AppDir:
command: ./AppRun
AppImage:
update-information: 'NMReval-*.AppImage.zsync'
update-information: 'zsync|http://mirror.infra.pkm/nmreval/NMReval-latest.AppImage.zsync'
sign-key: None
arch: x86_64