Skip to Content.
Sympa Menu

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

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 (d73e581339ff1810c0bf8c5978c3b000a8cc1eb2)
  • Date: Tue, 26 Mar 2024 01:48:38 +0000

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

ChangeLog | 4 ++++
windowmanagers/hyprland/DEPENDS | 1 +
windowmanagers/hyprland/DETAILS | 8 ++++----
windowmanagers/hyprland/HISTORY | 4 ++++
wm-addons/hyprcursor/CONFIGURE | 1 +
wm-addons/hyprcursor/DEPENDS | 10 ++++++++++
wm-addons/hyprcursor/DETAILS | 26 ++++++++++++++++++++++++++
wm-addons/hyprcursor/HISTORY | 3 +++
wm-addons/hyprcursor/PREPARE | 2 ++
wm-addons/hyprlang/DETAILS | 4 ++--
wm-addons/hyprlang/HISTORY | 3 +++
wm-addons/wlroots/DETAILS | 6 +++---
wm-addons/wlroots/HISTORY | 4 ++++
13 files changed, 67 insertions(+), 9 deletions(-)

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

windowmanagers/hyprland: version 0.37.1, updated wlroots commit id

commit 9e0d3abb76316124e57dd3021cd1b5b3e11af43a
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

wm-addons/wlroots: update hyprland commit id for hyprland 0.37.1 to
0.18.0-50eae512d9cecbf0

commit 29914fa49ee9b56c21e4b6d6b581440bee30fd29
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

wm-addons/hyprcursor: new spell, the hyprland cursor format, library and
utilities

commit 31f2331156944c4627ee35a2b812c23c1fd826dd
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

wm-addons: version 0.5.0

diff --git a/ChangeLog b/ChangeLog
index 5b0464d..8202ca2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-03-25 Pavel Vinogradov <public AT sourcemage.org>
+ * wm-addons/hyprcursor: new spell, the hyprland cursor format,
library and
+ utilities
+
2024-03-15 Treeve Jelbert <treeve AT sourcemage.org>
* /python-pypi/firebird-driver: firebird driver for python3
* python-pypi/py-build: added, build tool for python
diff --git a/windowmanagers/hyprland/DEPENDS b/windowmanagers/hyprland/DEPENDS
index 0e44d6e..1166076 100755
--- a/windowmanagers/hyprland/DEPENDS
+++ b/windowmanagers/hyprland/DEPENDS
@@ -12,6 +12,7 @@ depends pixman &&
depends OPENGL &&
depends seatd &&
depends tomlplusplus &&
+depends hyprcursor &&
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 40835ef..26bbb6c 100755
--- a/windowmanagers/hyprland/DETAILS
+++ b/windowmanagers/hyprland/DETAILS
@@ -1,9 +1,9 @@
. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=hyprland
- VERSION=0.35.0
+ VERSION=0.37.1
+
SOURCE_HASH=sha512:03029664c935faaf8c237d4ecfd17eafb39755c333f6d784c857204d0ac1c4f8ad52a6f94e21c50ec4ee6629490e074468c869e2f004c497f3e1226924d122a2
PROTOCOLS_COMMIT=0c2ce70625cb30aef199cb388f99e19a61a6ce03
UDIS86_COMMIT=5336633af70f3917760a6d441ff02d93477b0c86
-
SOURCE_HASH=sha512:f650a6d2c38bee891ae83babab55154f15b7763c8a83bd1e4f2c4a2c3a19abb0667452fd8064a960e04da9ed4a31cbbce39d804624510ebafa61dfd78ef4f4af

SOURCE2_HASH=sha512:1eafa6ee8f371f2811a155b9ad6af006f39d76ec61b7144d094f79c849c90d813c8d58e34e74066a8285653bf3909b181d015cf0b4a42c593784154edee1dcdb

SOURCE3_HASH=sha512:64fc65b7388db25b6a8b008b51e274753e5e8b1dbd48126bdd676a3d0276ce37a4140bc5d08d6499ab5e61f51109eb8b9d1b14588bf8dc6d44d1642305403a82
SOURCE=Hyprland-${VERSION}.tar.gz
@@ -15,8 +15,8 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/Hyprland-${VERSION}"
SOURCE3="udis86-${UDIS86_COMMIT}.tar.gz"

