diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template index ccae6d0282e..22122ef8a99 100644 --- a/srcpkgs/OpenLP/template +++ b/srcpkgs/OpenLP/template @@ -1,10 +1,8 @@ # Template file for 'OpenLP' pkgname=OpenLP version=2.4.6 -revision=2 -archs=noarch +revision=3 build_style=python3-module -pycompile_module="openlp" hostmakedepends="python3-setuptools qt5-host-tools" depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl python3-PyQt5-webkit python3-SQLAlchemy python3-alembic python3-chardet @@ -16,6 +14,10 @@ homepage="https://openlp.org/" distfiles="https://get.openlp.org/${version}/OpenLP-${version}.tar.gz" checksum=f63dcf5f1f8a8199bf55e806b44066ad920d26c9cf67ae432eb8cdd1e761fc30 +do_check() { + : # nosetests -v tests segfaults +} + post_install() { rm -r ${DESTDIR}/usr/lib/python*/site-packages/tests mv ${DESTDIR}/usr/bin/openlp.py ${DESTDIR}/usr/bin/openlp diff --git a/srcpkgs/OpenLP/update b/srcpkgs/OpenLP/update new file mode 100644 index 00000000000..abb68da72a2 --- /dev/null +++ b/srcpkgs/OpenLP/update @@ -0,0 +1 @@ +ignore="2.9.*" # pre-release of 3