Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b44807969bd7d6f02986816815ea4e8814ef9ad2)
  • Date: Wed, 6 Sep 2023 02:18:15 +0000

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

utils/dbus/DEPENDS | 15 ++++++++-------
utils/dbus/HISTORY | 4 ++++
2 files changed, 12 insertions(+), 7 deletions(-)

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

utils/dbus: only stable dbus branch needs autotools
and only with elogind enabled as
dependency

diff --git a/utils/dbus/DEPENDS b/utils/dbus/DEPENDS
index 0cb9c59..64c203f 100755
--- a/utils/dbus/DEPENDS
+++ b/utils/dbus/DEPENDS
@@ -44,9 +44,14 @@ else
"API documentation" &&

optional_depends elogind \
- '--enable-elogind' \
- '--disable-elogind' \
- 'for elogind support' &&
+ "--enable-elogind" \
+ "--disable-elogind" \
+ "for elogind support" &&
+ if is_depends_enabled "${SPELL}" "elogind"; then
+ depends autoconf &&
+ depends autoconf-archive &&
+ depends automake
+ fi &&

optional_depends xmlto \
"--enable-xml-docs" \
@@ -59,7 +64,3 @@ if is_depends_enabled "${SPELL}" "libx11"; then
depends libice
fi &&

-if is_depends_enabled "${SPELL}" "elogind"; then
- depends autoconf &&
- depends automake
-fi
diff --git a/utils/dbus/HISTORY b/utils/dbus/HISTORY
index 503141f..aa5c6f4 100644
--- a/utils/dbus/HISTORY
+++ b/utils/dbus/HISTORY
@@ -1,3 +1,7 @@
+2023-09-05 Pavel Vinogradov <public AT sorcemage.org>
+ * DEPENDS: stable dbus branch needs autoconf, autoconf-archive and
automake
+ if elogind dependency is selected, ' -> ""
+
2023-09-03 Pavel Vinogradov <public AT sorcemage.org>
* DETAILS, CONFIGURE, DEPENDS, BUILD, INSTALL: split meson and
autotools
build paths for both branches, quoting++, doxygen is back for stable



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b44807969bd7d6f02986816815ea4e8814ef9ad2), Pavel Vinogradov, 09/05/2023

Archive powered by MHonArc 2.6.24.

Top of Page