Package Details: czkawka-gui 8.0.0-0.1

Git Clone URL: https://aur.archlinux.org/czkawka.git (read-only, click to copy)
Package Base: czkawka
Description: Multi functional app to find duplicates, empty folders, similar images etc. (Desktop App)
Upstream URL: https://github.com/qarmin/czkawka
Licenses: LicenseRef-MIT AND CC-BY-4.0
Submitter: fabiscafe
Maintainer: fabiscafe
Last Packager: fabiscafe
Votes: 37
Popularity: 0.71
First Submitted: 2021-08-09 09:49 (UTC)
Last Updated: 2024-10-13 11:20 (UTC)

Pinned Comments

fabiscafe commented on 2023-06-11 14:41 (UTC) (edited on 2024-02-21 16:45 (UTC) by fabiscafe)

Key Import

This PKGBUILD uses signed commits. If not done you need to import GitHubs (web-flow) public pgp key.

curl -sS https://github.com/web-flow.gpg | gpg --import -
Merge/Pull Requests

https://gitlab.archlinux.org/fabiscafe/czkawka_aur

Known issues

Build takes a long time for --release builds: https://github.com/rust-lang/rust/issues/121354

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

dataprolet commented on 2023-03-17 16:58 (UTC)

Please add conflicts=("czkawka-gui") and provides=("czkawka-gui").

thomy2000 commented on 2022-07-25 13:26 (UTC)

Can you please compile with the heif feature enabled. Otherwise it can't recognise pictures from iPhones :) Thank you

fabiscafe commented on 2022-05-01 21:24 (UTC)

@personifieddevil this PKGBUILD is a split one. That's because both binaries share the same source and building them both at once is only a relatively small overhead, compared to creating 2 PKGBUILDs and building each one on it's own.

<deleted-account> commented on 2022-05-01 20:32 (UTC)

The package should prevent the gui version from being built when only the cli version is wanted, as the unnecessary build time is quite an annoyance.

<deleted-account> commented on 2022-05-01 20:27 (UTC)

I would expect the package to only compile and install the cli version of czkawka, not the gui version too, as the name seems to indicate that it's only the cli version. Why does it build both though?

fabiscafe commented on 2022-04-07 11:21 (UTC)

@mikaelblomkvists Please tell me what dependencies are incorrectly defined, so I can fix them.

mikaelblomkvists commented on 2022-04-07 10:49 (UTC)

@fabiscafe

pamac is crap

pamac is a default package manager for Manjaro with GUI. Thousands of users have no problem with it. It installs 70k+ packages from AUR without any problems, but when dependencies in czkawka are incorrectly defined, you call it a crap..

jose1711 commented on 2022-04-07 08:37 (UTC)

The compilation error (expected an implementor of trait IntoIterator) is only appearing if rustup is installed/used during compilation. With rust (replaces rustup) everything is fine and there is no need to build in a clean chroot.

fabiscafe commented on 2022-02-26 22:02 (UTC)

@mikaelblomkvists pamac is crap that does have problems with splittet pkgbuilds. Use a good AUR helper, like paru or makepkg.