From 3904dc0217ce16ee4305d45e48976272713a0469 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Tue, 23 May 2023 12:42:43 +0200 Subject: [PATCH] Removing last instances of PySide2, updating copyrights & version to v0.4 --- README.md | 2 +- linux/debian/control | 2 +- linux/debian/copyright | 2 +- linux/eu.ad5001.LogarithmPlotter.metainfo.xml | 2 +- mac/Info.plist | 2 +- scripts/package-macosx.sh | 2 +- win/installer.nsi | 6 +++--- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f3dc862..e75daba 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ In order to test translations, you can use the `--lang=` command line All scripts noted here can be found in the `scripts` directory. You can generate installers from LogarithmPlotter after installing all the dependencies: -For all builds, you need [Python 3](https://python.org) with [PySide2](https://pypi.org/project/PySide2/) installable with `pip install PySide2`. +For all builds, you need [Python 3](https://python.org) with [PySide6](https://pypi.org/project/PySide6/) installable with `pip install PySide6`. - Windows installer: - You need `pyinstaller`. You can install it using `pip install pyinstaller`. - Run the `build-windows.bat` script (or `build-wine.sh` if you're cross-compiling with wine on Linux) to build an exe for LogarithmPlotter. diff --git a/linux/debian/control b/linux/debian/control index 81cbfdf..82b3fcd 100644 --- a/linux/debian/control +++ b/linux/debian/control @@ -1,6 +1,6 @@ Package: logarithmplotter Source: logarithmplotter -Version: 0.3.0 +Version: 0.4.0 Architecture: all Maintainer: Ad5001 Depends: python3, python3-pip, qml-module-qtquick-controls2 (>= 5.12.0), qml-module-qtmultimedia (>= 5.12.0), qml-module-qtgraphicaleffects (>= 5.12.0), qml-module-qtquick2 (>= 5.12.0), qml-module-qtqml-models2 (>= 5.12.0), qml-module-qtquick-controls (>= 5.12.0), python3-pyside2.qtcore (>= 5.12.0), python3-pyside2.qtqml (>= 5.12.0), python3-pyside2.qtgui (>= 5.12.0), python3-pyside2.qtquick (>= 5.12.0), python3-pyside2.qtwidgets (>= 5.12.0), python3-pyside2.qtmultimedia (>= 5.12.0), python3-pyside2.qtnetwork (>= 5.12.0), texlive-latex-base, dvipng diff --git a/linux/debian/copyright b/linux/debian/copyright index 2d22f6e..6d05e77 100644 --- a/linux/debian/copyright +++ b/linux/debian/copyright @@ -3,6 +3,6 @@ Upstream-Name: logarithmplotter Upstream-Contact: Ad5001 Files: * -Copyright: 2022, Ad5001 +Copyright: 2023, Ad5001 License: GPL-3.0+ diff --git a/linux/eu.ad5001.LogarithmPlotter.metainfo.xml b/linux/eu.ad5001.LogarithmPlotter.metainfo.xml index 28d5d83..9c8f3a8 100644 --- a/linux/eu.ad5001.LogarithmPlotter.metainfo.xml +++ b/linux/eu.ad5001.LogarithmPlotter.metainfo.xml @@ -1,5 +1,5 @@ - + eu.ad5001.LogarithmPlotter eu.ad5001.LogarithmPlotter.desktop diff --git a/mac/Info.plist b/mac/Info.plist index dbbe631..22fdeca 100644 --- a/mac/Info.plist +++ b/mac/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.3.0 + 0.4.0 NSHighResolutionCapable UTExportedTypeDeclarations diff --git a/scripts/package-macosx.sh b/scripts/package-macosx.sh index 019cf2b..bae5c03 100644 --- a/scripts/package-macosx.sh +++ b/scripts/package-macosx.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/.." -VERSION=0.3.0 +VERSION=0.4.0 title="LogarithmPlotter v${VERSION} Setup" finalDMGName="LogarithmPlotter-v${VERSION}-setup.dmg" applicationName=LogarithmPlotter diff --git a/win/installer.nsi b/win/installer.nsi index 2d82a83..45f61c8 100644 --- a/win/installer.nsi +++ b/win/installer.nsi @@ -11,9 +11,9 @@ Unicode True !define PROG_ID "LogarithmPlotter.File.1" !define DEV_NAME "Ad5001" !define WEBSITE "https://apps.ad5001.eu/logarithmplotter" -!define VERSION_SHORT "0.3.0" +!define VERSION_SHORT "0.4.0" !define APP_VERSION "${VERSION_SHORT}.0" -!define COPYRIGHT "Ad5001 (c) 2022" +!define COPYRIGHT "Ad5001 (c) 2023" !define DESCRIPTION "Create graphs with logarithm scales." !define REG_UNINSTALL "Software\Microsoft\Windows\CurrentVersion\Uninstall\LogarithmPlotter" @@ -163,7 +163,7 @@ Section "" File *.bmp File *.ico File /r qml - File /r PySide2 + File /r PySide6 File /r shiboken2