Re: git: 1a1e43198c5a - main - x11-toolkits/libdecor: convert to subpackages

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 29 Jan 2024 12:39:14 UTC
Jan Beich <jbeich@FreeBSD.org> writes:

>     x11-toolkits/libdecor: convert to subpackages
>     
>     Reduce heavy dependencies for consumers e.g.,
>     cage -> wlroots -> xwayland-devel -> libdecor -> gtk3.

Here's some data about space savings.

# Hack until llvm* is subpackaged and/or mesa-* stops forcing LLVM on Intel GPU drivers
$ pkg set -n pkg:mesa-dri
$ pkg rquery %sh mesa-dri
62.7MiB
$ pkg rquery %sh llvm15
959MiB

$ pkg install -y cage
[...]
Number of packages to be installed: 66

The process will require 228 MiB more space.
[...]

$ pkg install -n libdecor-cairo
[...]
Number of packages to be installed: 20

The process will require 53 MiB more space.

$ pkg install -n libdecor-gtk3
[...]
Number of packages to be installed: 61

The process will require 247 MiB more space.