mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-12-21 10:59:03 +00:00
Do not package send2trash on Arch Linux
send2trash is provided by the python-send2trash package in the 'extra' repository.
This commit is contained in:
parent
9ad84ade29
commit
332b814c00
@ -122,7 +122,7 @@ def package_arch():
|
||||
# need to include them).
|
||||
print("Packaging for Arch")
|
||||
srcpath = op.join("build", "dupeguru-arch")
|
||||
packages = ["hscommon", "core", "qt", "send2trash"]
|
||||
packages = ["hscommon", "core", "qt"]
|
||||
copy_files_to_package(srcpath, packages, with_so=True)
|
||||
shutil.copy(op.join("images", "dgse_logo_128.png"), srcpath)
|
||||
debopts = json.load(open(op.join("pkg", "arch", "dupeguru.json")))
|
||||
|
Loading…
Reference in New Issue
Block a user