Skip to Content.
Sympa Menu

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

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 (489bd37ce761f97ff1917c6d715fdd36230a47e2)
  • Date: Mon, 24 Jun 2024 04:52:33 +0000

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

windowmanagers/hyprland/DEPENDS | 1 +
windowmanagers/hyprland/DETAILS | 12 ++++++------
windowmanagers/hyprland/HISTORY | 4 ++++
wm-addons/hyprcursor/DETAILS | 4 ++--
wm-addons/hyprcursor/HISTORY | 3 +++
5 files changed, 16 insertions(+), 8 deletions(-)

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

windowmanagers/hyprland: version 0.41.1

commit 2f40bee9c3f120554692506dd3aca2a14e91d8e4
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

wm-addons/hyprcursor: version 0.1.9

diff --git a/windowmanagers/hyprland/DEPENDS b/windowmanagers/hyprland/DEPENDS
index ddf03f3..b6a8e37 100755
--- a/windowmanagers/hyprland/DEPENDS
+++ b/windowmanagers/hyprland/DEPENDS
@@ -13,6 +13,7 @@ depends OPENGL &&
depends seatd &&
depends tomlplusplus &&
depends hyprcursor &&
+depends hyprutils &&
depends hyprwayland-scanner &&
depends util-linux &&
depends DEVICE-MANAGER &&
diff --git a/windowmanagers/hyprland/DETAILS b/windowmanagers/hyprland/DETAILS
index 377a5be..8325c73 100755
--- a/windowmanagers/hyprland/DETAILS
+++ b/windowmanagers/hyprland/DETAILS
@@ -1,10 +1,10 @@
. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=hyprland
- VERSION=0.40.0
-
SOURCE_HASH=sha512:e92c848aa0148fb2b38f2dea6a3f4487bbb080085b4895f4d892196fc655679ed523f0bf8c9f42f5ace6b47f0a8eb67ba3b4f1cb5fec76f5689e28bbc172c487
-PROTOCOLS_COMMIT=0c2ce70625cb30aef199cb388f99e19a61a6ce03
+ VERSION=0.41.1
+
SOURCE_HASH=sha512:705d5bb493ba8755476f41a089f80c470b8ccf755fe626799e0888b01610a93c151b471c2b9e9cec6f0a58c02c00f47fe68a2c1c8507950a6b393fd1210fd21d
+PROTOCOLS_COMMIT=e06482e0e611130cd1929f75e8c1cf679e57d161
UDIS86_COMMIT=5336633af70f3917760a6d441ff02d93477b0c86
-
SOURCE2_HASH=sha512:1eafa6ee8f371f2811a155b9ad6af006f39d76ec61b7144d094f79c849c90d813c8d58e34e74066a8285653bf3909b181d015cf0b4a42c593784154edee1dcdb
+
SOURCE2_HASH=sha512:e21519d5897219b8837aab0077f5c4aa928c92e73a0304ad7549ca8ec823de461c4322747a077266a749f6a105233388dbbdf952c6cbd095b7ae80666d70339b

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

SOURCE_URL[0]=https://github.com/hyprwm/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
@@ -14,8 +14,8 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/Hyprland-${VERSION}"

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";
- WLROOTS_COMMIT="5c1d51c5a2793480f5b6c4341ad0797052aec2ea"
-
SOURCE4_HASH="sha512:8f6e234fcee249d4cfb610e7d999042e172af5f37d94a55abe27e0e68c612b1abe13094e748adb2faf5dee52bbe48d8647a17dee88b774c9e41882549b091f19"
+ WLROOTS_COMMIT="422207dbcf0949e28042403edab539159282885e"
+
SOURCE4_HASH="sha512:81ba7cb22ba12429a0b7a88a397aa673a4370a2ea40e6a8ac1ec7cc4e1c94bf5c90a240d2429a1e6a0bac5edb66f078afc061d917c58f17f60be4bc543d57697"
SOURCE4="wlroots-hyprland-${WLROOTS_COMMIT}.tar.gz"

SOURCE4_URL[0]="https://github.com/hyprwm/wlroots-${SPELL}/archive/${WLROOTS_COMMIT}.tar.gz";
WEB_SITE=http://www.hyprland.org/
diff --git a/windowmanagers/hyprland/HISTORY b/windowmanagers/hyprland/HISTORY
index 8142212..41ee6bf 100644
--- a/windowmanagers/hyprland/HISTORY
+++ b/windowmanagers/hyprland/HISTORY
@@ -1,3 +1,7 @@
+2024-06-24 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.41.1
+ * DEPENDS: needs hyprutils
+
2024-05-05 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.40.0
* DEPENDS: needs hyprwayland-scanner and util-linux
diff --git a/wm-addons/hyprcursor/DETAILS b/wm-addons/hyprcursor/DETAILS
index 665168c..2a363e4 100755
--- a/wm-addons/hyprcursor/DETAILS
+++ b/wm-addons/hyprcursor/DETAILS
@@ -9,8 +9,8 @@ if [[ "${HYPRCURSOR_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
else
- VERSION="0.1.8"
-
SOURCE_HASH="sha512:f03ead33b37d46f189ec16b6dcebf066a4f531e74a5a71c4aaae90cb09415fd3901793bcdf41d7ce7bd2b5a22856abda360ed63648a19f4aef40dc78ae96963e"
+ VERSION="0.1.9"
+
SOURCE_HASH="sha512:39205b0ae4094cf07b19844894e4c7b4dfd2f44e8014e0db77759d880f02c21a2568705fdfae9efb11f05b97a54a9f0c2ffb57045c10a022a1b3ed2a0d2ccca8"
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/hyprcursor/HISTORY b/wm-addons/hyprcursor/HISTORY
index 250d3c0..c619f34 100644
--- a/wm-addons/hyprcursor/HISTORY
+++ b/wm-addons/hyprcursor/HISTORY
@@ -1,3 +1,6 @@
+2024-06-24 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.1.9
+
2024-04-29 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.1.8
* DEPENDS: added tomlplusplus


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (489bd37ce761f97ff1917c6d715fdd36230a47e2), Pavel Vinogradov, 06/24/2024

Archive powered by MHonArc 2.6.24.

Top of Page