mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
OpenLP: update to 3.1.7.
This commit is contained in:
parent
c3a6ce7ab0
commit
e383a805c3
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'OpenLP'
|
# Template file for 'OpenLP'
|
||||||
pkgname=OpenLP
|
pkgname=OpenLP
|
||||||
version=3.1.4
|
version=3.1.7
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools qt5-host-tools"
|
hostmakedepends="python3-setuptools qt5-host-tools"
|
||||||
depends="python3-alembic python3-platformdirs python3-BeautifulSoup4
|
depends="python3-alembic python3-platformdirs python3-BeautifulSoup4
|
||||||
|
@ -9,15 +9,16 @@ depends="python3-alembic python3-platformdirs python3-BeautifulSoup4
|
||||||
python3-lxml python3-Mako python3-pymediainfo python3-PyQt5
|
python3-lxml python3-Mako python3-pymediainfo python3-PyQt5
|
||||||
python3-PyQt5-multimedia python3-PyQt5-webengine python3-vlc python3-qrcode
|
python3-PyQt5-multimedia python3-PyQt5-webengine python3-vlc python3-qrcode
|
||||||
python3-QtAwesome python3-requests python3-SQLAlchemy python3-waitress
|
python3-QtAwesome python3-requests python3-SQLAlchemy python3-waitress
|
||||||
python3-websockets python3-zeroconf python3-PyICU"
|
python3-websockets python3-zeroconf python3-PyICU python3-packaging"
|
||||||
checkdepends="python3-pytest-qt xvfb-run ${depends}"
|
checkdepends="python3-pytest-qt xvfb-run ${depends}"
|
||||||
short_desc="Free Worship Presentation Software for your Church"
|
short_desc="Free Worship Presentation Software for your Church"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://openlp.org/"
|
homepage="https://openlp.org/"
|
||||||
distfiles="https://gitlab.com/openlp/openlp/-/archive/${version}/openlp-${version}.tar.gz"
|
distfiles="https://gitlab.com/openlp/openlp/-/archive/${version}/openlp-${version}.tar.gz"
|
||||||
checksum=4091b84307f4ea93d28215b5ef4d8442bf9346938c1e7ba6f377e47267a6094c
|
checksum=8d1ef8113c90aa18860cd65d0468e9cd882b0104a59885b1016bff6923219540
|
||||||
make_check_pre="env -u QT_QPA_PLATFORM xvfb-run"
|
make_check_pre="env -u QT_QPA_PLATFORM xvfb-run"
|
||||||
|
noverifypydeps=yes # falsely identifies ambiguous sqlalchemy dep as SQLAlchemy2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/openlp/i18n
|
vmkdir usr/share/openlp/i18n
|
||||||
|
|
Loading…
Add table
Reference in a new issue