You're a lifesaver, aloxaf. Thanks for maintaining this.
Search Criteria
Package Details: peazip-gtk2-bin 9.9.1-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: | PeaZip file manager and archiver (GTK 2) |
Upstream URL: | https://peazip.github.io |
Keywords: | 7z archiver brotli compression encryption extractor paq peazip rar zip zpaq zstandard |
Licenses: | LGPL-3.0-or-later |
Conflicts: | peazip-qt-bin, peazip-qt5, peazip-qt5-bin |
Provides: | peazip |
Submitter: | ragouel |
Maintainer: | Yvaniak |
Last Packager: | Yvaniak |
Votes: | 72 |
Popularity: | 0.25 |
First Submitted: | 2020-05-24 13:20 (UTC) |
Last Updated: | 2024-10-13 10:59 (UTC) |
Dependencies (13)
- at-spi2-core (at-spi2-core-gitAUR)
- cairo (cairo-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- libx11 (libx11-gitAUR)
- pango (pango-gitAUR)
- arcAUR (arc-binAUR) (optional) – Arc file archiver and compressor
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7-zip-fullAUR) (optional) – Command-line file archiver with high compression ratio
- paq8oAUR (optional) – PAQ8 series of archivers, resurrected by new maintainers
- quadAUR (optional) – High-performance file compressor that utilizes an advanced LZ-based compression algorithm
- upx (upx-gitAUR) (optional) – Extendable, high-performance executable packer for several executable formats
- zpaqAUR (optional) – Programmable file compressor, library and utilities
Required by (0)
Sources (1)
Erde commented on 2019-10-16 08:36 (UTC)
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?
Ataraxy commented on 2019-02-24 06:35 (UTC) (edited on 2019-02-24 06:52 (UTC) by Ataraxy)
For now, use peazip-gtk2-portable
, which is easily upgradable (see comments) to v6.7.0.
Avoid p7zip-gui
. It is flagged "Do Not Use" and is unmaintained. See comment 2019-02-22 19:09 for more details, .
Is the below a problem with upstream or this package?
If upstream, has an issue been raised, or is there further context?
% peazip 56.6s | 19-02-24 13:25:29
(peazip:24164): Gtk-WARNING **: 13:26:01.925: Unable to locate theme engine in module_path: "xfce",
(peazip:24164): Gtk-WARNING **: 13:26:01.925: Unable to locate theme engine in module_path: "xfce",
(peazip:24164): Gtk-WARNING **: 13:26:01.925: Unable to locate theme engine in module_path: "xfce",
(peazip:24164): GLib-GObject-CRITICAL **: 13:26:01.963: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
[FORMS.PP] ExceptionOccurred
Sender=EAccessViolation
Exception=Access violation
Stack trace:
$F7730F96
TApplication.HandleException Access violation
Stack trace:
$F7730F96
[FORMS.PP] ExceptionOccurred
Pinned Comments