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.
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) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »
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.
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
FileNotFoundError: [Errno 2] No such file or directory: 'build/help' ==> ОШИБКА: Произошел сбой в package(). Прерывание... ==> ОШИБКА: Makepkg не смог собрать dupeguru.
Не работает..
How can I edit build script? @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.
fails to build for me. It´s not working.
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.