FS#58279 - [screenfetch] set 'xorg-xdpyinfo' and 'xorg-xprop' as optdepends
Attached to Project:
Community Packages
Opened by Oscar Garcia (ogarcia) - Thursday, 19 April 2018, 19:29 GMT
Last edited by Jelle van der Waa (jelly) - Monday, 04 September 2023, 07:44 GMT
Opened by Oscar Garcia (ogarcia) - Thursday, 19 April 2018, 19:29 GMT
Last edited by Jelle van der Waa (jelly) - Monday, 04 September 2023, 07:44 GMT
|
Details
screenfetch can work fine without 'xorg-xdpyinfo' and
'xorg-xprop' and for a server install is annoying have to
install this dependencies.
|
This task depends upon
Closed by Jelle van der Waa (jelly)
Monday, 04 September 2023, 07:44 GMT
Reason for closing: Fixed
Additional comments about closing: 3.9.1-3
Monday, 04 September 2023, 07:44 GMT
Reason for closing: Fixed
Additional comments about closing: 3.9.1-3
I see that `xorg-xdpyinfo` and `xorg-xprop` have been put as optional dependencies, but they have not been removed from the dependency list:
```
depends=('bash' 'bc' 'xorg-xdpyinfo' 'xorg-xprop')
```
I understand that you would have to remove those packages from the dependencies list because otherwise putting it as optional never applies.