# If no system wlroots, we need to depend on wlroots' deps
# so wlroots subproject will build
-if !(is_depends_enabled $SPELL wlroots); then
+if ! is_depends_enabled $SPELL wlroots; then
depends python3 &&
depends DEVICE-MANAGER &&
depends xcb-util-errors &&
@@ -46,4 +46,5 @@ fi &&
optional_depends systemd \
'systemd=enabled' \
'systemd=disabled' \
- 'Enable systemd support?'
\ No newline at end of file
+ 'Enable systemd support?'
+
diff --git a/windowmanagers/hyprland/HISTORY b/windowmanagers/hyprland/HISTORY
index 6512e93..3bf1745 100644
--- a/windowmanagers/hyprland/HISTORY
+++ b/windowmanagers/hyprland/HISTORY
@@ -1,3 +1,8 @@
+2023-02-01 Conner Clere <xenanthropy AT sourcemage.org>
+ * DEPENDS, PRE_BUILD, HISTORY: add missing newlines at end
+ * DEPENDS, PRE_BUILD: fix is_depends_enabled statements
+
2023-01-31 Conner Clere <xenanthropy AT sourcemage.org>
* CONFIGURE, DEPENDS, PRE_BUILD, DETAILS: version 0.21.0, new spell
* patches/hyprland-system-wlroots.patch: add support for system
wlroots
+
diff --git a/windowmanagers/hyprland/PRE_BUILD
b/windowmanagers/hyprland/PRE_BUILD
index 5e751ba..a8d652e 100755
--- a/windowmanagers/hyprland/PRE_BUILD
+++ b/windowmanagers/hyprland/PRE_BUILD
@@ -6,6 +6,7 @@ cd "${SOURCE_DIRECTORY}/subprojects" &&
git clone https://github.com/hyprwm/hyprland-protocols.git
./hyprland-protocols &&
# Clones wlroots repo if you aren't using system wlroots
-if !(is_depends_enabled $SPELL wlroots); then
+if ! is_depends_enabled $SPELL wlroots; then
git clone https://gitlab.freedesktop.org/wlroots/wlroots.git ./wlroots
fi
+
[SM-Commit] GIT changes to master grimoire by Conner Clere (139303c691f3a3ceef11661b6ec8bae442516cc5),
Conner Clere, 02/01/2023