Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (198d5e1ffe737f8766881c7f98f61cfe9b90407f)
  • Date: Tue, 15 Sep 2026 17:33:49 +0000

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

wm-addons/hyprland-protocols/CONFIGURE | 7 +------
wm-addons/hyprland-protocols/DEPENDS | 5 ++---
wm-addons/hyprland-protocols/DETAILS | 7 +++----
wm-addons/hyprland-protocols/HISTORY | 3 +++
4 files changed, 9 insertions(+), 13 deletions(-)

New commits:
commit 198d5e1ffe737f8766881c7f98f61cfe9b90407f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

wm-addons/hyprland-protocols: version 0.7.1

diff --git a/wm-addons/hyprland-protocols/CONFIGURE
b/wm-addons/hyprland-protocols/CONFIGURE
index ad46528..90942b1 100755
--- a/wm-addons/hyprland-protocols/CONFIGURE
+++ b/wm-addons/hyprland-protocols/CONFIGURE
@@ -1,6 +1 @@
-if [[ "${HYPRLAND_PROTOCOLS_BRANCH}" == "scm" ]]; then
- . "${GRIMOIRE}/CMAKE_CONFIGURE" &&
- depends git
-else
- . "${GRIMOIRE}/MESON_CONFIGURE"
-fi
+. "${GRIMOIRE}/CMAKE_CONFIGURE"
diff --git a/wm-addons/hyprland-protocols/DEPENDS
b/wm-addons/hyprland-protocols/DEPENDS
index a253eed..ff52ea8 100755
--- a/wm-addons/hyprland-protocols/DEPENDS
+++ b/wm-addons/hyprland-protocols/DEPENDS
@@ -1,6 +1,5 @@
+. "${GRIMOIRE}/CMAKE_DEPENDS" &&
+
if [[ "${HYPRLAND_PROTOCOLS_BRANCH}" == "scm" ]]; then
- . "${GRIMOIRE}/CMAKE_DEPENDS" &&
depends git
-else
- . "${GRIMOIRE}/MESON_DEPENDS"
fi
diff --git a/wm-addons/hyprland-protocols/DETAILS
b/wm-addons/hyprland-protocols/DETAILS
index e6bd87e..a519b76 100755
--- a/wm-addons/hyprland-protocols/DETAILS
+++ b/wm-addons/hyprland-protocols/DETAILS
@@ -1,7 +1,7 @@
. "${GRIMOIRE}/FUNCTIONS"
+. "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL="hyprland-protocols"
if [[ "${HYPRLAND_PROTOCOLS_BRANCH}" == "scm" ]]; then
-. "${GRIMOIRE}/CMAKE_FUNCTIONS"
VERSION="$(get_scm_version)"
SOURCE="${SPELL}-scm.tar.xz"
FORCE_DOWNLOAD="on"
@@ -9,9 +9,8 @@ if [[ "${HYPRLAND_PROTOCOLS_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
else
-. "${GRIMOIRE}/MESON_FUNCTIONS"
- VERSION="0.7.0"
-
SOURCE_HASH="sha512:809016a2d25b6cd91befc34d89c4acc3c1fce5628cac490a149f3aa5b413b680cecb4c66e86e59e02c55c2a3cfee2be911cd26c55910527e02e6983245a481a5"
+ VERSION="0.7.1"
+
SOURCE_HASH="sha512:7d4eb5e9e21f38bb6d632a85ec1727154ff7f9c5171b0d62d0f11ea0905b8fc2e3ced2a4a4f602ecbeae18d2de9eb6f1c051a38263c24f878379cee699a2ef59"
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"

SOURCE_URL[0]="https://github.com/hyprwm/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz";
diff --git a/wm-addons/hyprland-protocols/HISTORY
b/wm-addons/hyprland-protocols/HISTORY
index dbad984..3931f6a 100644
--- a/wm-addons/hyprland-protocols/HISTORY
+++ b/wm-addons/hyprland-protocols/HISTORY
@@ -1,3 +1,6 @@
+2026-09-15 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: version 0.7.0, all branches use cmake
now
+
2026-05-20 Pavel Vinogradov <public AT sourcemage.org>
* CONFIGURE, DEPENDS, DETAILS: version 0.7.0, scm branch uses cmake



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (198d5e1ffe737f8766881c7f98f61cfe9b90407f), Pavel Vinogradov, 09/15/2026

Archive powered by MHonArc 2.6.24.

Top of Page