Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (30536eef75792522477190a225cc5a4dd9f47bb3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (30536eef75792522477190a225cc5a4dd9f47bb3)
  • Date: Tue, 26 Mar 2024 14:28:33 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

wm-addons/wlroots/DETAILS | 4 ----
wm-addons/wlroots/HISTORY | 3 +++
2 files changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 30536eef75792522477190a225cc5a4dd9f47bb3
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

wm-addons/wlroots: removed extra case operator in DETAILS

diff --git a/wm-addons/wlroots/DETAILS b/wm-addons/wlroots/DETAILS
index 540bd76..f5d5d09 100755
--- a/wm-addons/wlroots/DETAILS
+++ b/wm-addons/wlroots/DETAILS
@@ -19,10 +19,6 @@ case "${WLROOTS_BRANCH}" in
;;
(*)
VERSION=0.17.2
-esac
-case "$WLROOTS_BRANCH" in
-(scm|hyprland);;
-(*)
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$VERSION/downloads/$SOURCE";
SOURCE2=$SOURCE.sig
diff --git a/wm-addons/wlroots/HISTORY b/wm-addons/wlroots/HISTORY
index f3bfc38..55c0a4e 100644
--- a/wm-addons/wlroots/HISTORY
+++ b/wm-addons/wlroots/HISTORY
@@ -1,3 +1,6 @@
+2024-03-26 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: removed redundant case operator
+
2024-03-25 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: update hyprland commit id for hyprland 0.37.1 to
0.18.0-50eae512d9cecbf0


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (30536eef75792522477190a225cc5a4dd9f47bb3), Pavel Vinogradov, 03/26/2024

Archive powered by MHonArc 2.6.24.

Top of Page