Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (139303c691f3a3ceef11661b6ec8bae442516cc5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (139303c691f3a3ceef11661b6ec8bae442516cc5)
  • Date: Wed, 1 Feb 2023 23:44:18 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

windowmanagers/hyprland/DEPENDS | 5 +++--
windowmanagers/hyprland/HISTORY | 5 +++++
windowmanagers/hyprland/PRE_BUILD | 3 ++-
3 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 139303c691f3a3ceef11661b6ec8bae442516cc5
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

hyprland: fix is_depends_enabled statements; add newlines

diff --git a/windowmanagers/hyprland/DEPENDS b/windowmanagers/hyprland/DEPENDS
index adcffa9..b156d07 100755
--- a/windowmanagers/hyprland/DEPENDS
+++ b/windowmanagers/hyprland/DEPENDS
@@ -21,7 +21,7 @@ optional_depends wlroots \

# 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

Archive powered by MHonArc 2.6.24.

Top of Page