mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/systemd to 252.2-4
This commit is contained in:
parent
3a88c40024
commit
edd36914c1
1 changed files with 5 additions and 2 deletions
|
@ -12,7 +12,7 @@ pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
|
|||
_tag='2306696b774a8c23f3796a0c9ebd8486fbb2a069' # git rev-parse v${_tag_name}
|
||||
_tag_name=252.2
|
||||
pkgver="${_tag_name/-/}"
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
arch=('x86_64')
|
||||
url='https://www.github.com/systemd/systemd'
|
||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
||||
|
@ -20,7 +20,8 @@ makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
|||
'libmicrohttpd' 'libxcrypt' 'libxslt' 'util-linux' 'linux-api-headers'
|
||||
'python-jinja' 'python-lxml' 'quota-tools' 'shadow' 'git'
|
||||
'meson' 'libseccomp' 'pcre2' 'audit' 'kexec-tools' 'libxkbcommon'
|
||||
'bash-completion' 'p11-kit' 'systemd' 'libfido2' 'tpm2-tss' 'rsync')
|
||||
'bash-completion' 'p11-kit' 'systemd' 'libfido2' 'tpm2-tss' 'rsync'
|
||||
'bpf' 'libbpf' 'clang' 'llvm')
|
||||
makedepends_aarch64=('gnu-efi-libs')
|
||||
options=('debug' 'strip' '!distcc')
|
||||
validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4' # Lennart Poettering <lennart@poettering.net>
|
||||
|
@ -133,6 +134,7 @@ build() {
|
|||
-Dshared-lib-tag="${pkgver}-${pkgrel}"
|
||||
-Dmode=release
|
||||
|
||||
-Dbpf-framework=true
|
||||
-Dgnu-efi=$gnu_efi
|
||||
-Dima=false
|
||||
-Dlibidn2=true
|
||||
|
@ -190,6 +192,7 @@ package_systemd() {
|
|||
'systemd-sysvcompat: symlink package to provide sysvinit binaries'
|
||||
'polkit: allow administration as unprivileged user'
|
||||
'curl: machinectl pull-tar and pull-raw'
|
||||
'libbpf: support BPF programs'
|
||||
'libfido2: unlocking LUKS2 volumes with FIDO2 token'
|
||||
'tpm2-tss: unlocking LUKS2 volumes with TPM2')
|
||||
backup=(etc/pam.d/systemd-user
|
||||
|
|
Loading…
Reference in a new issue