Merge pull request #1972 from Rmys/master

polkit-125
This commit is contained in:
Rmys
2024-09-30 12:29:15 +03:00
committed by GitHub
2 changed files with 12 additions and 4 deletions
+2 -1
View File
@@ -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())
+10 -3
View File
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>PolicyKit Authorization Framework</Summary>
<Description>polkit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes.</Description>
<Archive sha1sum="c531e5c831f752c706f5243e6ad6c772d0149c9e" type="tarbz2">https://gitlab.freedesktop.org/polkit/polkit/-/archive/124/polkit-124.tar.bz2</Archive>
<Archive sha1sum="d602241d6f2c783e5e63001960665929704ec16a" type="targz">https://github.com/polkit-org/polkit/archive/125/polkit-125.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>python3</Dependency>
@@ -34,8 +34,8 @@
<!-- <Patch level="1">polkit-0.118-duktape.patch</Patch> -->
<!-- <Patch level="1">polkit-0.118-elogind.patch</Patch> -->
<Patch level="1">use-system-locale-in-gobject-api.diff</Patch>
<Patch level="1">gentoo/polkit-124-systemd.patch</Patch>
<Patch level="1">gentoo/polkit-124-systemd-fixup.patch</Patch>
<!-- <Patch level="1">gentoo/polkit-124-systemd.patch</Patch> -->
<!-- <Patch level="1">gentoo/polkit-124-systemd-fixup.patch</Patch> -->
</Patches>
</Source>
@@ -95,6 +95,13 @@
</Package>
<History>
<Update release="21">
<Date>2024-09-30</Date>
<Version>125</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="20">
<Date>2024-06-01</Date>
<Version>124</Version>