diff options
| author | Yurii Kolesnykov <root@yurikoles.com> | 2023-09-04 17:42:05 +0300 |
|---|---|---|
| committer | Yurii Kolesnykov <root@yurikoles.com> | 2023-09-04 17:42:05 +0300 |
| commit | 9cab3598b41b33278df201ada11b4f2323f95c01 (patch) | |
| tree | 9a49dd179349607bdce2d43c471d79fa206d25b8 /PKGBUILD | |
| parent | 0046d1001489e739a6f06935eacba172a44e85c0 (diff) | |
| download | systemd-git-9cab3598b41b33278df201ada11b4f2323f95c01.tar.gz systemd-git-9cab3598b41b33278df201ada11b4f2323f95c01.tar.bz2 | |
Sync with core/systemd
Closes #6
Signed-off-by: Yurii Kolesnykov <root@yurikoles.com>
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -21,7 +21,9 @@ makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' 'python-jinja' 'python-lxml' 'quota-tools' 'shadow' 'git' 'meson' 'libseccomp' 'pcre2' 'audit' 'kexec-tools' 'libxkbcommon' 'bash-completion' 'p11-kit' 'systemd' 'libfido2' 'tpm2-tss' 'rsync' - 'bpf' 'libbpf' 'clang' 'llvm' 'curl' 'gnutls' 'python-pyelftools') + 'bpf' 'libbpf' 'clang' 'llvm' 'curl' 'gnutls' 'python-pyelftools' + 'lib32-gcc-libs') +checkdepends=('python-pefile') options=('strip') source=("$pkgbase-stable::git+https://github.com/systemd/systemd" '0001-Use-Arch-Linux-device-access-groups.patch' @@ -45,7 +47,7 @@ source=("$pkgbase-stable::git+https://github.com/systemd/systemd" sha512sums=('SKIP' '3ccf783c28f7a1c857120abac4002ca91ae1f92205dcd5a84aff515d57e706a3f9240d75a0a67cff5085716885e06e62597baa86897f298662ec36a940cf410e' '4a6cd0cf6764863985dc5ad774d7c93b574645a05b3295f989342951d43c71696d069641592e37eeadb6d6f0531576de96b6392224452f15cd9f056fae038f8e' - '12f3c011a0164d28b092722639fff92c663c18b032d421695b0a72dbf123dd0908e3822087766ee922e131c02126f67ba2e1983c5cc244f5c4884dfed8605d00' + '94a3bf4720d428c2ec4e6c493f78debeb3d3b865ba2bef266f388bffccda8592af81a1fa2cd98f3d60720935e796572fa07256ffafb8d73342214f0ca8ba7acc' 'a8c7e4a2cc9c9987e3c957a1fc3afe8281f2281fffd2e890913dcf00cf704024fb80d86cb75f9314b99b0e03bac275b22de93307bfc226d8be9435497e95b7e6' '61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648' 'c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5' @@ -97,8 +99,8 @@ build() { -Dshared-lib-tag="${pkgver}-${pkgrel}" -Dmode=release - -Dbpf-framework=true -Dbootloader=true + -Dbpf-framework=true -Dima=false -Dlibidn2=true -Dlz4=true @@ -180,6 +182,7 @@ package_systemd-git() { etc/systemd/system.conf etc/systemd/timesyncd.conf etc/systemd/user.conf + etc/udev/iocost.conf etc/udev/udev.conf) install=systemd.install @@ -303,7 +306,7 @@ package_systemd-ukify-git() { conflicts=('systemd-ukify') provides=('ukify') provides+=("systemd-ukify=$pkgver") - depends=('binutils' 'python-pefile' "systemd-git=$pkgver") + depends=('binutils' 'python-cryptography' 'python-pefile' "systemd-git=$pkgver") optdepends=('python-pillow: Show the size of splash image' 'sbsigntools: Sign the embedded kernel') |
