Search Criteria
Package Details: python-poppler-qt5-git 0.74.0.r5.g59c90b5-1
Git Clone URL: | https://aur.archlinux.org/python-poppler-qt5-git.git (read-only, click to copy) |
---|---|
Package Base: | python-poppler-qt5-git |
Description: | Python binding to libpoppler-qt5. |
Upstream URL: | https://github.com/frescobaldi/python-poppler-qt5 |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ixjlyons |
Maintainer: | ixjlyons |
Last Packager: | ixjlyons |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-11-14 22:44 |
Last Updated: | 2019-11-01 19:12 |
Dependencies (6)
- poppler-qt5 (poppler-qt5-cairo, poppler-qt5-git, poppler-qt5-lcd, poppler-qt-lcd)
- python (python-dbg)
- python-pyqt5
- git (git-git) (make)
- python-sip (make)
- sip (make)
Required by (5)
- bed-latex (requires python-poppler-qt5)
- bed-latex-git (requires python-poppler-qt5)
- frescobaldi (requires python-poppler-qt5)
- frescobaldi-git (requires python-poppler-qt5)
- krop (requires python-poppler-qt5)
Latest Comments
ixjlyons commented on 2019-11-01 19:12
@otaj: Good catch. Should be fixed now.
otaj commented on 2019-11-01 13:13
It seems, that the package sip is makedepend, since the build process changed upstream and now it expects, that the binary (/usr/bin/sip) is available, which is however NOT provided by python-sip
ixjlyons commented on 2017-02-22 07:32
rdoursenaud: Thanks for the suggestions -- should be fixed now.
rdoursenaud commented on 2017-02-21 15:41
Could you please version the package based on the repository's tags:
pkgver() {
cd "$srcdir/$pkgname"
git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
And version your provides:
provides=("${pkgname%-git}=$pkgver-$pkgrel")
conflicts=("${pkgname%-git}")
This would enable switching from the non git version without conflicts.
Thanks!