calibre: fix build after pyqt6 restructure
This commit is contained in:
parent
8ee2b3253c
commit
02ef636a09
|
@ -6,6 +6,7 @@ build_helper=python3
|
|||
pycompile_dirs="/usr/lib/calibre/"
|
||||
hostmakedepends="pkg-config cmake python3-BeautifulSoup4 python3-Pillow
|
||||
python3-apsw python3-css-parser python3-dateutil sip qt6-base python3-py7zr
|
||||
python3-pyqt6-devel-tools
|
||||
python3-html5-parser python3-msgpack python3-regex python3-mechanize
|
||||
mathjax liberation-fonts-ttf python3-zeroconf xdg-utils rapydscript-ng
|
||||
python3-PyQt-builder python3-Markdown python3-xxhash"
|
||||
|
@ -13,7 +14,9 @@ makedepends="libinput-devel libmagick-devel libmtp-devel libstemmer-devel
|
|||
libpodofo-devel libwmf-devel libxkbcommon-devel poppler-cpp-devel
|
||||
freetype-devel uchardet-devel openssl-devel icu-devel libusb-devel
|
||||
sqlite-devel tslib-devel hunspell-devel hyphen-devel libstemmer-devel
|
||||
python3-pyqt6-devel python3-pyqt6-webengine-devel"
|
||||
python3-pyqt6-gui python3-pyqt6-svg python3-pyqt6-widgets python3-pyqt6-network
|
||||
python3-pyqt6-printsupport python3-pyqt6-webengine python3-pyqt6-webchannel
|
||||
qt6-base-private-devel python3-pyqt6-bindings python3-pyqt6-webengine-devel"
|
||||
depends="desktop-file-utils optipng poppler python3-BeautifulSoup4
|
||||
qt6-imageformats python3-Pygments python3-pycryptodome python3-xxhash
|
||||
python3-Markdown python3-Pillow python3-zeroconf python3-Pygments python3-apsw
|
||||
|
|
Loading…
Reference in New Issue