Package Details: dupeguru 4.3.1-2

Git Clone URL: https://aur.archlinux.org/dupeguru.git (read-only, click to copy)
Package Base: dupeguru
Description: Find duplicate files with various contents, using perceptual diff for pictures
Upstream URL: https://dupeguru.voltaicideas.net/
Licenses: GPL3
Conflicts: dupeguru-git, dupeguru-me, dupeguru-pe, dupeguru-se
Provides: dupeguru
Submitter: dangoldbj
Maintainer: fuan_k
Last Packager: fuan_k
Votes: 99
Popularity: 0.117258
First Submitted: 2016-10-25 11:55 (UTC)
Last Updated: 2024-05-06 00:29 (UTC)

Pinned Comments

itsnotme commented on 2019-07-21 13:08 (UTC)

If anyone is wondering why the source has changed, Dupeguru's website says the maintainer has changed. And so the link https://www.hardcoded.net/dupeguru/ leads us to https://dupeguru.voltaicideas.net/ which in turn has a link to https://github.com/arsenetar/dupeguru/ which is the GitHub repo the sources are downloaded from. So the source change is legitimate.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »

<deleted-account> commented on 2018-04-05 00:38 (UTC)

Here is an updated PKGBUILD: https://pastebin.com/sWR90AvT and a patch based on comment by @xnopasaranx: https://pastebin.com/wWd1ZjL9

You'll need both in the same dir to build.

atescula commented on 2018-03-28 07:15 (UTC) (edited on 2018-03-28 10:17 (UTC) by atescula)

brute force approach for building !!!

run in a terminal watch -n1 -x mkdir /tmp/pamac-build-andrei/dupeguru/src/build/help this command creates folder help every second replace andrei with your username

Circle111 commented on 2018-03-23 08:14 (UTC)

FileNotFoundError: [Errno 2] No such file or directory: 'build/help' ==> ОШИБКА: Произошел сбой в package(). Прерывание... ==> ОШИБКА: Makepkg не смог собрать dupeguru.

Не работает..

cordobaweb commented on 2018-03-17 02:51 (UTC)

How can I edit build script? @xnopasaranx

xnopasaranx commented on 2018-03-13 17:52 (UTC) (edited on 2018-03-13 17:54 (UTC) by xnopasaranx)

@cordobaweb I had the build script complain about a non existant path 'build/help' and had to change the package.py line 42 and 43 to:

shutil.copytree(op.join(base_path, 'help'), op.join(destpath, 'help'))

shutil.copytree(op.join(base_path, 'locale'), op.join(destpath, 'locale'))

and add:

basepath = os.getcwd()

somewhere above. then it built fine.

cordobaweb commented on 2018-03-09 18:12 (UTC)

fails to build for me. It´s not working.

wget commented on 2017-08-26 11:24 (UTC)

+1 it should be merged in dupeguru

wget commented on 2017-08-26 11:24 (UTC)

+1 it should be merged in dupeguru

wget commented on 2017-08-26 11:23 (UTC)

+1 it should be merged in dupeguru

fuan_k commented on 2017-01-26 21:02 (UTC) (edited on 2017-01-26 22:11 (UTC) by fuan_k)

On Antergos: fails to build for me. I get the following error: ==> Starting build()... Collecting polib>=1.0.4 (from -r requirements.txt (line 3)) Url 'deps' is ignored. It is either a non-existing path or lacks a specific scheme. Could not find a version that satisfies the requirement polib>=1.0.4 (from -r requirements.txt (line 3)) (from versions: ) No matching distribution found for polib>=1.0.4 (from -r requirements.txt (line 3)) My python-polib is 1.0.7 but it's only installed in python3.5's site-packages though. The script must be looking for the python3.6, since Arch is ahead already and has polib1.0.8 in there. WORKAROUND HERE: install pip for python(3): sudo pacman -S python-pip install python-polib 1.0.8: sudo pip install polib then you can build dupeguru: yaourt -S dupeguru