Skip to Content.
Sympa Menu

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

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 (ba669b731ac2cdfa2b7a4c29dbf97b64ae8337b9)
  • Date: Fri, 3 Oct 2025 16:36:55 +0000

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

wm-addons/aquamarine/DETAILS | 4 ++--
wm-addons/aquamarine/HISTORY | 3 +++
wm-addons/hyprgraphics/DEPENDS | 1 +
wm-addons/hyprgraphics/DETAILS | 4 ++--
wm-addons/hyprgraphics/HISTORY | 4 ++++
wm-addons/hyprutils/DETAILS | 4 ++--
wm-addons/hyprutils/HISTORY | 3 +++
7 files changed, 17 insertions(+), 6 deletions(-)

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

wm-addons/hyprgraphics: version 0.2.0

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

wm-addons/aquamarine: version 0.9.5

commit 89aaed4261a24f75926422fc44e2012d34492e01
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

wm-addons/hyprutils: version 0.9.0

diff --git a/wm-addons/aquamarine/DETAILS b/wm-addons/aquamarine/DETAILS
index 52cf9e4..49610cd 100755
--- a/wm-addons/aquamarine/DETAILS
+++ b/wm-addons/aquamarine/DETAILS
@@ -9,8 +9,8 @@ if [[ "${AQUAMARINE_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
else
- VERSION="0.9.4"
-
SOURCE_HASH="sha512:4db56b269254165706202eeae319a439afcf488152168f4e079f67696762a2c11d8cb79f4dffb48fced65e37d4efe35a8e8b3e09fda7e40d0882463781488296"
+ VERSION="0.9.5"
+
SOURCE_HASH="sha512:ec6ae3ab54a8001db549553e88a18a3ed582f50f38646b057f97ba4ec5cc9ff4eb37ac7cb4f68890834060abb0e12c57f06771625a74053966597a980f52fd39"
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/aquamarine/HISTORY b/wm-addons/aquamarine/HISTORY
index 746ccf7..b194f31 100644
--- a/wm-addons/aquamarine/HISTORY
+++ b/wm-addons/aquamarine/HISTORY
@@ -1,3 +1,6 @@
+2025-10-03 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.9.5
+
2025-08-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.9.4

diff --git a/wm-addons/hyprgraphics/DEPENDS b/wm-addons/hyprgraphics/DEPENDS
index 58dd601..537e39b 100755
--- a/wm-addons/hyprgraphics/DEPENDS
+++ b/wm-addons/hyprgraphics/DEPENDS
@@ -8,5 +8,6 @@ depends libwebp &&
depends JPEG &&
depends pixman &&
depends libpng &&
+depends librsvg2 &&

optional_depends libjxl "" "" "for JPEG-XL format support"
diff --git a/wm-addons/hyprgraphics/DETAILS b/wm-addons/hyprgraphics/DETAILS
index 3541463..6c3df84 100755
--- a/wm-addons/hyprgraphics/DETAILS
+++ b/wm-addons/hyprgraphics/DETAILS
@@ -9,8 +9,8 @@ if [[ "${HYPRGRAPHICS_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
else
- VERSION="0.1.6"
-
SOURCE_HASH="sha512:2f2f7abfd4a9eca5d37eebb85b6f53ee7fb94914a02f475df674c72fc540f43c1a7645c7e3bb7578444727f82f00fddfab1386f96ad15b165a1307b714078049"
+ VERSION="0.2.0"
+
SOURCE_HASH="sha512:95b1b27fe44fb82fde6a2a04b21ddd15fad0c4da207cd94f6843eff0dce69d008054d94c2622fd0c27c7a3d9e77fcc09fe36395491c58bcb07eb0b1c5029f5b0"
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/hyprgraphics/HISTORY b/wm-addons/hyprgraphics/HISTORY
index 55743a7..59d74c5 100644
--- a/wm-addons/hyprgraphics/HISTORY
+++ b/wm-addons/hyprgraphics/HISTORY
@@ -1,3 +1,7 @@
+2025-10-03 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.2.0
+ * DEPENDS: needs librsvg2
+
2025-09-18 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.1.6

diff --git a/wm-addons/hyprutils/DETAILS b/wm-addons/hyprutils/DETAILS
index 57f0696..a858408 100755
--- a/wm-addons/hyprutils/DETAILS
+++ b/wm-addons/hyprutils/DETAILS
@@ -9,8 +9,8 @@ if [[ "${HYPRUTILS_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
else
- VERSION="0.8.4"
-
SOURCE_HASH="sha512:851a1783d064eefecdfe7dd3255fd148dbaa33fdb495d2500c0b08248ae7ad0e1b74c437226ba07c5c296466f291bbf21f0a6c75f6bd35341c11deea5bb1ca52"
+ VERSION="0.9.0"
+
SOURCE_HASH="sha512:ba1c3d8b8b2ec8a574308fec7c0a194cac76eae628e4f7fcecb77432981d299d71177e71673c1eb41b086f331aa63febf7c06223997a5eda7276136b767d3f11"
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/hyprutils/HISTORY b/wm-addons/hyprutils/HISTORY
index 753e236..b912b30 100644
--- a/wm-addons/hyprutils/HISTORY
+++ b/wm-addons/hyprutils/HISTORY
@@ -1,3 +1,6 @@
+2025-10-03 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.9.0
+
2025-08-25 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.8.4



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

Archive powered by MHonArc 2.6.24.

Top of Page