==> Starting package()... stat: cannot stat 'pealauncher': No such file or directory
Search Criteria
Package Details: peazip-gtk2-bin 10.4.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/peazip-gtk2-bin.git (read-only, click to copy) |
---|---|
Package Base: | peazip-gtk2-bin |
Description: | Cross-platform file and archive manager (GTK2) |
Upstream URL: | https://github.com/peazip/PeaZip |
Licenses: | LGPL-3.0-or-later |
Conflicts: | peazip, peazip-gtk2-bin-debug |
Provides: | peazip |
Submitter: | ragouel |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 71 |
Popularity: | 1.30 |
First Submitted: | 2020-05-24 13:20 (UTC) |
Last Updated: | 2025-04-15 03:23 (UTC) |
Dependencies (6)
- 7zip
- brotli (brotli-gitAUR)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- patchelf (patchelf-gitAUR) (make)
- arcAUR (arc-binAUR) (optional) – Arc file archiver and compressor
Required by (0)
Sources (2)
Burny02 commented on 2020-02-12 16:07 (UTC)
nexitem commented on 2019-10-22 19:52 (UTC)
Thank you! This works fine
Erde commented on 2019-10-16 08:36 (UTC)
You're a lifesaver, aloxaf. Thanks for maintaining this.
laichiaheng commented on 2019-09-07 02:19 (UTC)
Can not find executable file in /opt/peazip....../peazip
avamk commented on 2019-05-07 06:23 (UTC)
Any updates on whether this will work out of the box? Or should I use another peazip package in the AUR? Thanks for maintaining this!
mozo commented on 2019-03-06 23:40 (UTC)
Thank you huyizheng :)
Thank you damonh for the update :)
huyz commented on 2019-02-26 12:24 (UTC) (edited on 2019-02-26 12:26 (UTC) by huyz)
This PKGBUILD has a bug:
for _file in ${pkgdir}/opt/${pkgname}/{peazip,res/pea,res/pealauncher}; do
ln -sf "$_file" "$pkgdir/usr/bin/$(basename "$_file")"
These two line will link the file in ${pkgdir} to /usr/bin rather than link those in /opt. Which means after install when you clean your ${pkgdir} you won't be able to launch /usr/bin/peazip.
One way to solve this is to change it into these:
for _file in {peazip,res/pea,res/pealauncher}; do
ln -sf "/opt/${pkgname}/$_file" "$pkgdir/usr/bin/$(basename "$_file")"
damonh commented on 2019-02-25 04:50 (UTC)
@ataraxy: Done ;-)
Ataraxy commented on 2019-02-24 06:42 (UTC)
One year old.
Any chance of a PKGBUILD
update?
Pinned Comments