Search Criteria
Package Details: python-qpageview-git 1.0.2.r0.gd437283-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-qpageview-git.git (read-only, click to copy) |
|---|---|
| Package Base: | python-qpageview-git |
| Description: | A page based document viewer widget for Qt6/PyQt6. |
| Upstream URL: | https://github.com/frescobaldi/qpageview |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | ly, python-qpageview |
| Provides: | python-qpageview |
| Replaces: | qpageview-git |
| Submitter: | Flammkuchen |
| Maintainer: | Flammkuchen |
| Last Packager: | Flammkuchen |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-05-29 15:57 (UTC) |
| Last Updated: | 2026-01-11 20:17 (UTC) |
Dependencies (10)
- python
- python-pyqt6 (python-pyqt6-pre-releaseAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR)
- qt6-svg
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
- python-pycups (optional) – Printing to a local CUPS server
Required by (1)
- frescobaldi-git (requires python-qpageview)
Latest Comments
Flammkuchen commented on 2023-08-06 10:52 (UTC)
The build method changed upstream. I managed to get it working by following the instructions on https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517)
Which then needs the additional makedepends
python-build,python-installerandpython-wheel.Flammkuchen commented on 2023-05-17 10:56 (UTC)
This got added to the repo as
python-qpageview. So this should be changed to at least provide and conflictpython-qpageview. And frescobaldi-git should depend onpython-qpageviewFlammkuchen commented on 2023-05-02 12:59 (UTC)
setup.pygot deleted from the repo. Therefore the build fails.rdoursenaud commented on 2022-04-06 00:57 (UTC)
@Flammkuchen Thanks for bringing this to my attention. Package updated.
Flammkuchen commented on 2022-03-29 15:37 (UTC)
Please update the source to
git+https://. Github dropped support for thegit://protocol.