mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
updater-polkit — polkit → 126 (#12914)
* polkit => 126 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Switch to libs-only Signed-off-by: Satadru Pramanik <satadru@gmail.com> * updater-polkit: Build Run on linux/amd64. * updater-polkit: Build Run on linux/arm/v7. * updater-polkit: Package File Update Run on linux/amd64 container. --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e9a6d0f542
commit
248a0b8d42
@@ -1,9 +1,4 @@
|
||||
# Total size: 794527
|
||||
/usr/local/bin/pkaction
|
||||
/usr/local/bin/pkcheck
|
||||
/usr/local/bin/pkexec
|
||||
/usr/local/bin/pkttyagent
|
||||
/usr/local/etc/elogind/polkit.service
|
||||
# Total size: 695058
|
||||
/usr/local/include/polkit-1/polkit/polkit.h
|
||||
/usr/local/include/polkit-1/polkit/polkitactiondescription.h
|
||||
/usr/local/include/polkit-1/polkit/polkitauthority.h
|
||||
@@ -43,8 +38,6 @@
|
||||
/usr/local/lib/pam.d/polkit-1
|
||||
/usr/local/lib/pkgconfig/polkit-agent-1.pc
|
||||
/usr/local/lib/pkgconfig/polkit-gobject-1.pc
|
||||
/usr/local/lib/polkit-1/polkit-agent-helper-1
|
||||
/usr/local/lib/polkit-1/polkitd
|
||||
/usr/local/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service
|
||||
/usr/local/share/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
|
||||
/usr/local/share/gettext/its/polkit.its
|
||||
@@ -75,5 +68,3 @@
|
||||
/usr/local/share/locale/zh_CN/LC_MESSAGES/polkit-1.mo
|
||||
/usr/local/share/locale/zh_TW/LC_MESSAGES/polkit-1.mo
|
||||
/usr/local/share/polkit-1/actions/org.freedesktop.policykit.policy
|
||||
/usr/local/share/polkit-1/policyconfig-1.dtd
|
||||
/usr/local/share/polkit-1/rules.d/50-default.rules
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
# Total size: 866719
|
||||
/usr/local/bin/pkaction
|
||||
/usr/local/bin/pkcheck
|
||||
/usr/local/bin/pkexec
|
||||
/usr/local/bin/pkttyagent
|
||||
/usr/local/etc/elogind/polkit.service
|
||||
# Total size: 741582
|
||||
/usr/local/include/polkit-1/polkit/polkit.h
|
||||
/usr/local/include/polkit-1/polkit/polkitactiondescription.h
|
||||
/usr/local/include/polkit-1/polkit/polkitauthority.h
|
||||
@@ -33,8 +28,6 @@
|
||||
/usr/local/include/polkit-1/polkitagent/polkitagenttextlistener.h
|
||||
/usr/local/include/polkit-1/polkitagent/polkitagenttypes.h
|
||||
/usr/local/lib/pam.d/polkit-1
|
||||
/usr/local/lib/polkit-1/polkit-agent-helper-1
|
||||
/usr/local/lib/polkit-1/polkitd
|
||||
/usr/local/lib64/girepository-1.0/Polkit-1.0.typelib
|
||||
/usr/local/lib64/girepository-1.0/PolkitAgent-1.0.typelib
|
||||
/usr/local/lib64/libpolkit-agent-1.so
|
||||
@@ -75,5 +68,3 @@
|
||||
/usr/local/share/locale/zh_CN/LC_MESSAGES/polkit-1.mo
|
||||
/usr/local/share/locale/zh_TW/LC_MESSAGES/polkit-1.mo
|
||||
/usr/local/share/polkit-1/actions/org.freedesktop.policykit.policy
|
||||
/usr/local/share/polkit-1/policyconfig-1.dtd
|
||||
/usr/local/share/polkit-1/rules.d/50-default.rules
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'buildsystems/meson'
|
||||
class Polkit < Meson
|
||||
description 'Application development toolkit for controlling system-wide privileges'
|
||||
homepage 'https://github.com/polkit-org/polkit'
|
||||
version '125'
|
||||
version '126'
|
||||
license 'LGPL-2'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/polkit-org/polkit.git'
|
||||
@@ -11,19 +11,21 @@ class Polkit < Meson
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '049b8152177810491fd8a7af7ba60707c25806cc74a7ffcb7e46f6351fb8a024',
|
||||
armv7l: '049b8152177810491fd8a7af7ba60707c25806cc74a7ffcb7e46f6351fb8a024',
|
||||
x86_64: 'd718513f21699196b8524a8f04a089ab7eb887fc273a83cf490636b54aca98c8'
|
||||
aarch64: 'b4590a3ed9d697d83cfd8572f099149c312523a2c6c746c4bd8de1b9372a330a',
|
||||
armv7l: 'b4590a3ed9d697d83cfd8572f099149c312523a2c6c746c4bd8de1b9372a330a',
|
||||
x86_64: '52ba4765904dd0ecbbb774643bf2e113ff87148eb1a22603162349779869f887'
|
||||
})
|
||||
|
||||
depends_on 'duktape'
|
||||
depends_on 'elogind'
|
||||
depends_on 'expat'
|
||||
depends_on 'glib'
|
||||
depends_on 'duktape' => :build
|
||||
depends_on 'elogind' # R
|
||||
depends_on 'expat' => :build
|
||||
depends_on 'glib' # R
|
||||
depends_on 'glibc' # R
|
||||
depends_on 'gobject_introspection' => :build
|
||||
depends_on 'gtk_doc' => :build
|
||||
depends_on 'linux_pam' # R
|
||||
|
||||
meson_options "-Dsession_tracking=elogind -Dsystemdsystemunitdir=#{CREW_PREFIX}/etc/elogind"
|
||||
meson_options "-Dlibs-only=true \
|
||||
-Dsession_tracking=elogind \
|
||||
-Dsystemdsystemunitdir=#{CREW_PREFIX}/etc/elogind"
|
||||
run_tests
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user