SOURCE3_URL[0]="https://github.com/canihavesomecoffee/udis86/archive/$UDIS86_COMMIT.tar.gz";
if [[ "${SYSWLROOTS}" == "n" ]]; then
- WLROOTS_COMMIT="00b869c1a96f300a8f25da95d624524895e0ddf2"
-
SOURCE4_HASH="sha512:d9893f04194d813c0efc6d00bc80309e5a71672977aab46f631bf125555f00a757e08905a1e33714d1f58cec8703e44581cc6127dd22bece9a247738332794d2"
+ WLROOTS_COMMIT="50eae512d9cecbf0b3b1898bb1f0b40fa05fe19b"
+
SOURCE4_HASH="sha512:ce09d175f12cf25021caf18c0eac56aad97d238b3e2c4bfcc071d12d1bb8a44ee5c3aceab72ce3002928ca3c2c833bb5992b4820b44e0d0985c343ae903d056e"
SOURCE4="wlroots-${WLROOTS_COMMIT}.tar.gz"

SOURCE4_URL[0]="https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/${WLROOTS_COMMIT}/${SOURCE4}.tar.gz";
fi
diff --git a/windowmanagers/hyprland/HISTORY b/windowmanagers/hyprland/HISTORY
index b843a51..994fb46 100644
--- a/windowmanagers/hyprland/HISTORY
+++ b/windowmanagers/hyprland/HISTORY
@@ -1,3 +1,7 @@
+2024-03-25 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.37.1, updated wlroots commit id
+ * DEPENDS: needs hyprcursor
+
2024-02-17 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.35.0, updated wlroots commit id

