summaryrefslogtreecommitdiff
path: root/x11-wm/hyprland/files/patch-hyprpm
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-08-07 23:19:39 +0200
committerJan Beich <jbeich@FreeBSD.org>2024-08-07 23:19:42 +0200
commit93d3cc5c8937f84b4731e27e97051bfab82622ca (patch)
tree1d0411320657b6fa03bb009eed29e4fb05c887f1 /x11-wm/hyprland/files/patch-hyprpm
parentx11-wm/hyprland: update to 0.42.0 (diff)
x11-wm/hyprland: downgrade to 0.41.2 due to broken runtime
Need help with https://github.com/hyprwm/Hyprland/issues/6842 This reverts commit 7e5a449f395be9e6daca2b63dd90542bf47da1ca.
Diffstat (limited to 'x11-wm/hyprland/files/patch-hyprpm')
-rw-r--r--x11-wm/hyprland/files/patch-hyprpm14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-wm/hyprland/files/patch-hyprpm b/x11-wm/hyprland/files/patch-hyprpm
deleted file mode 100644
index 308729eb409b..000000000000
--- a/x11-wm/hyprland/files/patch-hyprpm
+++ /dev/null
@@ -1,14 +0,0 @@
-Avoid hyprpm rebuilding Hyprland outside of ports
-
---- hyprpm/src/core/PluginManager.cpp.orig 2024-04-14 18:48:28 UTC
-+++ hyprpm/src/core/PluginManager.cpp
-@@ -316,9 +316,6 @@ eHeadersErrors CPluginManager::headersValid() {
- eHeadersErrors CPluginManager::headersValid() {
- const auto HLVER = getHyprlandVersion();
-
-- if (!std::filesystem::exists(DataState::getHeadersPath() + "/share/pkgconfig/hyprland.pc"))
-- return HEADERS_MISSING;
--
- // find headers commit
- std::string cmd = std::format("PKG_CONFIG_PATH=\"{}/share/pkgconfig\" pkgconf --cflags --keep-system-cflags hyprland", DataState::getHeadersPath());
- auto headers = execAndGet(cmd.c_str());