This commit is contained in:
parent
d53573d468
commit
874046960f
3 changed files with 3 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
logarithmplotter (0.3.0) stable; urgency=medium
|
logarithmplotter (0.4.0) stable; urgency=medium
|
||||||
|
|
||||||
* Fully ported to PySide6 (Qt6).
|
* Fully ported to PySide6 (Qt6).
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,4 @@ Section: science
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Homepage: https://apps.ad5001.eu/logarithmplotter/
|
Homepage: https://apps.ad5001.eu/logarithmplotter/
|
||||||
Installed-Size: 174
|
Installed-Size: 174
|
||||||
Description: Create graphs with logarithm scales.
|
Description: Create and edit Bode plots
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: logarithmplotter
|
name: logarithmplotter
|
||||||
title: LogarithmPlotter
|
title: LogarithmPlotter
|
||||||
version: '0.5.0'
|
version: '0.5.0'
|
||||||
summary: 2D logarithmic-scaled plotter software to create asymptotic Bode plots
|
summary: Create and edit Bode plots
|
||||||
confinement: strict
|
confinement: strict
|
||||||
base: core20
|
base: core20
|
||||||
grade: stable
|
grade: stable
|
||||||
|
@ -14,10 +14,6 @@ architectures:
|
||||||
run-on: amd64
|
run-on: amd64
|
||||||
|
|
||||||
plugs:
|
plugs:
|
||||||
#gnome-3-38-2004:
|
|
||||||
# interface: content
|
|
||||||
# target: gnome-platform
|
|
||||||
# default-provider: gnome-3-38-2004:gnome-3-38-2004
|
|
||||||
gtk-3-themes:
|
gtk-3-themes:
|
||||||
default-provider: gtk-common-themes:gtk-3-themes
|
default-provider: gtk-common-themes:gtk-3-themes
|
||||||
interface: content
|
interface: content
|
||||||
|
@ -166,7 +162,6 @@ apps:
|
||||||
- desktop-legacy
|
- desktop-legacy
|
||||||
- wayland
|
- wayland
|
||||||
- x11
|
- x11
|
||||||
#- gnome-3-38-2004
|
|
||||||
- gsettings # Theme access for wayland
|
- gsettings # Theme access for wayland
|
||||||
- home # Storing configuration.
|
- home # Storing configuration.
|
||||||
- opengl # Rendering
|
- opengl # Rendering
|
||||||
|
|
Loading…
Reference in a new issue