Skip to Content.
Sympa Menu

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

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 (d3f7d2730d0407e139b7b7d48026a6e855c20ba4)
  • Date: Sun, 1 Jun 2025 23:20:28 +0000

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

gnome3-libs/libsecret/CONFLICTS | 1 +
gnome3-libs/libsecret/DEPENDS | 3 +++
gnome3-libs/libsecret/HISTORY | 4 ++++
3 files changed, 8 insertions(+)

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

libsecret: Conflicts with itself

Some tests link against the system version causing build failures.

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

libsecret: gtkdoc depends on smartypants

diff --git a/gnome3-libs/libsecret/CONFLICTS b/gnome3-libs/libsecret/CONFLICTS
new file mode 100755
index 0000000..ae27411
--- /dev/null
+++ b/gnome3-libs/libsecret/CONFLICTS
@@ -0,0 +1 @@
+conflicts "$SPELL" y
diff --git a/gnome3-libs/libsecret/DEPENDS b/gnome3-libs/libsecret/DEPENDS
index dd52dad..64f9801 100755
--- a/gnome3-libs/libsecret/DEPENDS
+++ b/gnome3-libs/libsecret/DEPENDS
@@ -6,6 +6,9 @@ optional_depends gtk-doc \
"gtk_doc=true" \
"gtk_doc=false" \
"Build documentation with gtk-doc" &&
+if is_depends_enabled "$SPELL" gtk-doc; then
+ depends smartypants
+fi &&

optional_depends gobject-introspection \
"introspection=true" \
diff --git a/gnome3-libs/libsecret/HISTORY b/gnome3-libs/libsecret/HISTORY
index 2f3060f..905d1e0 100644
--- a/gnome3-libs/libsecret/HISTORY
+++ b/gnome3-libs/libsecret/HISTORY
@@ -1,3 +1,7 @@
+2025-06-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: when building documentation it needs smartypants
+ * CONFLICTS: conflicts with itself (on tests)
+
2025-05-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.21.7
* *: now requires meson


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

Archive powered by MHonArc 2.6.24.

Top of Page