gui-wm/niri: use optfeature_header

It is nice to have the suggested applications separated from actual features

Signed-off-by: Filip Kobierski <fkobi@pm.me>
Part-of: https://github.com/gentoo/guru/pull/441
Closes: https://github.com/gentoo/guru/pull/441
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Filip Kobierski
2026-02-17 19:20:38 +01:00
committed by Takuya Wakazono
parent 9ae153a756
commit 6fbf6f365e
2 changed files with 10 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2024-2025 Gentoo Authors
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -145,8 +145,9 @@ src_test() {
}
pkg_postinst() {
optfeature "Default application launcher" "gui-apps/fuzzel"
optfeature "Default status bar" "gui-apps/waybar"
optfeature "Default terminal" "x11-terms/alacritty"
optfeature "Xwayland support" "gui-apps/xwayland-satellite"
optfeature_header "Default applications"
optfeature "Application launcher" "gui-apps/fuzzel"
optfeature "Status bar" "gui-apps/waybar"
optfeature "Terminal" "x11-terms/alacritty"
}

View File

@@ -1,4 +1,4 @@
# Copyright 2024-2025 Gentoo Authors
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -145,8 +145,9 @@ src_test() {
}
pkg_postinst() {
optfeature "Default application launcher" "gui-apps/fuzzel"
optfeature "Default status bar" "gui-apps/waybar"
optfeature "Default terminal" "x11-terms/alacritty"
optfeature "Xwayland support" "gui-apps/xwayland-satellite"
optfeature_header "Default applications"
optfeature "Application launcher" "gui-apps/fuzzel"
optfeature "Status bar" "gui-apps/waybar"
optfeature "Terminal" "x11-terms/alacritty"
}