@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
.
Search Criteria
Package Details: peazip 10.1.0-2
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: | 5 |
Popularity: | 2.64 |
First Submitted: | 2024-06-01 17:35 (UTC) |
Last Updated: | 2024-12-23 17:49 (UTC) |
Dependencies (9)
- 7zip
- brotli (brotli-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- qt6pas
- zstd (zstd-gitAUR, zstd-staticAUR)
- lazarus (lazarus-betaAUR, lazarus-gitAUR) (make)
- xmlstarlet (xmlstarlet-gitAUR) (make)
- unace (optional)
- upx (upx-gitAUR) (optional)
Required by (6)
Sources (1)
xiota commented on 2024-12-23 17:52 (UTC) (edited on 2024-12-23 18:18 (UTC) by xiota)
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.
xiota commented on 2024-10-28 08:26 (UTC) (edited on 2024-10-28 10:10 (UTC) by xiota)
@Sithuk In menubar, go to Options | Settings | Advanced. Change 7z/p7zip syntax level to 17.05.
Update: Revised package so this is the default.
Sithuk commented on 2024-10-28 07:49 (UTC)
I installed peazip and unfortunately I couldn't get it to create a zip file. No error was given other than a vague hint about permissions. ARK worked fine to create the zip. I also tried peazip-qt-bin but got the same result.
I ran the console command that is provided on the peazip console tab and the command failed silently. "Echo $?" gave error code 2.
I had a fully updated system.
I installed the flatpak and it worked fine. Let me know if I can provide any further info.
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
, andqt6
. At this time, gtk3 does not work.