Skip to Content.
Sympa Menu

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

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 (7656cfbefdcc5622d68c3870b2cd552012c93b8f)
  • Date: Wed, 8 Mar 2023 20:38:24 +0000

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

windowmanagers/hyprland/DEPENDS | 28 ++++++++++++++--------------
windowmanagers/hyprland/HISTORY | 3 ++-
2 files changed, 16 insertions(+), 15 deletions(-)

New commits:
commit 7656cfbefdcc5622d68c3870b2cd552012c93b8f
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

hyprland: change wlroots dep to -sub SCM HYPRLAND

diff --git a/windowmanagers/hyprland/DEPENDS b/windowmanagers/hyprland/DEPENDS
index b156d07..d05b68d 100755
--- a/windowmanagers/hyprland/DEPENDS
+++ b/windowmanagers/hyprland/DEPENDS
@@ -1,17 +1,17 @@
-. "${GRIMOIRE}/MESON_DEPENDS" &&
-depends PKG-CONFIG &&
-depends jq &&
-depends git &&
-depends wayland &&
-depends wayland-protocols &&
-depends wlroots &&
-depends libglvnd &&
-depends libxkbcommon &&
-depends libinput &&
-depends cairo &&
-depends pixman &&
-depends OPENGL &&
-depends seatd &&
+. "${GRIMOIRE}/MESON_DEPENDS" &&
+depends PKG-CONFIG &&
+depends jq &&
+depends git &&
+depends wayland &&
+depends wayland-protocols &&
+depends libglvnd &&
+depends libxkbcommon &&
+depends libinput &&
+depends cairo &&
+depends pixman &&
+depends OPENGL &&
+depends seatd &&
+depends -sub "SCM HYPRLAND" wlroots &&

# Needs -sub SCM
optional_depends wlroots \
diff --git a/windowmanagers/hyprland/HISTORY b/windowmanagers/hyprland/HISTORY
index 4f39c2f..41b5b9c 100644
--- a/windowmanagers/hyprland/HISTORY
+++ b/windowmanagers/hyprland/HISTORY
@@ -1,5 +1,6 @@
-2023-03-06 Conner Clere <xenanthropy AT sourcemage.org>
+2023-03-08 Conner Clere <xenanthropy AT sourcemage.org>
* DETAILS: version 0.22.0
+ * DEPENDS: change wlroots dep to -sub SCM HYPRLAND

2023-02-01 Conner Clere <xenanthropy AT sourcemage.org>
* DEPENDS, PRE_BUILD, HISTORY: add missing newlines at end



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (7656cfbefdcc5622d68c3870b2cd552012c93b8f), Conner Clere, 03/08/2023

Archive powered by MHonArc 2.6.24.

Top of Page