From 6c39eb269b450aea0cff7032db40b99a6f414763 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 30 Sep 2024 12:24:48 +0300 Subject: [PATCH] polkit-125 --- system/base/polkit/actions.py | 3 ++- system/base/polkit/pspec.xml | 13 ++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/system/base/polkit/actions.py b/system/base/polkit/actions.py index f94033d9..2fd71a86 100644 --- a/system/base/polkit/actions.py +++ b/system/base/polkit/actions.py @@ -11,6 +11,7 @@ from pisi.actionsapi import mesontools from pisi.actionsapi import get def setup(): + shelltools.system("sed -i '/systemd_sysusers_dir/s/^/#/' meson.build") pisitools.dosed("meson.build", "pardus", "pisilinux") pisitools.dosed("meson_options.txt", "pardus", "pisilinux") #pisitools.dosed("configure", "pardus-release", "pisilinux-release") @@ -20,7 +21,7 @@ def setup(): -Dexamples=true \ -Dauthfw='pam' \ -Djs_engine='duktape' \ - -Dsession_tracking=libelogind") + -Dsession_tracking=elogind") def build(): shelltools.export('HOME', get.workDIR()) diff --git a/system/base/polkit/pspec.xml b/system/base/polkit/pspec.xml index 41587c59..de5f8d66 100644 --- a/system/base/polkit/pspec.xml +++ b/system/base/polkit/pspec.xml @@ -14,7 +14,7 @@ app:console PolicyKit Authorization Framework polkit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes. - https://gitlab.freedesktop.org/polkit/polkit/-/archive/124/polkit-124.tar.bz2 + https://github.com/polkit-org/polkit/archive/125/polkit-125.tar.gz meson python3 @@ -34,8 +34,8 @@ use-system-locale-in-gobject-api.diff - gentoo/polkit-124-systemd.patch - gentoo/polkit-124-systemd-fixup.patch + + @@ -95,6 +95,13 @@ + + 2024-09-30 + 125 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-06-01 124