Package Details: peazip 10.2.0-1

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: 7
Popularity: 2.27
First Submitted: 2024-06-01 17:35 (UTC)
Last Updated: 2025-01-01 17:44 (UTC)

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 _widgets variable to use a different widgets set.

Viable options are gtk2, qt5, and qt6. At this time, gtk3 does not work.

Latest Comments

1 2 Next › Last »

xiota commented on 2025-01-28 16:24 (UTC) (edited on 2025-01-28 16:25 (UTC) by xiota)

People who are using a distro with delayed package sync should consider switching to the testing repo.

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 7zip only returns extra/p7zip
  • pacman search 7zip returns p7zip and 7zip-docs (and many other AUR packages) but not 7zip.

xiota commented on 2024-12-23 17:52 (UTC) (edited on 2024-12-23 18:18 (UTC) by xiota)

@ldm Updated package to change depend and default config, but extra/7zip seems to work the same as p7zip. So okay to switch to 7zip and no need to rebuild peazip.

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

xiota commented on 2024-10-31 16:29 (UTC)

@mmmpipi Should work without symlinks now. Problem was caused by missing trailing slash when setting paths.

mmmpipi commented on 2024-10-31 10:16 (UTC)

@xiota I change a bit of PKGBUILD,and it works!Do you need the PKGBUILD that I have modified?

mmmpipi commented on 2024-10-31 04:20 (UTC) (edited on 2024-10-31 07:44 (UTC) by mmmpipi)

I cant change the language ,I need create a Symbolic Link from /usr/share/peazip to /usr/bin/res/share,and need chmod 755 to /usr/bin/share/peazip/lang,and all directories in /usr/share/peazip s permission is 700,I should chmod 755 to all these directories. On the official website the bin file usually in /usr/lib/peazip/peazip,but in this package it in /usr/bin/peazip,the share files usually in /usr/lib/peazip/res/share,but in this package is in /usr/share/peazip.