Skip to Content.
Sympa Menu

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

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 (97ea01671371f1ffe9f34b61d1d7e46def758b4c)
  • Date: Mon, 14 Sep 2026 16:38:37 +0000

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

libs/libical/DEPENDS | 9 +++++++--
libs/libical/HISTORY | 4 ++++
2 files changed, 11 insertions(+), 2 deletions(-)

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

libs/libical: optionally depends on gobject-introspection,
use . instead of source in DEPENDS, quoting++

diff --git a/libs/libical/DEPENDS b/libs/libical/DEPENDS
index cfa0074..33f18bd 100755
--- a/libs/libical/DEPENDS
+++ b/libs/libical/DEPENDS
@@ -1,4 +1,4 @@
-source $GRIMOIRE/CMAKE_DEPENDS &&
+. "${GRIMOIRE}/CMAKE_DEPENDS" &&
depends -sub CXX gcc &&
depends perl &&
depends tzdata &&
@@ -16,4 +16,9 @@ optional_depends icu \
optional_depends JAVA \
'' \
'-DLIBICAL_JAVA_BINDINGS=0' \
- 'build java bindings'
+ 'build java bindings' &&
+
+optional_depends gobject-introspection \
+ '-DLIBICAL_GOBJECT_INTROSPECTION=1' \
+ '-DLIBICAL_GOBJECT_INTROSPECTION=0' \
+ 'build GObject introspectiontypelib files'
diff --git a/libs/libical/HISTORY b/libs/libical/HISTORY
index ba56973..180d3c4 100644
--- a/libs/libical/HISTORY
+++ b/libs/libical/HISTORY
@@ -1,3 +1,7 @@
+2026-09-14 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: optionally depends on gobject_introspection, source -> .,
+ quoting++
+
2026-08-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.0.5
* BUILD: tweak


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (97ea01671371f1ffe9f34b61d1d7e46def758b4c), Pavel Vinogradov, 09/14/2026

Archive powered by MHonArc 2.6.24.

Top of Page