@matj1 Thank you for your feedback. Your AUR-helper should now download the latest version of PKGBUILD (as you found out and did by yourself). The PKGBUILD will then always get the latest git version available, even if it looks like its not updated. But it will not warn you of new versions available unfortunately. (As far as I know, that's the nature of GIT repos)
Search Criteria
Package Details: openlp-git r17869.ed7561bde-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/openlp-git.git (read-only, click to copy) |
---|---|
Package Base: | openlp-git |
Description: | Church presentation software. |
Upstream URL: | http://openlp.org/ |
Licenses: | GPL3 |
Conflicts: | openlp |
Provides: | openlp |
Submitter: | thelinuxguy |
Maintainer: | putte64 |
Last Packager: | putte64 |
Votes: | 2 |
Popularity: | 0.002269 |
First Submitted: | 2019-11-27 21:34 (UTC) |
Last Updated: | 2024-08-28 00:22 (UTC) |
Dependencies (36)
- pyside6
- python (python37AUR, python311AUR, python310AUR)
- python-alembic
- python-beautifulsoup4
- python-chardet
- python-dbus
- python-flask (python-flask-gitAUR)
- python-flask-cors
- python-lxml
- python-mako
- python-packaging
- python-platformdirs
- python-pyenchant
- python-pyicu
- python-qrcode
- python-qtawesome (python-qtawesome-gitAUR)
- python-requests
- python-six
- python-sqlalchemy (python-sqlalchemy1.3AUR, python-sqlalchemy-gitAUR, python-sqlalchemy1.4)
- Show 17 more dependencies...
Required by (0)
Sources (2)
putte64 commented on 2024-02-10 14:41 (UTC)
matj1 commented on 2024-02-05 14:16 (UTC)
This website says that openlp-git was last updated on 2023-07-20. It didn't update on my system, so it crashed every time, but I explicitly reinstalled it, I got a new version (3.1.0), and it works now.
I don't know where the problem is. There obviously is a new version, but AUR does not know that there is a new version, so it doesn't update openlp-git.
putte64 commented on 2023-07-09 11:51 (UTC) (edited on 2024-04-29 09:39 (UTC) by putte64)
openlp-git allows you to use python 3.12. Works in my test install, might not be good for production.
Update: Dependency python-sqlalchemy has been added
putte64 commented on 2022-10-12 14:07 (UTC) (edited on 2022-12-29 22:13 (UTC) by putte64)
There's a important and easy bug to be fixed in the PKGBUILD script.
In line 54: tdestdir="$pkgdir/usr/share/$pkgname/i18n"
$pkgname is pointing to "openlp-git", but for translations to work, it must be replaced with "openlp". (not $pkgname ofcourse, but the path)
Edit: This should be fixed now
ClawOfLight commented on 2022-03-12 13:52 (UTC)
PDF support works when installing 'python-pymupdf', which pulls in a library. Can you replace the 'mupdf' optdepend please?
thelinuxguy commented on 2022-03-03 07:14 (UTC)
Added qrcode dep
WTechNinja commented on 2022-02-13 19:04 (UTC) (edited on 2022-02-13 19:06 (UTC) by WTechNinja)
The latest build doesn't run without python-qrcode
, don't know when that was added but it must've been pretty recent. (I'm on build r17204.024ac3d78-1)
thelinuxguy commented on 2022-01-27 18:44 (UTC)
I've just updated the package adding python-pip
as makedepends.
Let me know if you have any issues
macxcool commented on 2022-01-23 20:35 (UTC) (edited on 2022-01-23 20:36 (UTC) by macxcool)
The patch by @t.sefzick below works nicely (with a little tweak for the 'depends') to get openlp-git working. Just sayin'. It works. As @putte64 says.
Pinned Comments
putte64 commented on 2023-07-09 11:51 (UTC) (edited on 2024-04-29 09:39 (UTC) by putte64)
openlp-git allows you to use python 3.12. Works in my test install, might not be good for production.
Update: Dependency python-sqlalchemy has been added