CachyOS-PKGBUILDS icon indicating copy to clipboard operation
CachyOS-PKGBUILDS copied to clipboard

Is `uksmd` still a necessary dependency for `cachyos-settings`?

Open dirk-hub opened this issue 3 months ago • 4 comments

https://github.com/CachyOS/CachyOS-PKGBUILDS/blob/e553569244812fbc813b472070f2ab9135cc69b2/cachyos-settings/PKGBUILD#L19

Uninstalling uksmd-git aka uksmd is currently not possible because cachyos-settings has a dependency on it:

$ sudo pacman -R uksmd-git 
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing uksmd-git breaks dependency 'uksmd' required by cachyos-settings

Seeking through the repo of cachyos-settings I however found no reference to uksmd so I wonder if there actually is no depencendy on it.

To be able to remove the package uksmd-git without uninstalling cachyos-settings, latter must not be dependent on former anymore.

As I found no need for this dependency, maybe it could be removed from this PKGBUILD.

References: https://github.com/CachyOS/CachyOS-Settings https://github.com/CachyOS/uksmd

dirk-hub avatar May 11 '24 13:05 dirk-hub