@miq Looks like the organization of the files on disk changes. Try pdf4qt-bin for the time being.
Search Criteria
Package Details: pdf4qt-git 1.5.1.0.r16.gba80dbd-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pdf4qt-git.git (read-only, click to copy) |
|---|---|
| Package Base: | pdf4qt-git |
| Description: | Open source PDF editor |
| Upstream URL: | https://jakubmelka.github.io/ |
| Keywords: | pdf, pdf-editor |
| Licenses: | LGPL-3.0-only |
| Conflicts: | pdf4qt |
| Provides: | pdf4qt |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | Jajasek |
| Votes: | 6 |
| Popularity: | 0.016773 |
| First Submitted: | 2023-07-05 08:34 (UTC) |
| Last Updated: | 2025-06-08 11:35 (UTC) |
Dependencies (21)
- blend2dAUR (blend2d-gitAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR, freetype2-macosAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- onetbb
- openjpeg2 (openjpeg-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- qt6-speech
- qt6-svg
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- qt6-declarative (qt6-declarative-gitAUR) (make)
- qt6-multimedia (make)
- qt6-tools (make)
- flite (flite1AUR) (optional) – Text-To-Speech using flite synthesizer,
- Show 1 more dependencies...
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 2
<deleted-account> commented on 2023-09-21 04:37 (UTC)
miq commented on 2023-09-20 14:24 (UTC)
I have an installation error:
❯ paru pdf4qt 1 aur/pdf4qt-git 1.3.3.r10.gae3c43f-1 [+1 ~0.24] Open source PDF editor :: Packages to install (eg: 1 2 3, 1-3): :: 1 :: Resolving dependencies... :: Calculating conflicts... :: Calculating inner conflicts...
Aur (1) Old Version New Version Make Only aur/pdf4qt-git 1.3.3.r10.gae3c43f-1 No
:: Proceed to review? [Y/n]:
:: Downloading PKGBUILDs... PKGBUILDs up to date nothing new to review fetching devel info... ==> Making package: pdf4qt-git 1.3.3.r10.gae3c43f-1 (śro, 20 wrz 2023, 16:22:01) ==> Retrieving sources... -> Updating pdf4qt-git git repo... -> Found CMakePatch.patch -> Found FindLCMS2.cmake ==> Validating source files with b2sums... pdf4qt-git ... Skipped CMakePatch.patch ... Passed FindLCMS2.cmake ... Passed ==> Making package: pdf4qt-git 1.3.3.r10.gae3c43f-1 (śro, 20 wrz 2023, 16:22:03) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating pdf4qt-git git repo... -> Found CMakePatch.patch -> Found FindLCMS2.cmake ==> Validating source files with b2sums... pdf4qt-git ... Skipped CMakePatch.patch ... Passed FindLCMS2.cmake ... Passed ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Creating working copy of pdf4qt-git git repo... Cloning into 'pdf4qt-git'... done. ==> Starting prepare()... patching file CMakeLists.txt patching file Pdf4QtLib/CMakeLists.txt ==> Starting pkgver()... ==> Updated version: pdf4qt-git flatpakv4.r0.g6f3c2fa-1 ==> Sources are ready. pdf4qt-git-1.3.3.r10.gae3c43f-1: parsing pkg list... :: pdf4qt-git-1.3.3.r10.gae3c43f-1 is up to date -- skipping build [sudo] password for miq: loading packages... resolving dependencies... looking for conflicting packages...
Package (1) New Version Net Change
pdf4qt-git flatpakv4.r0.g6f3c2fa-1 11,68 MiB
Total Installed Size: 11,68 MiB
:: Proceed with installation? [Y/n] (1/1) checking keys in keyring [------------------------------------------------------] 100% (1/1) checking package integrity [------------------------------------------------------] 100% (1/1) loading package files [------------------------------------------------------] 100% (1/1) checking for file conflicts [------------------------------------------------------] 100% error: failed to commit transaction (conflicting files) pdf4qt-git: /lib exists in filesystem (owned by filesystem) Errors occurred, no packages were upgraded.
Pinned Comments
<deleted-account> commented on 2023-12-24 13:02 (UTC)
Export the environment variable
CMAKE_BUILD_PARALLEL_LEVELwith the number of parallel jobs you want to use when building.Example:
export CMAKE_BUILD_PARALLEL_LEVEL=8