main/util-linux: split some -dev packages
e2fsprogs and glib only depend on a single component from util-linux. By depending only on specific -dev package, we can avoid having to install all of util-linux-dev when building either of these or their dependants.
When compiling packages that depend on glib, we can skip installing ~35 packages (from the util-linux family).
Personally, I keep sway-dev
installed (since I hack on sway frequently), and
this change allows me to skip out on having all of the util-linux subpackages
installed.