Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (5876ab5c7e1eca902143b1ccc86392cd73bdb1b0)
  • Date: Mon, 13 Jan 2025 16:59:38 +0000

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

gnome2-libs/policykit/CONFIGURE | 3 +--
gnome2-libs/policykit/DEPENDS | 2 +-
gnome2-libs/policykit/DETAILS | 4 ++--
gnome2-libs/policykit/HISTORY | 4 ++++
qt5-cmake/libquotient/DETAILS | 4 ++--
qt5-cmake/libquotient/HISTORY | 3 +++
6 files changed, 13 insertions(+), 7 deletions(-)

New commits:
commit 5876ab5c7e1eca902143b1ccc86392cd73bdb1b0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

policykit: => 126

commit b23b8445fa991de102f10b35bec6231f57286f81
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libquotient: => 0.9.2

diff --git a/gnome2-libs/policykit/CONFIGURE b/gnome2-libs/policykit/CONFIGURE
index 0aabdb3..f7a28a8 100755
--- a/gnome2-libs/policykit/CONFIGURE
+++ b/gnome2-libs/policykit/CONFIGURE
@@ -1,6 +1,5 @@
source "$GRIMOIRE"/MESON_CONFIGURE &&
persistent_remove POLICYKIT_AFW &&
-
+persistent_remove POLKIT_JS &&
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 systemd
diff --git a/gnome2-libs/policykit/DEPENDS b/gnome2-libs/policykit/DEPENDS
index b84f7d3..f50fe94 100755
--- a/gnome2-libs/policykit/DEPENDS
+++ b/gnome2-libs/policykit/DEPENDS
@@ -5,6 +5,7 @@ depends PKG-CONFIG &&
depends dbus &&
depends dbus-glib &&
depends expat &&
+depends duktape &&
optional_depends gobject-introspection introspection={true,false} 'Enable
GObject introspection?' &&
optional_depends gtk-doc gtk_doc={true,false} 'Build Devhelp files?' &&
optional_depends docbook-xsl man={true,false} 'build manual pages' &&
@@ -17,7 +18,6 @@ case $POLKIT_AFW in
pam) depends linux-pam authfw='pam';;
shadow) depends shadow authfw='shadow';;
esac &&
-depends $POLKIT_JS js_engine=$POLKIT_JS &&
case $POLKIT_SES in
elogind) depends elogind session_tracking='elogind' ;;
consolekit) depends consolekit2 session_tracking='ConsoleKit' ;;
diff --git a/gnome2-libs/policykit/DETAILS b/gnome2-libs/policykit/DETAILS
index d30908b..9ce9430 100755
--- a/gnome2-libs/policykit/DETAILS
+++ b/gnome2-libs/policykit/DETAILS
@@ -1,7 +1,7 @@
source "$GRIMOIRE"/MESON_FUNCTIONS
SPELL=policykit
- VERSION=125
-
SOURCE_HASH=sha512:64d85c1557355d6de6483beeb855b74a99dbb30cf9968206dc0aaf147156072ca2604bf667533099ee3972b3eed0421ec0a1ff8bea35a1e4c54da7b9688e0953
+ VERSION=126
+
SOURCE_HASH=sha512:dbdbc31b7a231c963788b37cf1a138e30336466fb662225a812faaf58e45439925d9d39346cc8f07e54f22040c2f142435acb9fded315d33e24930e0abc736c7
# PATCHLEVEL=1
SECURITY_PATCH=6
SOURCE=polkit-$VERSION.tar.gz
diff --git a/gnome2-libs/policykit/HISTORY b/gnome2-libs/policykit/HISTORY
index 7f82720..08ddbea 100644
--- a/gnome2-libs/policykit/HISTORY
+++ b/gnome2-libs/policykit/HISTORY
@@ -1,3 +1,7 @@
+2025-01-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 126
+ * CONFIGURE DEPENDS: duktape is now required
+
2024-08-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 125
download from github
diff --git a/qt5-cmake/libquotient/DETAILS b/qt5-cmake/libquotient/DETAILS
index 53fd4fe..a709376 100755
--- a/qt5-cmake/libquotient/DETAILS
+++ b/qt5-cmake/libquotient/DETAILS
@@ -1,7 +1,7 @@
SPELL=libquotient
SX=libQuotient
- VERSION=0.9.0
-
SOURCE_HASH=sha512:7be9c25f4232ea0640f974db95ed67f5f91caaaa883a81fd14b732df4a0cdc8af0569110d641a246d7c8b021726d3086f75d1df836d3a6e5dff3b82b28a2f50e
+ VERSION=0.9.2
+
SOURCE_HASH=sha512:c179b1ca670f9b75b945d50026b02c34dabbd58056abb6f210998229dae80dba8f00de157d9c3fc32254b613c5db149ca497a9b9695cdf5e61255e82be73db0c
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SX-$VERSION
WEB_SITE=https://github.com/quotient-im/libquotient
diff --git a/qt5-cmake/libquotient/HISTORY b/qt5-cmake/libquotient/HISTORY
index ec5cfbd..4b41664 100644
--- a/qt5-cmake/libquotient/HISTORY
+++ b/qt5-cmake/libquotient/HISTORY
@@ -1,3 +1,6 @@
+2025-01-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.2
+
2024-10-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.0
* DEPENDS: qt6 only


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (5876ab5c7e1eca902143b1ccc86392cd73bdb1b0), Treeve Jelbert, 01/13/2025

Archive powered by MHonArc 2.6.24.

Top of Page