updated to 3.1.1 and include translations

This commit is contained in:
Tomas Groth 2024-03-10 13:54:55 +01:00
parent 87b3396862
commit 0615c08e2c
4 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
OPENLP_VERSION=3.1.0
OPENLP_VERSION=3.1.1
OPENLP_PACK_REVISION=1
BUNDLE_VERSION=${OPENLP_VERSION}-${OPENLP_PACK_REVISION}
@ -24,6 +24,7 @@ fi
python flatpak-pip-generator --requirements-file requirements.txt
# Finally do the build, install for the user and into a repo in the repo-folder
mkdir repo
flatpak-builder --user --install --force-clean --repo=repo openlp-flatpak-builddir org.openlp.OpenLP.yml
# create flatpak bundle file

View File

@ -27,7 +27,7 @@
<url type="bugtracker">https://gitlab.com/openlp/openlp/-/issues</url>
<url type="donation">https://openlp.org/contribute</url>
<releases>
<release version="3.1.0-1" date="2024-02-29"/>
<release version="3.1.1-1" date="2024-03-10"/>
</releases>
<project_group>OpenLP</project_group>
<project_license>GPL-3.0+</project_license>

View File

@ -31,6 +31,8 @@ modules:
- name: OpenLP
buildsystem: simple
build-commands:
- mkdir -p /app/share/openlp/i18n
- cd resources/i18n; for file in *.ts; do lconvert -i $file -o /app/share/openlp/i18n/${file%%ts}qm ; done; cd ../..
- pip install --no-deps --no-build-isolation --prefix=$FLATPAK_DEST .
- mkdir -p /app/share/applications && cp resources/openlp.desktop /app/share/applications/org.openlp.OpenLP.desktop && sed -ie s/Icon=openlp/Icon=org.openlp.OpenLP/ /app/share/applications/org.openlp.OpenLP.desktop
- mkdir -p /app/share/icons/hicolor/256x256/apps/ && cp resources/images/openlp-logo-256x256.png /app/share/icons/hicolor/256x256/apps/org.openlp.OpenLP.png
@ -38,7 +40,7 @@ modules:
- install -Dm 644 -t /app/share/appdata/ org.openlp.OpenLP.appdata.xml
sources:
- type: archive
url: https://gitlab.com/openlp/openlp/-/archive/3.1.0/openlp-3.1.0.tar.gz
sha256: d40baf9698d84fbcaf1cc3624aca3c157de6e25dbf8b09f54037cd98632ec939
url: https://gitlab.com/openlp/openlp/-/archive/3.1.1/openlp-3.1.1.tar.gz
sha256: c464669a3661b3b23e917cb1508c1bfc8e8c8308ee24c86e7dde94789ea1797c
- type: file
path: org.openlp.OpenLP.appdata.xml

View File

@ -25,6 +25,7 @@ waitress
websockets
#PyMuPDF
QDarkStyle
packaging
PyMySQL
python-vlc
#psycopg2