Package Details: czkawka-git 7.0.0.r4.g2a32a52-1

Git Clone URL: https://aur.archlinux.org/czkawka-git.git (read-only, click to copy)
Package Base: czkawka-git
Description: Multi-functional app to find duplicates, similar images, and empty folders.
Upstream URL: https://github.com/qarmin/czkawka
Licenses: MIT
Conflicts: czkawka, czkawka-cli, czkawka-gui
Provides: czkawka, czkawka-cli, czkawka-gui
Submitter: sp1rit
Maintainer: xiota
Last Packager: xiota
Votes: 8
Popularity: 0.52
First Submitted: 2020-10-02 20:57 (UTC)
Last Updated: 2024-03-18 03:17 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

jose1711 commented on 2022-04-10 12:33 (UTC)

does not build with rustup:

..
..
error: edition 2021 is unstable and only available with -Z unstable-options.

error: could not compile `gio`

works with rust though.

sp1rit commented on 2021-12-17 16:14 (UTC)

@gioan777, upstream changed the location of the desktop file recently.

Should be fixed now, thanks for bringing this to my attention.

gioan777 commented on 2021-12-13 00:21 (UTC) (edited on 2021-12-13 00:22 (UTC) by gioan777)

I get an error after the build during the package() function.

install: cannot stat 'pkgs/com.github.qarmin.czkawka.desktop': No such file or directory

sp1rit commented on 2021-01-21 09:23 (UTC)

@Jakeukalane @arglebargle

that's what I get for not testing stuff before pushing :)

should be fixed now

arglebargle commented on 2021-01-13 15:25 (UTC) (edited on 2021-01-13 16:00 (UTC) by arglebargle)

The most recent PKGBUILD needs a couple of edits to build and install, here's a patch: http://ix.io/2LUF

or

diff --git a/PKGBUILD b/PKGBUILD
index dde307b..eaeb225 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ depends=("gtk3>=3.22")
 makedepends=("git" "rust" "cargo")
 provides=("czkawka")
 source=("${_basename}::git+https://github.com/qarmin/czkawka.git")
-md5sums=("SKIP" "bbc480c6106a7bd7dc73c3cc49a76961")
+md5sums=("SKIP")

 pkgver() {
    cd "$srcdir/${_basename}"
@@ -57,5 +57,5 @@ package() {
    ln -s $pkgdir/usr/bin/${_basename}_gui $pkgdir/usr/bin/${_basename}

    install -Dm644 LICENSE $pkgdir/usr/share/licenses/${_basename}/LICENSE
-   install -Dm644 com.github.qarmin.czkawka.desktop -t $pkgdir/usr/share/applications/
+   install -Dm644 pkgs/com.github.qarmin.czkawka.desktop -t $pkgdir/usr/share/applications/
 }

@Jakeukalane see above

Jakeukalane commented on 2021-01-13 11:04 (UTC) (edited on 2021-01-13 11:05 (UTC) by Jakeukalane)

==> ERROR: Los controles de integridad (md5) difieren en tamaño de los especificados en la fuente («source»).

Aproximately: ==> ERROR: The controls of security (md5) differs about the specified in the source.

sp1rit commented on 2021-01-12 21:15 (UTC)

@gardotd426 @tom

fixed now

tom commented on 2020-12-30 16:26 (UTC)

works!

thanks

gardotd426 commented on 2020-12-24 12:14 (UTC)

Just remove the two czkawka_gui_orbtk lines from the PKGBUILD, they were removed upstream.

gardotd426 commented on 2020-12-24 12:09 (UTC)

Broken due to updates.


   Compiling czkawka_gui v2.0.0 (/home/matt/tmp/makepkg/czkawka-git/src/czkawka/czkawka_gui)
    Finished release [optimized] target(s) in 1m 35s
error: no bin target named `czkawka_gui_orbtk`
==> ERROR: A failure occurred in build().
    Aborting...
error making: czkawka-git