Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by David C. Haley (09a8129db863ad7b3f389e62cf9f72d4740dcb1e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David C. Haley" <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 David C. Haley (09a8129db863ad7b3f389e62cf9f72d4740dcb1e)
  • Date: Fri, 7 Mar 2025 02:56:13 +0000

GIT changes to master grimoire by David C. Haley <khoralin AT gmail.com>:

gnome2-libs/glib2/DEPENDS | 1 +
gnome2-libs/glib2/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit 09a8129db863ad7b3f389e62cf9f72d4740dcb1e
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

gnome2-libs/glib2: docutils dependency added

Resolves build failure due to rst2man not being present.

diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
index dde43ef..bdf5e98 100755
--- a/gnome2-libs/glib2/DEPENDS
+++ b/gnome2-libs/glib2/DEPENDS
@@ -7,6 +7,7 @@ depends GETTEXT &&
depends pcre2 &&
depends python3 &&
depends python-packaging &&
+depends docutils &&
depends xz-utils &&
if [[ "${GLIB2_BRANCH}" == "devel" ]]; then
depends python-packaging
diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index 98d29e1..d2a6e8c 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,6 @@
+2025-03-06 David C. Haley <khoralin AT gmail.com>
+ * DEPENDS: dependency docutils added
+
2025-03-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.84.0



  • [[SM-Commit] ] GIT changes to master grimoire by David C. Haley (09a8129db863ad7b3f389e62cf9f72d4740dcb1e), David C. Haley, 03/06/2025

Archive powered by MHonArc 2.6.24.

Top of Page