From 621647d3a6086fe7a37e1c6003af3a3d6f354e27 Mon Sep 17 00:00:00 2001 From: Lucas <46837214+foopsss@users.noreply.github.com> Date: Fri, 21 Jul 2023 05:24:15 -0300 Subject: [PATCH] Updated Gentoo installation instructions for Hyprland and related packages (#271) --- pages/Getting Started/Installation.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index ac41406..d6d55c4 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -65,14 +65,26 @@ Note: _Hyprland is not available for Leap, as most libraries (and compiler) that {{< /tab >}} {{< tab "Fedora*" >}}{{< /tab >}} {{< tab "Gentoo*" >}} -The hyprland package is available in the [guru](https://wiki.gentoo.org/wiki/Project:GURU) overlay. +The hyprland and xdg-desktop-portal-hyprland packages are available in the main tree: + +```sh +emerge --ask gui-wm/hyprland +emerge --ask gui-libs/xdg-desktop-portal-hyprland +``` + +Additional packages like hyprland-plugins, hyprpaper and hyprpicker are available in the [GURU](https://wiki.gentoo.org/wiki/Project:GURU) overlay. Community-contributed scripts are also available in GURU as part of the hyprland-contrib package. ```sh eselect repository enable guru emaint sync -r guru -emerge --ask --verbose hyprland +emerge --ask gui-apps/hyprland-plugins +emerge --ask gui-apps/hyprpaper +emerge --ask gui-apps/hyprpicker +emerge --ask gui-wm/hyprland-contrib ``` +For USE flags and more details, read the [Gentoo wiki page](https://wiki.gentoo.org/wiki/Hyprland) about Hyprland. + {{}} {{< tab "FreeBSD*" >}} Hyprland and related are in the default repository: