Skip to Content.
Sympa Menu

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

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 (bdafa57ef9c947bb408b2ea781d07fa3a9bfb30f)
  • Date: Fri, 28 Mar 2025 18:09:48 +0000

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

windowmanagers/hyprland/DEPENDS | 1 +
windowmanagers/hyprland/DETAILS | 4 ----
windowmanagers/hyprland/HISTORY | 5 ++++-
windowmanagers/hyprland/PRE_BUILD | 4 +---
4 files changed, 6 insertions(+), 8 deletions(-)

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

windowmanagers/hyprland: uses hyprland-protocols
spell as a dependency now

diff --git a/windowmanagers/hyprland/DEPENDS b/windowmanagers/hyprland/DEPENDS
index f31e34d..1cfee96 100755
--- a/windowmanagers/hyprland/DEPENDS
+++ b/windowmanagers/hyprland/DEPENDS
@@ -17,6 +17,7 @@ depends seatd &&
depends tomlplusplus &&
depends hyprcursor &&
depends hyprgraphics &&
+depends hyprland-protocols &&
depends hyprutils &&
depends hyprwayland-scanner &&
depends re2 &&
diff --git a/windowmanagers/hyprland/DETAILS b/windowmanagers/hyprland/DETAILS
index 24a8476..d4d79eb 100755
--- a/windowmanagers/hyprland/DETAILS
+++ b/windowmanagers/hyprland/DETAILS
@@ -2,16 +2,12 @@
SPELL=hyprland
VERSION=0.48.1

SOURCE_HASH=sha512:95d0fe993d8400200a6b2c746105ccf80dd8a66211feaec19d56ffae83001938ca54ee899f3088a8a253a68dfecd742d74d7456d771de2f444ec80df8b227d45
-PROTOCOLS_COMMIT=755aef8dab49d0fc4663c715fa4ad221b2aedaed
UDIS86_COMMIT=5336633af70f3917760a6d441ff02d93477b0c86
-
SOURCE2_HASH=sha512:c2204f2f87aa16968778442a521cbcc7e722aedb520fc9dcb89fc7c4384e0f438ad4fc66a9325be75fbdb03436e680c4f2e04347441fc669f28b2f54a3d08dda

SOURCE3_HASH=sha512:64fc65b7388db25b6a8b008b51e274753e5e8b1dbd48126bdd676a3d0276ce37a4140bc5d08d6499ab5e61f51109eb8b9d1b14588bf8dc6d44d1642305403a82
SOURCE=Hyprland-${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/hyprwm/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
# Watch: https://github.com/hyprwm/Hyprland/tags tags/v([0-9.]+)[.]tar
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Hyprland-${VERSION}"
- SOURCE2="hyprland-protocols-${PROTOCOLS_COMMIT}.tar.gz"
-
SOURCE2_URL[0]="https://github.com/hyprwm/${SPELL}-protocols/archive/$PROTOCOLS_COMMIT.tar.gz";
SOURCE3="udis86-${UDIS86_COMMIT}.tar.gz"

SOURCE3_URL[0]="https://github.com/canihavesomecoffee/udis86/archive/$UDIS86_COMMIT.tar.gz";
WEB_SITE=http://www.hyprland.org/
diff --git a/windowmanagers/hyprland/HISTORY b/windowmanagers/hyprland/HISTORY
index 8674497..0b3e52b 100644
--- a/windowmanagers/hyprland/HISTORY
+++ b/windowmanagers/hyprland/HISTORY
@@ -1,5 +1,8 @@
2025-03-28 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 0.48.1
+ * DETAILS: version 0.48.1, removed hyprland-protocols revision,
source and
+ URL
+ * DEPENDS: needs hyprland-protocols
+ * PRE_BUILD: dropped hyprland-protocols related code

2025-03-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.48.0, updated hyprland-protocols revision
diff --git a/windowmanagers/hyprland/PRE_BUILD
b/windowmanagers/hyprland/PRE_BUILD
index c656769..cbb7d99 100755
--- a/windowmanagers/hyprland/PRE_BUILD
+++ b/windowmanagers/hyprland/PRE_BUILD
@@ -1,7 +1,5 @@
default_pre_build &&
cd "${SOURCE_DIRECTORY}/subprojects" &&
-unpack_file 2 &&
unpack_file 3 &&
-rm -rf "${SPELL}-protocols" "udis86" &&
-mv "${SOURCE2%.tar.gz}" "./${SPELL}-protocols" &&
+rm -rf "udis86" &&
mv "${SOURCE3%.tar.gz}" "./udis86"


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (bdafa57ef9c947bb408b2ea781d07fa3a9bfb30f), Pavel Vinogradov, 03/28/2025

Archive powered by MHonArc 2.6.24.

Top of Page