Please add conflicts=("czkawka-gui")
and provides=("czkawka-gui")
.
Search Criteria
Package Details: czkawka-gui 8.0.0-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. (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) |
Dependencies (20)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libheif (libheif-gitAUR)
- pango (pango-gitAUR)
- cairo (cairo-gitAUR) (make)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (make)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR) (make)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR) (make)
- pango (pango-gitAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR) (check)
Required by (0)
Sources (1)
dataprolet commented on 2023-03-17 16:58 (UTC)
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.
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.
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