spaces are way better than tabs

This commit is contained in:
Tim Biermann 2022-07-19 19:09:03 +02:00
parent 7cd6be6cf2
commit 96f1299131
2 changed files with 15 additions and 15 deletions

View File

@ -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

View File

@ -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
}