It's supposed to be gtk2
. Made a mistake somewhere. Will fix in a bit.
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)
xiota commented on 2025-04-15 02:48 (UTC)
Nriver commented on 2025-04-15 00:54 (UTC)
could not find all required packages: gtk2-base
, this package seems not exist anymore.
Yvaniak commented on 2024-08-13 10:06 (UTC)
@mad_Physicist, the commits of the 9.8 are much more recent than the ones of 9.9 (from 2022) Also the description of the release contains "PeaZip 9.9.0 completes the evolution of 9.x line and sets the starting point for the upcoming 10.x releases" so i think its more of a in-between checkpoint for upstream than a real release
so i think it should be skipped, unless i'm mistaken and there is a good reason
jcomellas commented on 2023-09-18 15:50 (UTC)
With these changes to the PKGBUILD
file you can use the latest version:
iff --git a/PKGBUILD b/PKGBUILD
index bbfc6fc..2b8687c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: TuxSpirit <tuxspirit@archlinux.fr>
pkgname=peazip-gtk2-bin
-pkgver=9.1.0
+pkgver=9.4.0
pkgrel=1
pkgdesc='PeaZip file manager and archiver (GTK 2)'
arch=('x86_64')
@@ -24,7 +24,7 @@ optdepends=('p7zip: Command-line file archiver with high compression ratio'
provides=('peazip')
conflicts=('peazip-qt-bin' 'peazip-qt5' 'peazip-qt5-bin')
source=("https://github.com/peazip/PeaZip/releases/download/${pkgver}/peazip-${pkgver}.LINUX.GTK2-1.${CARCH}.rpm")
-sha256sums=('050b8eb18c244d6c7d991f0bb25692a43f485cbf60f08d9968de1321920d40aa')
+sha256sums=('e0d1fdec16cc70baef376eb917d30c3737c0faa1b1cd994aa03c73e5e2712b20')
changelog=changelog.txt
prepare() {
@@ -40,9 +40,8 @@ prepare() {
local sharedUsr=usr/share
local sharedPeaZip="${sharedUsr}/peazip"
# Windows related stuff
- rm "${sharedPeaZip}/batch/"*.bat
- rm -r "${sharedPeaZip}/batch/SendTo"
- rm -r "${sharedPeaZip}/batch/Windows 11 mini context menu"
+ rm -r "${sharedPeaZip}/batch/bat"
+ rm -r "${sharedPeaZip}/batch/Windows"
rm "${sharedPeaZip}/readme/readme_Windows.txt"
# macOS related stuff
rm -r "${sharedPeaZip}/batch/macOS service menus"
anagram3k commented on 2023-07-11 23:54 (UTC)
I have updated the PKGBUILD to the latest version: https://gist.github.com/anagram3k/f72109e4c965030682fe8ee06c543b6c
I only changed the pkgver and sha256sums and it worked. If you want, just give me access and I will make the changes, updating the SCRINFO and changelog.
Thanks!
ed_o commented on 2021-11-21 14:03 (UTC)
@vsvyatski Thank you very much!
vsvyatski commented on 2021-11-20 23:21 (UTC)
Should be OK now. Senior Giorgio Tani has changed the layout of directories again.
@ed_o: The package is fixed, I've added you back as a co-maintainer, in case you wish to do any further corrections.
Barracuda commented on 2021-11-16 12:27 (UTC)
I have exactly the same error as @prometheus, install fails.
prometheus commented on 2021-11-14 21:52 (UTC) (edited on 2021-11-19 10:14 (UTC) by prometheus)
Install fails.
Looks like there is an issue with the cp
command:
==> Validating source files with sha256sums...
peazip-gtk2-bin-8.3.0.rpm ... Passed
==> Making package: peazip-gtk2-bin 8.3.0-3 (Monday 15 November 2021 03:19:28 AM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found peazip-gtk2-bin-8.3.0.rpm
==> Validating source files with sha256sums...
peazip-gtk2-bin-8.3.0.rpm ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Extracting peazip-gtk2-bin-8.3.0.rpm with bsdtar
==> Sources are ready.
==> Making package: peazip-gtk2-bin 8.3.0-3 (Monday 15 November 2021 03:19:34 AM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
cp: cannot stat 'opt/': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
-> error making: peazip-gtk2-bin
Pinned Comments