It was very helpful, thank you!
Search Criteria
Package Details: peazip 10.8.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/peazip.git (read-only, click to copy) |
|---|---|
| Package Base: | peazip |
| Description: | Cross-platform file and archive manager (Qt6) |
| Upstream URL: | https://github.com/peazip/PeaZip |
| Licenses: | LGPL-3.0-or-later |
| Submitter: | xiota |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 10 |
| Popularity: | 0.194455 |
| First Submitted: | 2024-06-01 17:35 (UTC) |
| Last Updated: | 2025-12-06 16:16 (UTC) |
Dependencies (8)
- 7zip (p7zip-natspecAUR, 7zip-natspecAUR, 7zip-zstd-binAUR, 7zip-zstdAUR)
- brotli (brotli-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- qt6pas
- zstd (zstd-gitAUR, zstd-staticAUR)
- lazarus (lazarus-gitAUR) (make)
- unace (optional)
- upx (upx-gitAUR) (optional)
Required by (0)
Sources (1)
RandomArchUser73 commented on 2025-10-25 15:12 (UTC)
ldm commented on 2025-05-15 20:16 (UTC)
@xiota
it works!
thanks a lot
ldm commented on 2025-05-15 18:15 (UTC) (edited on 2025-05-15 18:17 (UTC) by ldm)
clean chroot
_widgets=gtk2
I get this error:
(9022) Compiling resource /build/peazip/src/PeaZip-9bf73b38ee3ba542d4ed9943194e09339c9de91/peazip-sources/dev/project_pea.or
(9015) Linking /build/peazip/src/PeaZip-9bf73b38ee3ba542d4ed9943194e09339c9de91/peazip-sources/dev/pea
/usr/bin/ld: unrecognized option '--sort-common --as-needed -z relro -z now -z ibt -z shstk'
/usr/bin/ld: use the --help option for usage information
/build/peazip/src/PeaZip-e9bf73b38ee3ba542d4ed9943194e09339c9de91/peazip-sources/dev/project_pea.lpr(49,1) Warning: (9034) "crtbeginS.o" not found, this will probably cause a linking failure
/build/peazip/src/PeaZip-e9bf73b38ee3ba542d4ed9943194e09339c9de91/peazip-sources/dev/project_pea.lpr(49,1) Warning: (9034) "crtendS.o" not found, this will probably cause a linking failure
/build/peazip/src/PeaZip-e9bf73b38ee3ba542d4ed9943194e09339c9de91/peazip-sources/dev/project_pea.lpr(49,1) Error: (9013) Error while linking
/build/peazip/src/PeaZip-e9bf73b38ee3ba542d4ed9943194e09339c9de91/peazip-sources/dev/project_pea.lpr(49,1) Fatal: (10026) There were 1 errors compiling module, stopping
Fatal: (1018) Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
Error: (lazarus) Compile Project, Target: /build/peazip/src/PeaZip-9bf73b38ee3ba542d4ed9943194e09339c9de91/peazip-sources/dev/pea: stopped with exit code 1
Info: (lazarus) [TCompiler.Compile] end
Error: (lazbuild) Failed compiling of project "/build/peazip/src/PeaZip-9bf73b38ee3ba542d4ed9943194e09339c9de91/peazip-sources/dev/project_pea.lpi"
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Build failed, check /home/ldm/chroot/ldm/build
Azuri commented on 2025-04-18 14:35 (UTC)
The Package Details say the version is 10.4.0-1 but the "About" dialog in the installed app says it is 10.3.0.
SubtlyWell commented on 2025-01-28 13:53 (UTC) (edited on 2025-01-28 15:56 (UTC) by SubtlyWell)
I cannot build the update, as I get this error:
Warning: cannot resolve "7zip", a dependency of "peazip"
Error: Failed to prepare transaction:
could not satisfy dependencies:
- unable to satisfy dependency '7zip' required by peazip
pacman -Ss 7ziponly returnsextra/p7zippacman search 7zipreturnsp7zipand7zip-docs(and many other AUR packages) but not7zip.
ldm commented on 2024-12-23 13:16 (UTC)
today when I updated, pacman suggested me to replace p7zip with 7zip
does anything change or do they have the same features?
thanks
Pinned Comments
xiota commented on 2024-06-01 17:45 (UTC) (edited on 2024-10-26 16:46 (UTC) by xiota)
This is not a split package to avoid taking 3x as long to build. Change the
_widgetsvariable to use a different widgets set.Viable options are
gtk2,qt5, andqt6. At this time, gtk3 does not work.