summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik2024-02-15 13:09:58 +0100
committerErik2024-02-15 13:09:58 +0100
commita3264b47c502717f88afd4d70dd9a855715bf491 (patch)
tree1732bf2300be061676b1d845dd818bf4171fa766
parentd6c4ddeae70e95f46b520db72c01fd531588228d (diff)
downloadaur-a3264b47c502717f88afd4d70dd9a855715bf491.tar.gz
Replaced appdirs with platformdirs, add pyicu, add optdepends aspell, hspell, nuspell, libvoikko
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 16 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3130aec86a5f..0715acb4dbac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openlp-git
pkgdesc = Church presentation software.
- pkgver = r17865.8c3d9b574
+ pkgver = r17869.ed7561bde
pkgrel = 1
url = http://openlp.org/
install = openlp.install
@@ -18,7 +18,7 @@ pkgbase = openlp-git
depends = python-flask-cors
depends = python-pymediainfo
depends = python-qrcode
- depends = python-appdirs
+ depends = python-platformdirs
depends = python-chardet
depends = python-lxml
depends = python-six
@@ -38,10 +38,15 @@ pkgbase = openlp-git
depends = python-websockets
depends = python-qtawesome
depends = python-vlc
+ depends = python-pyicu
optdepends = libreoffice-fresh: display impress presentations
optdepends = python-pymupdf: display pdfs
optdepends = python-mysql-connector: Use a mysql/mariadb database
optdepends = python-psycopg2: Use a postgresql database
+ optdepends = aspell: for aspell based spell checking support
+ optdepends = hspell: for hspell based spell checking support (Hebrew spell-checker)
+ optdepends = libvoikko: a spelling and grammar checker, hyphenator and collection of related linguistic data for Finnish language
+ optdepends = nuspell: for nuspell based spell checking support (Using hunspell dictionaries
provides = openlp
conflicts = openlp
source = git+https://gitlab.com/openlp/openlp.git
diff --git a/PKGBUILD b/PKGBUILD
index a72a6c3dc07a..5be37e191d19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=openlp-git
_pkgbase=openlp
-pkgver=r17865.8c3d9b574
+pkgver=r17869.ed7561bde
pkgrel=1
pkgdesc="Church presentation software."
arch=('any')
@@ -15,17 +15,23 @@ conflicts=('openlp')
makedepends=('qt5-tools' 'git' 'python-pip')
depends=('python>=3.10' 'python<3.12' 'python-pyqt5' 'phonon-qt5'
'python-pyqt5-webengine' 'python-flask' 'python-flask-cors'
- 'python-pymediainfo' 'python-qrcode' 'python-appdirs'
+ 'python-pymediainfo' 'python-qrcode' 'python-platformdirs'
'python-chardet' 'python-lxml' 'python-six'
'python-beautifulsoup4' 'python-pyenchant' 'python-dbus'
'python-alembic' 'mediainfo' 'qt5-multimedia' 'python-zeroconf'
'qt5-webkit' 'qt5-svg' 'python-webob' 'python-requests' 'vlc'
'python-waitress' 'python-websockets' 'python-qtawesome' 'python-vlc'
+ 'python-pyicu'
)
optdepends=('libreoffice-fresh: display impress presentations'
'python-pymupdf: display pdfs'
'python-mysql-connector: Use a mysql/mariadb database'
- 'python-psycopg2: Use a postgresql database')
+ 'python-psycopg2: Use a postgresql database'
+ 'aspell: for aspell based spell checking support'
+ 'hspell: for hspell based spell checking support (Hebrew spell-checker)'
+ 'libvoikko: a spelling and grammar checker, hyphenator and collection of related linguistic data for Finnish language'
+ 'nuspell: for nuspell based spell checking support (Using hunspell dictionaries'
+ )
install=openlp.install
source=('git+https://gitlab.com/openlp/openlp.git' 'openlp.sh')
sha256sums=('SKIP'