Skip to Content.
Sympa Menu

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

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 (ce1f2eb63742576afa4de5958059ac1882952c52)
  • Date: Mon, 2 Jun 2025 21:48:45 +0000

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

database/sqlite/BUILD | 4 ----
database/sqlite/HISTORY | 3 +++
wm-addons/wlroots/DETAILS | 2 +-
wm-addons/wlroots/HISTORY | 3 ---
4 files changed, 4 insertions(+), 8 deletions(-)

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

Revert "wlroots: => 0.19.0"

Non-functional, options aren't recognised.

This reverts commit 645986976d4511d219c08801d2fec4f582318142.

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

sqlite: Remove --enable-threads from tcl ext config

diff --git a/database/sqlite/BUILD b/database/sqlite/BUILD
index 370c27a..513db2a 100755
--- a/database/sqlite/BUILD
+++ b/database/sqlite/BUILD
@@ -31,10 +31,6 @@ if [[ $SQLITE_VERSION == tea ]]; then
# reset options to these
OPTS="--with-tcl=$INSTALL_ROOT/usr/lib" &&

- if list_find "$SQLITE_TSAFE" "--enable-threadsafe"; then
- OPTS="--enable-threads $OPTS"
- fi &&
-
cd tea &&
default_build
fi
diff --git a/database/sqlite/HISTORY b/database/sqlite/HISTORY
index fa19e4c..fce89c2 100644
--- a/database/sqlite/HISTORY
+++ b/database/sqlite/HISTORY
@@ -1,3 +1,6 @@
+2025-06-02 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: removed --enable-threads from the tcl extension config
+
2025-05-29 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.50.0

diff --git a/wm-addons/wlroots/DETAILS b/wm-addons/wlroots/DETAILS
index 04d8328..e266106 100755
--- a/wm-addons/wlroots/DETAILS
+++ b/wm-addons/wlroots/DETAILS
@@ -18,7 +18,7 @@ case "${WLROOTS_BRANCH}" in

SOURCE_URL[0]="https://gitlab.freedesktop.org/${SPELL}/${SPELL}/-/archive/${WLROOTS_COMMIT}/${SOURCE}.tar.gz";
;;
(*)
- VERSION=0.19.0
+ VERSION=0.18.2
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$VERSION/downloads/$SOURCE";
SOURCE2=$SOURCE.sig
diff --git a/wm-addons/wlroots/HISTORY b/wm-addons/wlroots/HISTORY
index 08db6a9..287d090 100644
--- a/wm-addons/wlroots/HISTORY
+++ b/wm-addons/wlroots/HISTORY
@@ -1,6 +1,3 @@
-2025-05-16 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.19.0
-
2024-12-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.18.2



  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (ce1f2eb63742576afa4de5958059ac1882952c52), Ismael Luceno, 06/02/2025

Archive powered by MHonArc 2.6.24.

Top of Page