Skip to Content.
Sympa Menu

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

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 (288af66676fa063cbc7f199cceeb67d0e7e4fd9e)
  • Date: Sat, 8 Apr 2023 23:56:46 +0000

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

windowmanagers/hyprland/DETAILS | 13 +++++++------
windowmanagers/hyprland/HISTORY | 4 ++++
wm-addons/wlroots/DETAILS | 2 +-
wm-addons/wlroots/HISTORY | 3 +++
4 files changed, 15 insertions(+), 7 deletions(-)

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

wm-addons/wlroots: updated HYPRLAND commit id for hyprland 0.24.0

commit 165023aef4f4a0673acb5db1cd6cfcd8d6730832
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

windowmanagers/hyprland: version 0.24.0

diff --git a/windowmanagers/hyprland/DETAILS b/windowmanagers/hyprland/DETAILS
index 2639f1198..1ca9974 100755
--- a/windowmanagers/hyprland/DETAILS
+++ b/windowmanagers/hyprland/DETAILS
@@ -1,10 +1,11 @@
. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=hyprland
- VERSION=0.23.0
-
SOURCE_HASH=sha256:a866dc48d2c7fad6f9a57e890430a8c234ea9f8fcada6c6eafb95eaadadb1ab0
- SOURCE=Hyprland-${VERSION}beta.tar.gz
-
SOURCE_URL[0]=https://github.com/hyprwm/${SPELL}/archive/v${VERSION}beta.tar.gz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/Hyprland-${VERSION}beta"
+ VERSION=0.24.0
+
SOURCE_HASH=sha256:31a80d880a3d3c2f9115313958e54dcae3c15e3c8e900c783bacdfb8a8db1750
+ 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="${SPELL}-protocols-scm.tar.xz"

SOURCE2_URL[0]="git_http://github.com/hyprwm/${SPELL}-protocols:${SPELL}-protocols-scm:main";
SOURCE2_IGNORE="volatile"
@@ -13,7 +14,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/Hyprland-${VERSION}beta"
SOURCE3_IGNORE="volatile"
if [[ "${SYSWLROOTS}" == "n" ]]; then
SOURCE4="${SPELL}-wlroots-scm.tar.xz"
-
SOURCE4_URL[0]="git_http://gitlab.freedesktop.org/wlroots/wlroots.git:${SPELL}-wlroots-scm:5ae17de23f5fd9bb252a698f3771c840280e2c05";
+
SOURCE4_URL[0]="git_http://gitlab.freedesktop.org/wlroots/wlroots.git:${SPELL}-wlroots-scm:7abda952d0000b72d240fe1d41457b9288f0b6e5";
SOURCE4_IGNORE="volatile"
fi
WEB_SITE=http://www.hyprland.org/
diff --git a/windowmanagers/hyprland/HISTORY b/windowmanagers/hyprland/HISTORY
index d098679..6e4f1ef 100644
--- a/windowmanagers/hyprland/HISTORY
+++ b/windowmanagers/hyprland/HISTORY
@@ -1,3 +1,7 @@
+2023-04-08 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.24.0, updated source url, build directory and
wlroots
+ commit id
+
2023-03-22 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: don't install docs subdir, man pages are installed to
proper path

diff --git a/wm-addons/wlroots/DETAILS b/wm-addons/wlroots/DETAILS
index 999ef0a..ad6211e 100755
--- a/wm-addons/wlroots/DETAILS
+++ b/wm-addons/wlroots/DETAILS
@@ -7,7 +7,7 @@ if [[ "${WLROOTS_BRANCH}" == "scm" ]]; then
SOURCE="${SPELL}-git.tar.xz"
FORCE_DOWNLOAD="on"
if [[ ${HYPRLAND} == 'y' ]]; then
-
SOURCE_URL[0]="git_http://gitlab.freedesktop.org/wlroots/wlroots.git:${SPELL}-git:5ae17de23f5fd9bb252a698f3771c840280e2c05";
+
SOURCE_URL[0]="git_http://gitlab.freedesktop.org/wlroots/wlroots.git:${SPELL}-git:7abda952d0000b72d240fe1d41457b9288f0b6e5";
else
SOURCE_URL[0]="git_http://gitlab.freedesktop.org/wlroots/wlroots.git";
fi
diff --git a/wm-addons/wlroots/HISTORY b/wm-addons/wlroots/HISTORY
index d3a59a9..2ef2e7b 100644
--- a/wm-addons/wlroots/HISTORY
+++ b/wm-addons/wlroots/HISTORY
@@ -1,3 +1,6 @@
+2023-04-08 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated HYPRLAND commit id for hyprland 0.24.0
+
2023-03-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated HYPRLAND commit id for hyprland 0.23.0




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (288af66676fa063cbc7f199cceeb67d0e7e4fd9e), Pavel Vinogradov, 04/08/2023

Archive powered by MHonArc 2.6.24.

Top of Page