Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : openlp | name : openlp | ||||
| version : 2.4.6 | version : 2.4.6 | ||||
| release : 3 | release : 4 | ||||
| source : | source : | ||||
| - https://get.openlp.org/2.4.6/OpenLP-2.4.6.tar.gz : f63dcf5f1f8a8199bf55e806b44066ad920d26c9cf67ae432eb8cdd1e761fc30 | - https://get.openlp.org/2.4.6/OpenLP-2.4.6.tar.gz : f63dcf5f1f8a8199bf55e806b44066ad920d26c9cf67ae432eb8cdd1e761fc30 | ||||
| license : GPL-2.0 | license : GPL-2.0-only | ||||
| component : multimedia.graphics | component : multimedia.graphics | ||||
| summary : OpenLP is a feature rich open-source church presentation platform | summary : OpenLP is a feature rich open-source church presentation platform | ||||
| description: | | description: | | ||||
| OpenLP is a feature rich open-source church presentation platform | OpenLP is a feature rich open-source church presentation platform | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(Qt5UiTools) | - pkgconfig(Qt5UiTools) | ||||
| rundeps : | rundeps : | ||||
| - python3-qt5 | - python3-qt5 | ||||
| Show All 21 Lines | install : | | ||||
| # Translations | # Translations | ||||
| install -d $installdir/usr/share/openlp/i18n | install -d $installdir/usr/share/openlp/i18n | ||||
| cd resources/i18n | cd resources/i18n | ||||
| for t in *.ts; do | for t in *.ts; do | ||||
| lconvert -i $t -o $installdir/usr/share/openlp/i18n/${t%%ts}qm | lconvert -i $t -o $installdir/usr/share/openlp/i18n/${t%%ts}qm | ||||
| done | done | ||||
| # Remove the tests | # Remove the tests | ||||
| rm -rf /usr/lib/python3.5/site-packages/tests | rm -rf $installdir/usr/lib/python%python3_version%/site-packages/tests | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.