Search Criteria
Package Details: czkawka-cli 4.1.0-1
Package Actions
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. (CLI) |
Upstream URL: | https://github.com/qarmin/czkawka |
Licenses: | MIT |
Submitter: | fabiscafe |
Maintainer: | fabiscafe |
Last Packager: | fabiscafe |
Votes: | 18 |
Popularity: | 3.00 |
First Submitted: | 2021-08-09 09:49 (UTC) |
Last Updated: | 2022-04-24 09:17 (UTC) |
Dependencies (5)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- cargo (cargo-git, rust-nightly-bin, rustup-git, rust, rustup) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- gtk3 (gtk3-git, gtk3-ubuntu, gtk3-typeahead, gtk3-patched-filechooser-icon-view, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-classic-noatk-64) (make)
- rust (rust-i586-git, rust-git, rust-nightly, rust-nightly-bin, rustup-git, rustup) (make)
Latest Comments
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.
personifieddevil 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.
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 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 inczkawka
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 ifrustup
is installed/used during compilation. Withrust
(replacesrustup
) 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.
mikaelblomkvists commented on 2022-02-22 23:50 (UTC) (edited on 2022-02-22 23:51 (UTC) by mikaelblomkvists)
I also get the same build error while building
czkawka-gui
package:"czkawka": target does not exist
. Resetting pamac's build files doesn't help.However,
czkawka-gui-bin
builds ok, which is sufficient to use.jose1711 commented on 2022-01-25 23:12 (UTC)
@fabiscafe thank you, you were right. all good after building in clean chroot!
fabiscafe commented on 2022-01-25 19:37 (UTC)
@jose1711 that's on your end - try to build in a clean chroot https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot#Classic_way
jose1711 commented on 2022-01-24 23:27 (UTC)
received an error during build:
birnenwerfer commented on 2022-01-20 19:45 (UTC) (edited on 2022-01-20 19:46 (UTC) by birnenwerfer)
@fabiscafe yes you’re right. It was on my side. Resetting the Build-Files solved the problem.
Thanks!!
fabiscafe commented on 2022-01-20 14:57 (UTC)
@birnenwerfer try to clone again. If the PKGBUILD is missing, that's on your side.
birnenwerfer commented on 2022-01-20 14:31 (UTC)
Error while updating to new version (4.0.0-1) on 20th January 2022:
Erstelle czkawka... ==> FEHLER: PKGBUILD existiert nicht.
Translation to Englisch: ==> ERROR: PKGBUILD doesn't exist.
cyqsimon commented on 2021-11-23 15:29 (UTC) (edited on 2021-11-23 15:42 (UTC) by cyqsimon)
Upgrading to
3.3.1
actually upgrades to3.3.0
. Did you perhaps forget to bump the version somewhere?Edit: oh nevermind. Something went wrong with my build cache. Everything was fine after clearing cache and rebuilding.