Fixed and updated, thanks zoidberg.
Search Criteria
Package Details: krop 0.6.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/krop.git (read-only, click to copy) |
---|---|
Package Base: | krop |
Description: | A tool to crop PDF files, with an eye towards eReaders. |
Upstream URL: | http://arminstraub.com/computer/krop |
Licenses: | GPL-3.0-or-later |
Submitter: | archtux |
Maintainer: | Xavier |
Last Packager: | Xavier |
Votes: | 35 |
Popularity: | 0.027772 |
First Submitted: | 2013-07-31 12:39 (UTC) |
Last Updated: | 2024-06-16 17:06 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-pymupdf
- python-pypdf
- python-pyqt6
- python-pyqt6-sip
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- sip (make)
Required by (0)
Sources (1)
Xavier commented on 2018-11-13 15:55 (UTC)
zoidberg commented on 2018-11-13 04:14 (UTC) (edited on 2018-11-13 04:15 (UTC) by zoidberg)
I needed to install the python-sip package too to get this to work. Without this package, krop would exit with the following error when launched from the terminal:
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/krop/config.py", line 5, in <module>
import sip
ModuleNotFoundError: No module named 'sip'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/bin/krop", line 17, in <module>
from krop.application import main
File "/usr/lib/python3.7/site-packages/krop/application.py", line 19, in <module>
from krop.config import KDE
File "/usr/lib/python3.7/site-packages/krop/config.py", line 17, in <module>
raise RuntimeError(_msg)
RuntimeError: Please install PyQt4 or PyQt5 first.
Could you please add this package to the dependencies? I also had python-pyqt5 installed, but that alone was not enough.
Xavier commented on 2018-10-14 16:26 (UTC)
Hi Simonp, good changes thanks.
simonp commented on 2018-10-14 16:03 (UTC)
here is a new PKGBUILD which downloads the code directly from github: https://gist.github.com/simonpintarelli/9d12c3158e8e18634efed0f18c2ed604
Xavier commented on 2018-09-16 15:41 (UTC)
No, due to the python-pyqt5 warranted that.
houmain commented on 2018-09-16 08:25 (UTC)
I think python-sip should be added to the dependencies.
Xavier commented on 2017-08-28 02:42 (UTC)
Hi @rabarret, I checked the package in a clean chroot and all is right, is recommended before install/update it rebuild all aur dependencies.
rabarrett commented on 2017-08-12 17:51 (UTC) (edited on 2017-08-12 17:51 (UTC) by rabarrett)
AMAZING PROGRAM! Thank you!
Something seems wrong with the AUR dependencies list. I couldn't get this to run at first, but then manually installed some of the listed dependencies and it started running. I think the key was manually installing pypdf, but I'm not certain because I was having similar issues with ocrmypdf not working right from the AUR and I was installing other programs to deal with that at the same time.
Xavier commented on 2017-01-22 22:26 (UTC)
Recompile all the depends for work in python 3.6
Xavier commented on 2016-11-07 01:35 (UTC)
Thanks @onny this is good idea, but now there are some issues for run Krop with python 3 (I sent the report to the author), I will wait when fixed it
Pinned Comments