Skip to Content.
Sympa Menu

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

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 (2652fc7f62de554ed323a9f6e8299ec6e086f76a)
  • Date: Mon, 29 Dec 2025 20:03:50 +0000

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

libs/tomlplusplus/CONFIGURE | 2 +-
libs/tomlplusplus/DEPENDS | 2 +-
libs/tomlplusplus/DETAILS | 2 +-
libs/tomlplusplus/HISTORY | 4 ++++
4 files changed, 7 insertions(+), 3 deletions(-)

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

libs/tomlplusplus: switched to meson build system

diff --git a/libs/tomlplusplus/CONFIGURE b/libs/tomlplusplus/CONFIGURE
index 90942b1..9f48d22 100755
--- a/libs/tomlplusplus/CONFIGURE
+++ b/libs/tomlplusplus/CONFIGURE
@@ -1 +1 @@
-. "${GRIMOIRE}/CMAKE_CONFIGURE"
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/libs/tomlplusplus/DEPENDS b/libs/tomlplusplus/DEPENDS
index c40df48..8fc23f4 100755
--- a/libs/tomlplusplus/DEPENDS
+++ b/libs/tomlplusplus/DEPENDS
@@ -1,4 +1,4 @@
-. "${GRIMOIRE}/CMAKE_DEPENDS" &&
+. "${GRIMOIRE}/MESON_DEPENDS" &&

if [[ "${TOMLPLUSPLUS_BRANCH}" == "scm" ]]; then
depends git
diff --git a/libs/tomlplusplus/DETAILS b/libs/tomlplusplus/DETAILS
index a7173ab..a409ba8 100755
--- a/libs/tomlplusplus/DETAILS
+++ b/libs/tomlplusplus/DETAILS
@@ -1,5 +1,5 @@
. "${GRIMOIRE}/FUNCTIONS"
-. "${GRIMOIRE}/CMAKE_FUNCTIONS"
+. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL="tomlplusplus"
if [[ "${TOMLPLUSPLUS_BRANCH}" == "scm" ]]; then
VERSION="$(get_scm_version)"
diff --git a/libs/tomlplusplus/HISTORY b/libs/tomlplusplus/HISTORY
index 595348a..2b51b30 100644
--- a/libs/tomlplusplus/HISTORY
+++ b/libs/tomlplusplus/HISTORY
@@ -1,3 +1,7 @@
+2025-12-29 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: switched to meson build system
+
+
2024-01-12 Pavel Vinogradov <public AT sourcemage.org>
* CONFIGURE, DEPENDS, DETAILS, PREPARE: created the spell,
version 3.4.0


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (2652fc7f62de554ed323a9f6e8299ec6e086f76a), Pavel Vinogradov, 12/29/2025

Archive powered by MHonArc 2.6.24.

Top of Page