PKGBUILDs/core/systemd/PKGBUILD

373 lines
15 KiB
Bash
Raw Normal View History

2017-07-06 12:27:58 +00:00
# Maintainer: Christian Hesse <mail@eworm.de>
2014-07-16 02:33:04 +00:00
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
2015-10-10 14:58:52 +00:00
# - disable gold/LTO
2019-04-23 23:53:51 +00:00
# - add 242-1 changes in systemd.install to fix systemd-timesyncd
2021-07-11 23:24:27 +00:00
# - change SBAT information for ALARM
2021-12-27 16:41:01 +00:00
# - !distcc - systemd is finding distcc's clang symlink without clang
2023-03-09 19:29:18 +00:00
# - don't move ukify files for v7, ukify build requires gnu-efi
2014-07-16 02:33:04 +00:00
pkgbase=systemd
2023-03-09 13:37:29 +00:00
pkgname=('systemd'
'systemd-libs'
'systemd-resolvconf'
'systemd-sysvcompat'
'systemd-ukify')
2024-06-19 18:42:26 +00:00
_tag='256.1'
2024-05-22 12:45:44 +00:00
# Upstream versioning is incompatible with pacman's version comparisons, one
# way or another. So we replace dashes and tildes with the empty string to
# make sure pacman's version comparing does the right thing for rc versions:
pkgver="${_tag/[-~]/}"
2024-06-19 18:42:26 +00:00
pkgrel=1
2017-12-13 01:20:01 +00:00
arch=('x86_64')
2024-02-28 14:32:00 +00:00
license=('LGPL-2.1-or-later')
2018-07-05 19:40:41 +00:00
url='https://www.github.com/systemd/systemd'
2015-11-27 17:40:32 +00:00
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
2018-09-14 18:38:57 +00:00
'intltool' 'iptables' 'kmod' 'libcap' 'libidn2' 'libgcrypt'
2020-08-21 23:49:17 +00:00
'libmicrohttpd' 'libxcrypt' 'libxslt' 'util-linux' 'linux-api-headers'
2021-07-11 23:24:27 +00:00
'python-jinja' 'python-lxml' 'quota-tools' 'shadow' 'git'
2018-09-14 18:38:57 +00:00
'meson' 'libseccomp' 'pcre2' 'audit' 'kexec-tools' 'libxkbcommon'
2022-12-09 13:52:26 +00:00
'bash-completion' 'p11-kit' 'systemd' 'libfido2' 'tpm2-tss' 'rsync'
2023-12-07 19:09:41 +00:00
'bpf' 'libbpf' 'clang' 'llvm' 'curl' 'gnutls' 'python-pyelftools'
2024-02-28 14:32:00 +00:00
'libpwquality' 'qrencode' 'python-pefile')
options=('!distcc')
2024-03-05 01:37:56 +00:00
conflicts=("mkinitcpio<38-1")
2018-03-08 01:30:53 +00:00
validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4' # Lennart Poettering <lennart@poettering.net>
2021-07-11 23:24:27 +00:00
'A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E' # Luca Boccassi <luca.boccassi@gmail.com>
2022-05-23 00:59:33 +00:00
'9A774DB5DB996C154EBBFBFDA0099A18E29326E1' # Yu Watanabe <watanabe.yu+github@gmail.com>
2018-03-08 01:30:53 +00:00
'5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
2024-06-18 12:51:14 +00:00
source=("git+https://github.com/systemd/systemd#tag=v${_tag}?signed"
2018-03-08 01:30:53 +00:00
'0001-Use-Arch-Linux-device-access-groups.patch'
2023-09-28 02:30:42 +00:00
# bootloader files
2015-06-23 02:00:02 +00:00
'arch.conf'
'loader.conf'
2016-06-03 23:51:30 +00:00
'splash-arch.bmp'
2023-09-28 02:30:42 +00:00
# pam configuration
2016-12-10 01:01:24 +00:00
'systemd-user.pam'
2023-09-28 02:30:42 +00:00
# pacman / libalpm hooks
2018-03-08 01:30:53 +00:00
'systemd-hook'
2019-08-17 14:29:45 +00:00
'20-systemd-sysusers.hook'
2019-09-08 20:33:30 +00:00
'30-systemd-binfmt.hook'
'30-systemd-catalog.hook'
2023-12-07 19:09:41 +00:00
'30-systemd-daemon-reload-system.hook'
'30-systemd-daemon-reload-user.hook'
2019-09-08 20:33:30 +00:00
'30-systemd-hwdb.hook'
'30-systemd-sysctl.hook'
'30-systemd-tmpfiles.hook'
'30-systemd-udev-reload.hook'
'30-systemd-update.hook')
2024-06-19 18:42:26 +00:00
sha512sums=('1ba38dd45cd910c7a2b4c7f23f982c5b0e5b13cd5874571ebc9b609ff85c058cecdb61019141ef2010fd4882c3ffc5a13a2b0d6370db4067ad90c28b83de6760'
2022-11-11 00:15:43 +00:00
'3ccf783c28f7a1c857120abac4002ca91ae1f92205dcd5a84aff515d57e706a3f9240d75a0a67cff5085716885e06e62597baa86897f298662ec36a940cf410e'
2016-11-30 13:44:40 +00:00
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
'c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5'
'5a1d78b5170da5abe3d18fdf9f2c3a4d78f15ba7d1ee9ec2708c4c9c2e28973469bc19386f70b3cf32ffafbe4fcc4303e5ebbd6d5187a1df3314ae0965b25e75'
2016-12-10 01:01:24 +00:00
'b90c99d768dc2a4f020ba854edf45ccf1b86a09d2f66e475de21fe589ff7e32c33ef4aa0876d7f1864491488fd7edb2682fc0d68e83a6d4890a0778dc2d6fe19'
2023-12-07 19:09:41 +00:00
'3cb8f88c1bffc753d0c540be5d25a0fdb9224478cca64743b5663340f2f26b197775286e6e680228db54c614dcd11da1135e625674a622127681662bec4fa886'
2020-02-06 13:11:33 +00:00
'299dcc7094ce53474521356647bdd2fb069731c08d14a872a425412fcd72da840727a23664b12d95465bf313e8e8297da31259508d1c62cc2dcea596160e21c5'
'0d6bc3d928cfafe4e4e0bc04dbb95c5d2b078573e4f9e0576e7f53a8fab08a7077202f575d74a3960248c4904b5f7f0661bf17dbe163c524ab51dd30e3cb80f7'
'2b50b25e8680878f7974fa9d519df7e141ca11c4bfe84a92a5d01bb193f034b1726ea05b3c0030bad1fbda8dbb78bf1dc7b73859053581b55ba813c39b27d9dc'
2023-12-07 19:09:41 +00:00
'a436d3f5126c6c0d6b58c6865e7bd38dbfbfb7babe017eeecb5e9d162c21902cbf4e0a68cf3ac2f99815106f9fa003b075bd2b4eb5d16333fa913df6e2f3e32a'
'190112e38d5a5c0ca91b89cd58f95595262a551530a16546e1d84700fc9644aa2ca677953ffff655261e8a7bff6e6af4e431424df5f13c00bc90b77c421bc32d'
2020-02-06 13:11:33 +00:00
'a1661ab946c6cd7d3c6251a2a9fd68afe231db58ce33c92c42594aedb5629be8f299ba08a34713327b373a3badd1554a150343d8d3e5dfb102999c281bd49154'
'9426829605bbb9e65002437e02ed54e35c20fdf94706770a3dc1049da634147906d6b98bf7f5e7516c84068396a12c6feaf72f92b51bdf19715e0f64620319de'
'da7a97d5d3701c70dd5388b0440da39006ee4991ce174777931fea2aa8c90846a622b2b911f02ae4d5fffb92680d9a7e211c308f0f99c04896278e2ee0d9a4dc'
'a50d202a9c2e91a4450b45c227b295e1840cc99a5e545715d69c8af789ea3dd95a03a30f050d52855cabdc9183d4688c1b534eaa755ebe93616f9d192a855ee3'
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
2015-02-17 04:46:29 +00:00
2024-04-27 19:19:47 +00:00
_meson_version="${pkgver}-${pkgrel}"
_meson_mode='release'
_meson_compile=()
_meson_install=()
if ((_systemd_UPSTREAM)); then
_meson_version="${pkgver}"
_meson_mode='developer'
pkgname+=('systemd-tests')
makedepends+=('libarchive')
optdepends_upstream=('libarchive: convert DDIs to tarballs')
if ((_systemd_QUIET)); then
_meson_install=('--quiet')
else
_meson_compile=('--verbose')
fi
fi
2016-06-03 23:51:30 +00:00
_backports=(
2022-03-18 23:48:08 +00:00
)
2017-07-06 12:27:58 +00:00
_reverts=(
2016-06-03 23:51:30 +00:00
)
2015-11-27 17:40:32 +00:00
2018-03-08 01:30:53 +00:00
prepare() {
2024-06-18 12:51:14 +00:00
cd "${pkgbase}"
2018-03-08 01:30:53 +00:00
2023-07-11 23:10:15 +00:00
local _c _l
2019-04-26 12:43:17 +00:00
for _c in "${_backports[@]}"; do
2023-07-11 23:10:15 +00:00
if [[ "${_c}" == *..* ]]; then _l='--reverse'; else _l='--max-count=1'; fi
git log --oneline "${_l}" "${_c}"
git cherry-pick --mainline 1 --no-commit "${_c}"
2018-03-08 01:30:53 +00:00
done
2019-04-26 12:43:17 +00:00
for _c in "${_reverts[@]}"; do
2023-07-11 23:10:15 +00:00
if [[ "${_c}" == *..* ]]; then _l='--reverse'; else _l='--max-count=1'; fi
git log --oneline "${_l}" "${_c}"
git revert --mainline 1 --no-commit "${_c}"
2018-03-08 01:30:53 +00:00
done
# Replace cdrom/dialout/tape groups with optical/uucp/storage
patch -Np1 -i ../0001-Use-Arch-Linux-device-access-groups.patch
2016-11-30 13:44:40 +00:00
}
2018-03-08 01:30:53 +00:00
build() {
2019-04-26 12:43:17 +00:00
local _timeservers=({0..3}.arch.pool.ntp.org)
local _nameservers=(
2022-02-09 00:34:34 +00:00
# We use these public name services, ordered by their privacy policy (hopefully):
2019-04-26 12:43:17 +00:00
# * Cloudflare (https://1.1.1.1/)
2022-03-18 23:48:08 +00:00
# * Quad9 (https://www.quad9.net/)
2019-04-26 12:43:17 +00:00
# * Google (https://developers.google.com/speed/public-dns/)
2022-03-18 23:48:08 +00:00
'1.1.1.1#cloudflare-dns.com'
'9.9.9.9#dns.quad9.net'
2022-02-09 00:34:34 +00:00
'8.8.8.8#dns.google'
2022-03-18 23:48:08 +00:00
'2606:4700:4700::1111#cloudflare-dns.com'
'2620:fe::9#dns.quad9.net'
2022-02-09 00:34:34 +00:00
'2001:4860:4860::8888#dns.google'
2019-04-26 12:43:17 +00:00
)
2014-07-16 02:33:04 +00:00
2015-10-10 14:58:52 +00:00
LDFLAGS+=" -Wl,-fuse-ld=bfd"
CFLAGS+=" -fno-lto"
CXXFLAGS+=" -fno-lto"
2014-07-18 01:02:26 +00:00
2019-04-26 12:43:17 +00:00
local _meson_options=(
2024-04-27 19:19:47 +00:00
-Dversion-tag="${_meson_version}-arch"
2024-05-22 12:45:44 +00:00
-Dshared-lib-tag="${_meson_version}"
2024-04-27 19:19:47 +00:00
-Dmode="${_meson_mode}"
2019-04-26 12:43:17 +00:00
2024-06-18 12:51:14 +00:00
-Dapparmor=disabled
-Dbootloader=enabled
-Dxenctrl=disabled
-Dbpf-framework=enabled
2017-07-26 20:54:25 +00:00
-Dima=false
2024-04-27 19:19:47 +00:00
-Dinstall-tests=true
2024-06-18 12:51:14 +00:00
-Dlibidn2=enabled
-Dlz4=enabled
-Dman=enabled
2023-09-24 17:35:58 +00:00
-Dnscd=false
2024-06-18 12:51:14 +00:00
-Dselinux=disabled
2017-07-26 20:54:25 +00:00
2020-06-11 19:27:02 +00:00
# We disable DNSSEC by default, it still causes trouble:
# https://github.com/systemd/systemd/issues/10579
2023-09-24 17:35:58 +00:00
2017-07-26 20:54:25 +00:00
-Ddbuspolicydir=/usr/share/dbus-1/system.d
2020-06-11 19:27:02 +00:00
-Ddefault-dnssec=no
2021-04-01 20:23:39 +00:00
-Ddefault-hierarchy=unified
2017-07-26 20:54:25 +00:00
-Ddefault-kill-user-processes=false
2024-05-11 20:05:06 +00:00
-Ddefault-locale='C.UTF-8'
2021-04-01 20:23:39 +00:00
-Dlocalegen-path=/usr/bin/locale-gen
2020-07-28 20:23:56 +00:00
-Ddns-over-tls=openssl
2017-07-26 20:54:25 +00:00
-Dfallback-hostname='archlinux'
2019-12-04 19:22:14 +00:00
-Dnologin-path=/usr/bin/nologin
2019-04-26 12:43:17 +00:00
-Dntp-servers="${_timeservers[*]}"
-Ddns-servers="${_nameservers[*]}"
2017-07-26 20:54:25 +00:00
-Drpmmacrosdir=no
-Dsysvinit-path=
-Dsysvrcnd-path=
2021-07-11 23:24:27 +00:00
-Dsbat-distro='arch'
-Dsbat-distro-summary='Arch Linux ARM'
-Dsbat-distro-pkgname="${pkgname}"
-Dsbat-distro-version="${pkgver}"
-Dsbat-distro-url="https://archlinuxarm.org/packages/${CARCH}/${pkgname}"
2016-06-03 23:51:30 +00:00
)
2024-06-18 12:51:14 +00:00
arch-meson "${pkgbase}" build "${_meson_options[@]}" $MESON_EXTRA_CONFIGURE_OPTIONS
2014-07-16 02:33:04 +00:00
2024-04-27 19:19:47 +00:00
meson compile -C build "${_meson_compile[@]}"
2014-07-16 02:33:04 +00:00
}
2018-03-08 01:30:53 +00:00
check() {
2024-02-28 14:32:00 +00:00
meson test -C build --print-errorlogs
2018-03-08 01:30:53 +00:00
}
2014-07-16 02:33:04 +00:00
package_systemd() {
2018-07-05 19:40:41 +00:00
pkgdesc='system and service manager'
2024-02-28 14:32:00 +00:00
license+=(
'CC0-1.0' # siphash
'GPL-2.0-or-later' # udev
'MIT-0' # documentation and config files
)
2024-04-27 19:19:47 +00:00
depends=("systemd-libs=${pkgver}"
'acl' 'libacl.so' 'bash' 'cryptsetup' 'libcryptsetup.so' 'dbus'
2024-06-18 12:51:14 +00:00
'dbus-units' 'kbd' 'kmod' 'hwdata' 'libcap' 'libcap.so'
2024-04-27 19:19:47 +00:00
'libgcrypt' 'libxcrypt' 'libcrypt.so' 'libidn2' 'lz4' 'pam'
2020-06-03 02:01:51 +00:00
'libelf' 'libseccomp' 'libseccomp.so' 'util-linux' 'libblkid.so'
2023-09-24 17:35:58 +00:00
'libmount.so' 'xz' 'pcre2' 'audit' 'libaudit.so'
2023-02-18 00:27:07 +00:00
'openssl' 'libcrypto.so' 'libssl.so')
2014-07-16 02:33:04 +00:00
provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
replaces=('nss-myhostname' 'systemd-tools' 'udev')
conflicts=('nss-myhostname' 'systemd-tools' 'udev')
2023-03-05 01:13:40 +00:00
optdepends=('libmicrohttpd: systemd-journal-gatewayd and systemd-journal-remote'
2014-07-16 02:33:04 +00:00
'quota-tools: kernel-level quota management'
2014-08-27 06:22:24 +00:00
'systemd-sysvcompat: symlink package to provide sysvinit binaries'
2023-03-09 13:37:29 +00:00
'systemd-ukify: combine kernel and initrd into a signed Unified Kernel Image'
2018-09-14 18:38:57 +00:00
'polkit: allow administration as unprivileged user'
2023-01-31 04:39:32 +00:00
'curl: systemd-journal-upload, machinectl pull-tar and pull-raw'
'gnutls: systemd-journal-gatewayd and systemd-journal-remote'
2023-12-07 19:09:41 +00:00
'qrencode: show QR codes'
'iptables: firewall features'
2022-12-09 13:52:26 +00:00
'libbpf: support BPF programs'
2023-12-07 19:09:41 +00:00
'libpwquality: check password quality'
2021-04-04 23:15:23 +00:00
'libfido2: unlocking LUKS2 volumes with FIDO2 token'
2023-02-18 00:27:07 +00:00
'libp11-kit: support PKCS#11'
2021-04-04 23:15:23 +00:00
'tpm2-tss: unlocking LUKS2 volumes with TPM2')
2024-04-27 19:19:47 +00:00
optdepends+=("${_optdepends_upstream[@]}")
2016-07-20 13:31:52 +00:00
backup=(etc/pam.d/systemd-user
2014-09-03 00:17:53 +00:00
etc/systemd/coredump.conf
2020-12-02 19:41:16 +00:00
etc/systemd/homed.conf
2014-07-16 02:33:04 +00:00
etc/systemd/journald.conf
2015-04-19 14:43:25 +00:00
etc/systemd/journal-remote.conf
etc/systemd/journal-upload.conf
2014-07-16 02:33:04 +00:00
etc/systemd/logind.conf
2019-02-21 13:35:54 +00:00
etc/systemd/networkd.conf
2021-04-01 20:23:39 +00:00
etc/systemd/oomd.conf
2020-12-02 19:41:16 +00:00
etc/systemd/pstore.conf
2019-02-21 13:35:54 +00:00
etc/systemd/resolved.conf
etc/systemd/sleep.conf
2014-07-16 02:33:04 +00:00
etc/systemd/system.conf
etc/systemd/timesyncd.conf
etc/systemd/user.conf
2023-08-01 23:44:23 +00:00
etc/udev/iocost.conf
2014-07-16 02:33:04 +00:00
etc/udev/udev.conf)
2018-03-08 01:30:53 +00:00
install=systemd.install
2014-07-16 02:33:04 +00:00
2024-04-27 19:19:47 +00:00
meson install -C build --destdir "$pkgdir" "${_meson_install[@]}"
2014-07-16 02:33:04 +00:00
2018-03-08 01:30:53 +00:00
# we'll create this on installation
rmdir "$pkgdir"/var/log/journal/remote
2014-07-16 02:33:04 +00:00
2019-02-14 13:52:57 +00:00
# runtime libraries shipped with systemd-libs
2023-03-05 01:13:40 +00:00
install -d -m0755 systemd-libs/lib/
mv "$pkgdir"/usr/lib/lib{nss,systemd,udev}*.so* systemd-libs/lib/
2023-03-06 15:57:53 +00:00
mv "$pkgdir"/usr/lib/pkgconfig systemd-libs/lib/pkgconfig
2023-03-05 01:13:40 +00:00
mv "$pkgdir"/usr/include systemd-libs/include
mv "$pkgdir"/usr/share/man/man3 systemd-libs/man3
2014-07-16 02:33:04 +00:00
2023-03-09 13:37:29 +00:00
# ukify shipped in separate package
2023-03-09 19:29:18 +00:00
if [[ $CARCH != "armv7h" ]]; then
2023-12-14 13:30:20 +00:00
install -d -m0755 systemd-ukify/{bin,systemd,man1,install.d}
mv "$pkgdir"/usr/bin/ukify systemd-ukify/bin/
2023-03-09 19:29:18 +00:00
mv "$pkgdir"/usr/lib/systemd/ukify systemd-ukify/systemd/
mv "$pkgdir"/usr/share/man/man1/ukify.1 systemd-ukify/man1/
2023-12-14 13:30:20 +00:00
# we move the ukify hook itself, but keep 90-uki-copy.install in place,
# because there are other ways to generate UKIs w/o ukify, e.g. w/ mkinitcpio
mv "$pkgdir"/usr/lib/kernel/install.d/60-ukify.install systemd-ukify/install.d
2023-03-09 19:29:18 +00:00
fi
2023-03-09 13:37:29 +00:00
2018-03-08 01:30:53 +00:00
# manpages shipped with systemd-sysvcompat
2020-08-08 18:04:46 +00:00
rm "$pkgdir"/usr/share/man/man8/{halt,poweroff,reboot,shutdown}.8
2014-07-16 02:33:04 +00:00
2018-03-08 01:30:53 +00:00
# executable (symlinks) shipped with systemd-sysvcompat
2020-08-08 18:04:46 +00:00
rm "$pkgdir"/usr/bin/{halt,init,poweroff,reboot,shutdown}
2017-12-13 13:27:15 +00:00
2018-07-05 19:40:41 +00:00
# files shipped with systemd-resolvconf
rm "$pkgdir"/usr/{bin/resolvconf,share/man/man1/resolvconf.1}
2024-04-27 19:19:47 +00:00
# tests shipped with systemd-tests (for upstream)
install -d -m0755 systemd-tests/
mv "$pkgdir"/usr/lib/systemd/tests systemd-tests/
2018-03-08 01:30:53 +00:00
# avoid a potential conflict with [core]/filesystem
2019-09-08 20:33:30 +00:00
rm "$pkgdir"/usr/share/factory/etc/{issue,nsswitch.conf}
sed -i -e '/^C \/etc\/nsswitch\.conf/d' \
-e '/^C \/etc\/issue/d' "$pkgdir"/usr/lib/tmpfiles.d/etc.conf
2017-07-02 21:41:10 +00:00
2014-09-03 00:17:53 +00:00
# ship default policy to leave services disabled
echo 'disable *' >"$pkgdir"/usr/lib/systemd/system-preset/99-default.preset
2020-06-18 02:26:48 +00:00
# The group 'systemd-journal' is allocated dynamically and may have varying
# gid on different systems. Let's install with gid 0 (root), systemd-tmpfiles
# will fix the permissions for us. (see /usr/lib/tmpfiles.d/systemd.conf)
install -d -o root -g root -m 2755 "$pkgdir"/var/log/journal
2014-07-16 02:33:04 +00:00
2015-06-23 02:00:02 +00:00
# add example bootctl configuration
2018-07-05 19:40:41 +00:00
install -D -m0644 arch.conf "$pkgdir"/usr/share/systemd/bootctl/arch.conf
install -D -m0644 loader.conf "$pkgdir"/usr/share/systemd/bootctl/loader.conf
install -D -m0644 splash-arch.bmp "$pkgdir"/usr/share/systemd/bootctl/splash-arch.bmp
2016-06-03 23:51:30 +00:00
2018-03-08 01:30:53 +00:00
# pacman hooks
2018-07-05 19:40:41 +00:00
install -D -m0755 systemd-hook "$pkgdir"/usr/share/libalpm/scripts/systemd-hook
install -D -m0644 -t "$pkgdir"/usr/share/libalpm/hooks *.hook
2016-12-10 01:01:24 +00:00
# overwrite the systemd-user PAM configuration with our own
2018-07-05 19:40:41 +00:00
install -D -m0644 systemd-user.pam "$pkgdir"/etc/pam.d/systemd-user
2014-07-16 02:33:04 +00:00
}
2019-02-14 13:52:57 +00:00
package_systemd-libs() {
2018-07-05 19:40:41 +00:00
pkgdesc='systemd client libraries'
2023-02-18 00:27:07 +00:00
depends=('glibc' 'gcc-libs' 'libcap' 'libgcrypt' 'lz4' 'xz' 'zstd')
2024-02-28 14:32:00 +00:00
license+=(
'CC0-1.0' # siphash
'GPL-2.0-or-later WITH Linux-syscall-note' # src/basic/linux/*
)
2019-02-14 13:52:57 +00:00
provides=('libsystemd' 'libsystemd.so' 'libudev.so')
conflicts=('libsystemd')
replaces=('libsystemd')
2014-07-16 02:33:04 +00:00
2023-03-05 01:13:40 +00:00
install -d -m0755 "$pkgdir"/usr/share/man
mv systemd-libs/lib "$pkgdir"/usr/lib
mv systemd-libs/include "$pkgdir"/usr/include
mv systemd-libs/man3 "$pkgdir"/usr/share/man/man3
2014-07-16 02:33:04 +00:00
}
2018-07-05 19:40:41 +00:00
package_systemd-resolvconf() {
2019-01-09 02:08:52 +00:00
pkgdesc='systemd resolvconf replacement (for use with systemd-resolved)'
2024-04-27 19:19:47 +00:00
depends=("systemd=${pkgver}")
2018-07-05 19:40:41 +00:00
provides=('openresolv' 'resolvconf')
2023-12-14 13:30:20 +00:00
conflicts=('resolvconf')
2018-07-05 19:40:41 +00:00
install -d -m0755 "$pkgdir"/usr/bin
ln -s resolvectl "$pkgdir"/usr/bin/resolvconf
install -d -m0755 "$pkgdir"/usr/share/man/man1
ln -s resolvectl.1.gz "$pkgdir"/usr/share/man/man1/resolvconf.1.gz
}
2014-07-16 02:33:04 +00:00
package_systemd-sysvcompat() {
2018-07-05 19:40:41 +00:00
pkgdesc='sysvinit compat for systemd'
2014-07-16 02:33:04 +00:00
conflicts=('sysvinit')
2024-04-27 19:19:47 +00:00
depends=("systemd=${pkgver}")
2014-07-16 02:33:04 +00:00
2018-07-05 19:40:41 +00:00
install -D -m0644 -t "$pkgdir"/usr/share/man/man8 \
2020-08-08 18:04:46 +00:00
build/man/{halt,poweroff,reboot,shutdown}.8
2014-07-16 02:33:04 +00:00
2018-07-05 19:40:41 +00:00
install -d -m0755 "$pkgdir"/usr/bin
2018-03-08 01:30:53 +00:00
ln -s ../lib/systemd/systemd "$pkgdir"/usr/bin/init
2020-08-08 18:04:46 +00:00
for tool in halt poweroff reboot shutdown; do
2018-03-08 01:30:53 +00:00
ln -s systemctl "$pkgdir"/usr/bin/$tool
2014-07-16 02:33:04 +00:00
done
}
2024-04-27 19:19:47 +00:00
package_systemd-tests() {
pkgdesc='systemd tests'
depends=("systemd=${pkgver}")
install -d -m0755 "$pkgdir"/usr/lib/systemd
mv systemd-tests/tests "$pkgdir"/usr/lib/systemd/tests
}
2023-03-09 13:37:29 +00:00
package_systemd-ukify() {
pkgdesc='Combine kernel and initrd into a signed Unified Kernel Image'
provides=('ukify')
2024-04-27 19:19:47 +00:00
depends=("systemd=${pkgver}" 'binutils' 'python-cryptography' 'python-pefile')
2023-03-09 13:37:29 +00:00
optdepends=('python-pillow: Show the size of splash image'
'sbsigntools: Sign the embedded kernel')
2023-12-07 19:09:41 +00:00
install -d -m0755 "$pkgdir"/usr/{lib/kernel,share/man}
2023-12-14 19:52:29 +00:00
if [[ $CARCH != "armv7h" ]]; then
mv systemd-ukify/bin "$pkgdir"/usr/bin
mv systemd-ukify/systemd "$pkgdir"/usr/lib/systemd
mv systemd-ukify/man1 "$pkgdir"/usr/share/man/man1
mv systemd-ukify/install.d "$pkgdir"/usr/lib/kernel/install.d
fi
2023-03-09 13:37:29 +00:00
}
2018-09-14 18:38:57 +00:00
# vim:ft=sh syn=sh et sw=2: