From 52ae3b187f258b5c2d5f73f53b00e4eebbe2118c Mon Sep 17 00:00:00 2001 From: jwihardi Date: Thu, 29 Jan 2026 14:04:09 -0500 Subject: [PATCH 1/3] pugixml added to hyprwire dep --- sdata/dist-gentoo/install-deps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/sdata/dist-gentoo/install-deps.sh b/sdata/dist-gentoo/install-deps.sh index 1f72f0259..4be08d2d5 100644 --- a/sdata/dist-gentoo/install-deps.sh +++ b/sdata/dist-gentoo/install-deps.sh @@ -56,7 +56,6 @@ v sudo emerge --depclean # Hard coded for now v sudo emerge --update --quiet '>=dev-cpp/glaze-6.1.0' -v sudo emerge --update --quiet dev-libs/pugixml # Remove old ebuilds (if this isn't done the wildcard will fuck upon a version change) x sudo rm -fr ${ebuild_dir}/app-misc/illogical-impulse-* From f1a278477705eebd5a6f1f545693ead4bcc73cca Mon Sep 17 00:00:00 2001 From: jacub <84292598+jwihardi@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:43:04 -0500 Subject: [PATCH 2/3] Update README.md with Hyprland installation guidance Removed outdated troubleshooting steps for Hyprland installation issues and consolidated cache clearing instructions. --- sdata/dist-gentoo/README.md | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/sdata/dist-gentoo/README.md b/sdata/dist-gentoo/README.md index 84153c779..630a3a178 100644 --- a/sdata/dist-gentoo/README.md +++ b/sdata/dist-gentoo/README.md @@ -52,29 +52,3 @@ end - The Hyprland live ebuild sometimes has linkage issues, deleting _Hyprland_ and _hyprland_ from `/usr/bin/` and then re-emerging usually fixes this. - When emerging Hyprland if you get an issue relating to `undefined reference to ``Hyprutils::Math::Vector2D::˜Vector2D()`` ` - Clear the cache folder (`rm -fr /var/tmp/portage/gui-wm/hyprland*`) then try again -- If emerging ``hyprland-qtutils`` fails and gives you something like this... - ```cmake - CMake Error at utils/dialog/CMakeLists.txt:26 (target_link_libraries): - Target "hyprland-dialog" links to: - Qt6::WaylandClientPrivate - but the target was not found. Possible reasons include: - * There is a typo in the target name. - * A find_package call is missing for an IMPORTED target. - * An ALIAS target is missing. - CMake Error at utils/update-screen/CMakeLists.txt:34 (target_link_libraries): - Target "hyprland-update-screen" links to: - Qt6::WaylandClientPrivate - but the target was not found. Possible reasons include: - * There is a typo in the target name. - * A find_package call is missing for an IMPORTED target. - * An ALIAS target is missing. - CMake Error at utils/donate-screen/CMakeLists.txt:32 (target_link_libraries): - Target "hyprland-donate-screen" links to: - Qt6::WaylandClientPrivate - but the target was not found. Possible reasons include: - * There is a typo in the target name. - * A find_package call is missing for an IMPORTED target. - * An ALIAS target is missing. - ``` - Try putting ``sdata/dist-gentoo/hyprland-qtutils-private.patch`` into ``/etc/portage/patches/gui-libs/hyprland-qtutils/``. - - Patch Credit: fedeliallalinea on https://forums.gentoo.org/viewtopic-p-8874098.html From 145731d8bb49135ac661b9d37a950a86a19bd336 Mon Sep 17 00:00:00 2001 From: jwihardi Date: Mon, 2 Feb 2026 12:01:50 -0500 Subject: [PATCH 3/3] removed glaze --- sdata/dist-gentoo/install-deps.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/sdata/dist-gentoo/install-deps.sh b/sdata/dist-gentoo/install-deps.sh index 4be08d2d5..f763fdceb 100644 --- a/sdata/dist-gentoo/install-deps.sh +++ b/sdata/dist-gentoo/install-deps.sh @@ -54,9 +54,6 @@ v sudo emerge --quiet --newuse --update --deep @world v sudo emerge --quiet @smart-live-rebuild v sudo emerge --depclean -# Hard coded for now -v sudo emerge --update --quiet '>=dev-cpp/glaze-6.1.0' - # Remove old ebuilds (if this isn't done the wildcard will fuck upon a version change) x sudo rm -fr ${ebuild_dir}/app-misc/illogical-impulse-*