OpenLP: drop noarch

This commit is contained in:
Piotr Wójcik 2020-09-21 21:56:19 +02:00
parent 18207fd958
commit 3921032a67
2 changed files with 6 additions and 3 deletions

View file

@ -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

1
srcpkgs/OpenLP/update Normal file
View file

@ -0,0 +1 @@
ignore="2.9.*" # pre-release of 3