Skip to Content.
Sympa Menu

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

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 (01d165bab5f4ab12507e970ab9a21a6c544edf51)
  • Date: Sat, 13 Jan 2024 03:16:39 +0000

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

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

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

windowmanagers/hyprland: version 3.34.0

diff --git a/windowmanagers/hyprland/DEPENDS b/windowmanagers/hyprland/DEPENDS
index 4d8977f..0e44d6e 100755
--- a/windowmanagers/hyprland/DEPENDS
+++ b/windowmanagers/hyprland/DEPENDS
@@ -11,6 +11,7 @@ depends cairo &&
depends pixman &&
depends OPENGL &&
depends seatd &&
+depends tomlplusplus &&
if [[ "${SYSWLROOTS}" == "y" ]]; then
depends -sub "SCM HYPRLAND" wlroots 'use_system_wlroots=enabled'
else
diff --git a/windowmanagers/hyprland/DETAILS b/windowmanagers/hyprland/DETAILS
index 285a76c..c722a22 100755
--- a/windowmanagers/hyprland/DETAILS
+++ b/windowmanagers/hyprland/DETAILS
@@ -1,9 +1,9 @@
. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=hyprland
- VERSION=0.33.1
+ VERSION=0.34.0
PROTOCOLS_COMMIT=0c2ce70625cb30aef199cb388f99e19a61a6ce03
UDIS86_COMMIT=5336633af70f3917760a6d441ff02d93477b0c86
-
SOURCE_HASH=sha512:b44dbef8c444de6271020daf090fc0ee302e885213aad1a8d23c6eb661ee45e1afddd7eb962264b1bcafad45830da44833d394e9a6bae20aa7c7be115c53e543
+
SOURCE_HASH=sha512:8a14aa28d16cdcbe67d04db87e523813b5377b70dc15674da9600c6f79142bdc3ec9ee14ecc11bcd0d60d77f6c48f0456f869097731a829fb393a8dfc834396d

SOURCE2_HASH=sha512:1eafa6ee8f371f2811a155b9ad6af006f39d76ec61b7144d094f79c849c90d813c8d58e34e74066a8285653bf3909b181d015cf0b4a42c593784154edee1dcdb

SOURCE3_HASH=sha512:64fc65b7388db25b6a8b008b51e274753e5e8b1dbd48126bdd676a3d0276ce37a4140bc5d08d6499ab5e61f51109eb8b9d1b14588bf8dc6d44d1642305403a82
SOURCE=Hyprland-${VERSION}.tar.gz
@@ -14,7 +14,7 @@ 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";
-if [[ "${SYSWLROOTS}" != "n" ]]; then
+if [[ "${SYSWLROOTS}" == "n" ]]; then
WLROOTS_COMMIT=5d639394f3e83b01596dcd166a44a9a1a2583350

SOURCE4_HASH=sha512:67edd83608ccac2dc39b2638bba637ed7dcc190795f9c7eab536572c6a06685fdd37c9e5fef148b128a472dd077ee8fdf5eda21f2903523ce3ca9dd82a705ea2
SOURCE4="wlroots-${WLROOTS_COMMIT}.tar.gz"
diff --git a/windowmanagers/hyprland/HISTORY b/windowmanagers/hyprland/HISTORY
index ed96848..bc373d7 100644
--- a/windowmanagers/hyprland/HISTORY
+++ b/windowmanagers/hyprland/HISTORY
@@ -1,3 +1,7 @@
+2024-01-12 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PRE_BUILD: version 0.34.0, fixed confusion about embedded
wlroots
+ * DEPENDS: needs tomlplusplus
+
2024-01-04 Pavel Vinogradov <public AT sourcemage.org>
* PRE_BUILD: fixed embedded wlroots unpacking

diff --git a/windowmanagers/hyprland/PRE_BUILD
b/windowmanagers/hyprland/PRE_BUILD
index 8254186..3e6df54 100755
--- a/windowmanagers/hyprland/PRE_BUILD
+++ b/windowmanagers/hyprland/PRE_BUILD
@@ -9,7 +9,7 @@ rm -rf "${SPELL}-protocols" "udis86" "wlroots" &&
mv "${SOURCE2%.tar.gz}" "./${SPELL}-protocols" &&
mv "${SOURCE3%.tar.gz}" "./udis86" &&

-if [[ "${SYSWLROOTS}" != "n" ]]; then
+if [[ "${SYSWLROOTS}" == "n" ]]; then
unpack_file 4 &&
mv "${SOURCE4%.tar.gz}" "./wlroots"
fi



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (01d165bab5f4ab12507e970ab9a21a6c544edf51), Pavel Vinogradov, 01/12/2024

Archive powered by MHonArc 2.6.24.

Top of Page