From 96f129913116ad956db217fd2b4f915c02627971 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Tue, 19 Jul 2022 19:09:03 +0200 Subject: [PATCH] spaces are way better than tabs --- polkit/.signature | 4 ++-- polkit/Pkgfile | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/polkit/.signature b/polkit/.signature index dde1c8ae8..12a600c19 100644 --- a/polkit/.signature +++ b/polkit/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/QhiVCMPEPYVae16VJlL8IR35AmVRcqFKezwDUFRL2uVcPKs+mhF04TkVcP1zno8SOrQ2HiyhLYduLKo5FZ8Fgo= -SHA256 (Pkgfile) = 63447086178823009c214d780c18d8857f10fba1756458999b706fec1a288d52 +RWSE3ohX2g5d/SHLmes43xW8JlaxXG53QCop1HZT8ShezE7J0cizy0zdnEcsWZnjDc9GCZXA8FYu6SBXgw0Tj1WlvQ3bNh8Jtg0= +SHA256 (Pkgfile) = 1e7ac009840f933af570d0a28f51ff7a58f203600c7a1e224fc4b04c471485d7 SHA256 (.footprint) = f17510d487840ddd9bcccb8cf41353a8975e2028d83fc573221a4b4a10cb0f1b SHA256 (polkit-121.tar.gz) = 9dc7ae341a797c994a5a36da21963f0c5c8e3e5a1780ccc2a5f52e7be01affaa SHA256 (polkit-1) = 9045eb2a1e2e403b0144d14a5cfe903dc97cfef979c956815a56777c0eb1bf1a diff --git a/polkit/Pkgfile b/polkit/Pkgfile index 1989ae899..7c6c74f61 100644 --- a/polkit/Pkgfile +++ b/polkit/Pkgfile @@ -10,20 +10,20 @@ source=(https://freedesktop.org/software/polkit/releases/$name-$version.tar.gz polkit-1) build() { - prt-get isinst mozjs91 && PKGMK_POLKIT+=' -D js_engine=mozjs' + prt-get isinst mozjs91 && PKGMK_POLKIT+=' -D js_engine=mozjs' - meson setup $name-v.$version build $PKGMK_POLKIT \ - --prefix=/usr \ - --buildtype=plain \ - --wrap-mode nodownload \ - -D b_lto=true \ - -D b_pie=true - meson compile -C build - DESTDIR=$PKG meson install -C build + meson setup $name-v.$version build $PKGMK_POLKIT \ + --prefix=/usr \ + --buildtype=plain \ + --wrap-mode nodownload \ + -D b_lto=true \ + -D b_pie=true + meson compile -C build + DESTDIR=$PKG meson install -C build - chmod 4775 $PKG/usr/bin/pkexec - chmod 4755 $PKG/usr/lib/polkit-1/polkit-agent-helper-1 - install -m 0644 $SRC/polkit-1 $PKG/etc/pam.d + chmod 4775 $PKG/usr/bin/pkexec + chmod 4755 $PKG/usr/lib/polkit-1/polkit-agent-helper-1 + install -m 0644 $SRC/polkit-1 $PKG/etc/pam.d - rm -r $PKG/usr/share/locale + rm -r $PKG/usr/share/locale }