Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7a689906bbc2c40018868be291a1207169f9e285)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7a689906bbc2c40018868be291a1207169f9e285)
  • Date: Sun, 25 Sep 2022 09:23:50 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

gnome2-libs/policykit/CONFIGURE | 2 +-
gnome2-libs/policykit/DEPENDS | 1 +
gnome2-libs/policykit/HISTORY | 3 +++
3 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 7a689906bbc2c40018868be291a1207169f9e285
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

policykit - add systemd support

diff --git a/gnome2-libs/policykit/CONFIGURE b/gnome2-libs/policykit/CONFIGURE
index b0e1d14..ed22faf 100755
--- a/gnome2-libs/policykit/CONFIGURE
+++ b/gnome2-libs/policykit/CONFIGURE
@@ -3,4 +3,4 @@ persistent_remove POLICYKIT_AFW &&

config_query_list POLKIT_AFW "Which Authentication framework?" linux-pam
shadow &&
config_query_list POLKIT_JS "Which JS engine?" duktape
mozjs &&
-config_query_list POLKIT_SES "which session tracker?" elogind
consolekit
+config_query_list POLKIT_SES "which session tracker?" elogind
consolekit systemd
diff --git a/gnome2-libs/policykit/DEPENDS b/gnome2-libs/policykit/DEPENDS
index db242da..569ccf1 100755
--- a/gnome2-libs/policykit/DEPENDS
+++ b/gnome2-libs/policykit/DEPENDS
@@ -21,4 +21,5 @@ depends $POLKIT_JS js_engine=$POLKIT_JS &&
case $POLKIT_SES in
elogind) depends elogind session_tracking='libelogind' ;;
consolekit) depends consolekit2 session_tracking='ConsoleKit' ;;
+ systemd) depends systemd session_tracking='libsystemd-login' ;;
esac
diff --git a/gnome2-libs/policykit/HISTORY b/gnome2-libs/policykit/HISTORY
index bab4966..8d8b95b 100644
--- a/gnome2-libs/policykit/HISTORY
+++ b/gnome2-libs/policykit/HISTORY
@@ -1,3 +1,6 @@
+2022-09-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS CONFIGURE: add systemd support
+
2022-08-01 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: use NINJA-BUILD




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7a689906bbc2c40018868be291a1207169f9e285), Treeve Jelbert, 09/25/2022

Archive powered by MHonArc 2.6.24.

Top of Page