diff --git a/wm-addons/hyprcursor/CONFIGURE b/wm-addons/hyprcursor/CONFIGURE
new file mode 100755
index 0000000..90942b1
--- /dev/null
+++ b/wm-addons/hyprcursor/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/CMAKE_CONFIGURE"
diff --git a/wm-addons/hyprcursor/DEPENDS b/wm-addons/hyprcursor/DEPENDS
new file mode 100755
index 0000000..064fb22
--- /dev/null
+++ b/wm-addons/hyprcursor/DEPENDS
@@ -0,0 +1,10 @@
+. "${GRIMOIRE}/CMAKE_DEPENDS" &&
+
+if [[ "${HYPRCURSOR_BRANCH}" == "scm" ]]; then
+ depends git
+fi &&
+
+depends cairo &&
+depends hyprlang &&
+depends librsvg2 &&
+depends libzip
diff --git a/wm-addons/hyprcursor/DETAILS b/wm-addons/hyprcursor/DETAILS
new file mode 100755
index 0000000..c3c4df1
--- /dev/null
+++ b/wm-addons/hyprcursor/DETAILS
@@ -0,0 +1,26 @@
+. "${GRIMOIRE}/FUNCTIONS"
+. "${GRIMOIRE}/CMAKE_FUNCTIONS"
+ SPELL="hyprcursor"
+if [[ "${HYPRCURSOR_BRANCH}" == "scm" ]]; then
+ VERSION="$(get_scm_version)"
+ SOURCE="${SPELL}-scm.tar.xz"
+ FORCE_DOWNLOAD="on"
+ SOURCE_URL[0]="git_http://github.com/hyprwm/${SPELL}:${SPELL}-scm:main";
+ SOURCE_IGNORE="volatile"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+else
+ VERSION="0.1.5"
+
SOURCE_HASH="sha512:3092b6773a34fa1cab10f83fa48274d79a50cd373dfe8a89d0170a78767a66b5e0cbe57cd1b86bc4bb85371c23ac7425f59e61fb50723a895fef4e7f6039fdfc"
+ 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";
+# Watch: https://github.com/hyprwm/hyprcursor/tags tags/v([0-9.]+)[.]tar
+fi
+ WEB_SITE="https://hyprland.org/hyprcursor";
+ ENTERED="20240325"
+ LICENSE[0]="BSD"
+ KEYWORDS="cursor hyprland"
+ SHORT="The hyprland cursor format, library and utilities"
+cat << EOF
+The hyprland cursor format, library and utilities.
+EOF
diff --git a/wm-addons/hyprcursor/HISTORY b/wm-addons/hyprcursor/HISTORY
new file mode 100644
index 0000000..6f24589
--- /dev/null
+++ b/wm-addons/hyprcursor/HISTORY
@@ -0,0 +1,3 @@
+2024-03-25 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: created a spell, version 0.1.5
+
diff --git a/wm-addons/hyprcursor/PREPARE b/wm-addons/hyprcursor/PREPARE
new file mode 100755
index 0000000..e38d86f
--- /dev/null
+++ b/wm-addons/hyprcursor/PREPARE
@@ -0,0 +1,2 @@
+. "${GRIMOIRE}/FUNCTIONS" &&
+prepare_select_branch stable scm
diff --git a/wm-addons/hyprlang/DETAILS b/wm-addons/hyprlang/DETAILS
index 176f678..4860430 100755
--- a/wm-addons/hyprlang/DETAILS
+++ b/wm-addons/hyprlang/DETAILS
@@ -9,8 +9,8 @@ if [[ "${HYPRLANG_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
else
- VERSION="0.4.0"
-
SOURCE_HASH="sha512:f25ac8f5667e7c6600916fa730dcb66cef0f86ebedd7157e94691f3e46350f628d68a3974916c09d709bbb89582d66cf5c707ef263f20964b2f205972d72ebe8"
+ VERSION="0.5.0"
+
SOURCE_HASH="sha512:9e80b936d977d46f9c1a0fc4733c89fb1cf521c767295891427f1ab358f8373839db3fad823f8abfca9d344350813361504f70aa3f6e109b523ab8ec2c3fa833"
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/hyprlang/HISTORY b/wm-addons/hyprlang/HISTORY
index daca1a4..7e66892 100644
--- a/wm-addons/hyprlang/HISTORY
+++ b/wm-addons/hyprlang/HISTORY
@@ -1,3 +1,6 @@
+2024-03-25 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.5.0
+
2024-02-19 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.4.0

diff --git a/wm-addons/wlroots/DETAILS b/wm-addons/wlroots/DETAILS
index da0a4e9..540bd76 100755
--- a/wm-addons/wlroots/DETAILS
+++ b/wm-addons/wlroots/DETAILS
@@ -11,9 +11,9 @@ case "${WLROOTS_BRANCH}" in
FORCE_DOWNLOAD=on
;;
(hyprland)
- VERSION=0.18.0-00b869c1a96f300a
- WLROOTS_COMMIT="00b869c1a96f300a8f25da95d624524895e0ddf2"
-
SOURCE_HASH="sha512:d9893f04194d813c0efc6d00bc80309e5a71672977aab46f631bf125555f00a757e08905a1e33714d1f58cec8703e44581cc6127dd22bece9a247738332794d2"
+ VERSION=0.18.0-50eae512d9cecbf0
+ WLROOTS_COMMIT="50eae512d9cecbf0b3b1898bb1f0b40fa05fe19b"
+
SOURCE_HASH="sha512:ce09d175f12cf25021caf18c0eac56aad97d238b3e2c4bfcc071d12d1bb8a44ee5c3aceab72ce3002928ca3c2c833bb5992b4820b44e0d0985c343ae903d056e"
SOURCE="${SPELL}-${WLROOTS_COMMIT}.tar.gz"

SOURCE_URL[0]="https://gitlab.freedesktop.org/${SPELL}/${SPELL}/-/archive/${WLROOTS_COMMIT}/${SOURCE}.tar.gz";
;;
diff --git a/wm-addons/wlroots/HISTORY b/wm-addons/wlroots/HISTORY
index 88a7f61..f3bfc38 100644
--- a/wm-addons/wlroots/HISTORY
+++ b/wm-addons/wlroots/HISTORY
@@ -1,3 +1,7 @@
+2024-03-25 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: update hyprland commit id for hyprland 0.37.1 to
+ 0.18.0-50eae512d9cecbf0
+
2024-03-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.17.2



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

Archive powered by MHonArc 2.6.24.

Top of Page