diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-17 13:39:49 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-17 14:01:36 -0400 |
commit | 517246299aeb2eae1a694e5b484b9dc0f6d5a53f (patch) | |
tree | cf77d4d26202a760080c24a3dc5926f48cf1c27c | |
parent | add variant: no bluetooth (diff) | |
download | binhost-517246299aeb2eae1a694e5b484b9dc0f6d5a53f.tar.gz binhost-517246299aeb2eae1a694e5b484b9dc0f6d5a53f.tar.bz2 binhost-517246299aeb2eae1a694e5b484b9dc0f6d5a53f.zip |
add variant: slim packages that try to disable a variety in one
Many packages have multiple USE flags which we disable in dedicated
runs, build the combination of disabling them together. Also start to
collect specific instances of overly specific flags that nonetheless are
desirable to disable.
In particular, libreoffice can do presentations with embedded video
support, dragging in gstreamer by default, or pull in your Evolution
address book, which is amazingly hefty.
Also builds the firefox "no pulseaudio *or* wayland" combo. :)
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
-rw-r--r-- | builders/milou/gnome-23/portage/variants/slim/package.use/slim2 | 3 | ||||
-rw-r--r-- | builders/milou/gnome-v3-23/portage/variants/slim/package.use/slim2 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/builders/milou/gnome-23/portage/variants/slim/package.use/slim2 b/builders/milou/gnome-23/portage/variants/slim/package.use/slim2 new file mode 100644 index 0000000..0285790 --- /dev/null +++ b/builders/milou/gnome-23/portage/variants/slim/package.use/slim2 @@ -0,0 +1,3 @@ +*/* -bluetooth -gnome-online-accounts -pulseaudio -wayland +app-office/libreoffice -eds -gstreamer +media-gfx/blender -gnome diff --git a/builders/milou/gnome-v3-23/portage/variants/slim/package.use/slim2 b/builders/milou/gnome-v3-23/portage/variants/slim/package.use/slim2 new file mode 100644 index 0000000..0285790 --- /dev/null +++ b/builders/milou/gnome-v3-23/portage/variants/slim/package.use/slim2 @@ -0,0 +1,3 @@ +*/* -bluetooth -gnome-online-accounts -pulseaudio -wayland +app-office/libreoffice -eds -gstreamer +media-gfx/blender -gnome |