FS#64473 - [claws-mail] mail PKGBUILD has spurious variable in package()

Attached to Project: Arch Linux
Opened by Oid Maps (dreieck) - Tuesday, 12 November 2019, 13:34 GMT
Last edited by Andreas Radke (AndyRTR) - Wednesday, 20 November 2019, 19:36 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

In the `package()`-function of `extra/claws-mail`, there are the lines

```
# install extra tools
cd tools
install -m755 -d "${pkgdir}"/usr/lib/claws-mail/tools
for files in *.pl *.py *.sh kdeservicemenu multiwebsearch.conf tb2claws-mail update-po uudec uuooffice README; do
cp -arv $files "${pkgdir}"/usr/lib/claws-mail/tools/${i}
done
```

The variable `i` is never set, it should be removed.

Also, the `tools`-directory contains some more config files which might be handy, so I suggest to add a `*.conf` (and then you can remove the explicit statement of `multiwebsearch.conf`).

Additional info:
* package version(s): 3.17.4-2

Steps to reproduce:
* Get the `PKGBUILD` for `extra/claws-mail`, version 3.17.4-2, and view it.
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Wednesday, 20 November 2019, 19:36 GMT
Reason for closing:  Fixed
Additional comments about closing:  3.17.4-4 - there're no other *.conf files

Loading...