Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (be03115e6e373f6e8e34b0d6305eb019e61afb35)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <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 Ismael Luceno (be03115e6e373f6e8e34b0d6305eb019e61afb35)
  • Date: Fri, 12 Jun 2026 16:24:08 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

python-pypi/asciidoc/DETAILS | 1 -
python-pypi/asciidoc/HISTORY | 3 +++
python-pypi/asciidoc/TRIGGERS | 1 +
utils/spice-protocol/DETAILS | 5 +++--
utils/spice-protocol/HISTORY | 3 +++
utils/spice/DEPENDS | 5 ++++-
utils/spice/DETAILS | 5 +++--
utils/spice/HISTORY | 3 +++
8 files changed, 20 insertions(+), 6 deletions(-)

New commits:
commit be03115e6e373f6e8e34b0d6305eb019e61afb35
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

spice 0.16.0

commit 8c339fa2039974235972dd6f979b57e0c431e3b3
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

spice: Add Watch line

commit 99ff913440b402c13f847aa6cdd45c46d3c23d75
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

spice-protocol 0.14.5

commit ab26ac65f5137e362909d7f67f6fb33936cb6ae1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

spice-protocol: Add Watch line

commit 0cc65c4855cb9ff42209773a4a13dabe9a20d0f7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

asciidoc: Replace STAGED_INSTALL=off with a trigger

diff --git a/python-pypi/asciidoc/DETAILS b/python-pypi/asciidoc/DETAILS
index 766e533..5c1880a 100755
--- a/python-pypi/asciidoc/DETAILS
+++ b/python-pypi/asciidoc/DETAILS
@@ -7,7 +7,6 @@
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"

SOURCE_URL="https://github.com/$SPELLX/$SPELLX/releases/download/$VERSION/$SOURCE";
WEB_SITE=https://asciidoc.org/
- STAGED_INSTALL=off
ENTERED=20060123
LICENSE[0]=GPL
KEYWORDS="docbook man html doc"
diff --git a/python-pypi/asciidoc/HISTORY b/python-pypi/asciidoc/HISTORY
index 9ed818f..c580823 100644
--- a/python-pypi/asciidoc/HISTORY
+++ b/python-pypi/asciidoc/HISTORY
@@ -1,3 +1,6 @@
+2026-06-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: replaced STAGED_INSTALL=off with a trigger
+
2024-07-20 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 10.2.1
fixed WEB_SITE
diff --git a/python-pypi/asciidoc/TRIGGERS b/python-pypi/asciidoc/TRIGGERS
new file mode 100755
index 0000000..a0042b8
--- /dev/null
+++ b/python-pypi/asciidoc/TRIGGERS
@@ -0,0 +1 @@
+on_cast "$SPELL" dispel_self
diff --git a/utils/spice-protocol/DETAILS b/utils/spice-protocol/DETAILS
index 67eab7b..8034699 100755
--- a/utils/spice-protocol/DETAILS
+++ b/utils/spice-protocol/DETAILS
@@ -1,8 +1,9 @@
+# Watch: https://spice-space.org/download/releases/
. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=spice-protocol
- VERSION=0.14.3
+ VERSION=0.14.5
SOURCE="${SPELL}-${VERSION}.tar.xz"
-
SOURCE_HASH=sha512:9e35fd0d9be14074a482bdb20fe6954e5f0a616d0ad60da63a065435df2b169ec134a95d5756df73e2606c7497c9bf0427023d4e5ebfbb1abb181cf8020879a6
+
SOURCE_HASH=sha512:45bec8b427f3ae8df62e946eb21d3d31deed5e404d58cb9cd143669a2abb94d9ceb8add4f28b483a9c4215a8edba25be9308b6d3b63ad1ddc21653e0ab068dbc
SOURCE_URL[0]=http://spice-space.org/download/releases/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://spice-space.org";
diff --git a/utils/spice-protocol/HISTORY b/utils/spice-protocol/HISTORY
index 0335bca..49c574e 100644
--- a/utils/spice-protocol/HISTORY
+++ b/utils/spice-protocol/HISTORY
@@ -1,3 +1,6 @@
+2026-06-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.14.5
+
2022-05-28 Florian Franzmann <bwlf AT bandrate.org>
* DEPENDS: use MESON_DEPENDS

diff --git a/utils/spice/DEPENDS b/utils/spice/DEPENDS
index 3a0d3b0..e752574 100755
--- a/utils/spice/DEPENDS
+++ b/utils/spice/DEPENDS
@@ -1,8 +1,11 @@
+. "$GRIMOIRE"/VDEPENDS &&
+<<-! vdepends &&
+ spice-protocol >= 0.14.5
+!
depends alsa-lib &&
depends opus &&
depends cairo &&
depends pixman &&
-depends spice-protocol &&
depends SSL &&
depends libxrandr &&
depends libxfixes &&
diff --git a/utils/spice/DETAILS b/utils/spice/DETAILS
index 84cbc52..ada49f0 100755
--- a/utils/spice/DETAILS
+++ b/utils/spice/DETAILS
@@ -1,7 +1,8 @@
+# Watch: https://spice-space.org/download/releases/
SPELL=spice
- VERSION=0.14.3
+ VERSION=0.16.0
SOURCE="${SPELL}-${VERSION}.tar.bz2"
-
SOURCE_HASH=sha512:9ecdc455ff25c71ac1fe6c576654b51efbfb860110bd6828065d23f7462d5c5cac772074d1a40f033386258d970b77275b2007bcfdffb23fdff2137154ea46e4
+
SOURCE_HASH=sha512:21fb8cc3cc4b3c185a1d3735dfda5df054e9244eeec9f3e2e2cf6f67acce70b213766502e55ac7c7e3b69872895cb28b79a39b4d428b63e030eaa157b6c48731
SOURCE_URL[0]=http://${SPELL}-space.org/download/releases/${SOURCE}
#
SOURCE_HASH=sha512:546f6ef8d8b9a5253a36d016d32da360b19047ebe08dd015e03aebc03565e2e374b69169e7f5b215f232c4b8c489a0eaafb1b6a1271b7387e59a1979224ad3b8
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/utils/spice/HISTORY b/utils/spice/HISTORY
index 2be64e6..ddaff35 100644
--- a/utils/spice/HISTORY
+++ b/utils/spice/HISTORY
@@ -1,3 +1,6 @@
+2026-06-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: updated spell to 0.16.0
+
2020-09-07 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: switched from celt to opus
* DETAILS: updated spell to 0.14.3


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (be03115e6e373f6e8e34b0d6305eb019e61afb35), Ismael Luceno, 06/12/2026

Archive powered by MHonArc 2.6.24.

Top of Page