mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
committed by
Takuya Wakazono
parent
9ae153a756
commit
6fbf6f365e
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user