Package Details: python-poppler-qt5-git 21.1.0.r2.g85adedd-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: LGPL
Conflicts: python-poppler-qt5
Provides: python-poppler-qt5
Submitter: ixjlyons
Maintainer: None
Last Packager: ixjlyons
Votes: 1
Popularity: 0.000000
First Submitted: 2015-11-14 22:44 (UTC)
Last Updated: 2021-09-05 17:00 (UTC)

Required by (6)

Sources (1)

Latest Comments

ixjlyons commented on 2019-12-22 00:25 (UTC)

I'm not exactly sure what changed, but your suggestion does seem to work. Thanks for pointing that out.

shiihs commented on 2019-12-21 21:48 (UTC)

if it can be of help: I can build upstream python-poppler-qt5 using this command line:

python setup.py build_ext --pyqt-sip-dir=/usr/lib/python3.8/site-packages/PyQt5/bindings/

shiihs commented on 2019-12-21 21:15 (UTC)

Having trouble building this package because QtCore/QtCoremode.sip is not found:

building 'popplerqt5' extension /usr/bin/sip -I /usr/share/sip -t POPPLER_V0_74_0 -c build/temp.linux-x86_64-3.8 -b build/temp.linux-x86_64-3.8/poppler-qt5.sbf -I /usr/share/sip/PyQt5 -n PyQt5.sip -t Qt_5_13_0 -t WS_X11 poppler-qt5.sip sip: Unable to find file "QtCore/QtCoremod.sip" error: command '/usr/bin/sip' failed with exit status 1

The file "QtCore/QtCoremod.sip" seems to live in /usr/lib/python3.8/site-packages/PyQt5/bindings/QtCore/QtCoremod.sip

ixjlyons commented on 2019-11-01 19:12 (UTC)

@otaj: Good catch. Should be fixed now.

otaj commented on 2019-11-01 13:13 (UTC)

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 (UTC)

rdoursenaud: Thanks for the suggestions -- should be fixed now.

rdoursenaud commented on 2017-02-21 15:41 (UTC) (edited on 2017-02-21 15:41 (UTC) by rdoursenaud)

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!