mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/systemd to 255.3-1
This commit is contained in:
parent
9ac9ecd04f
commit
268d84704e
2 changed files with 8 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = systemd
|
pkgbase = systemd
|
||||||
pkgver = 255.2
|
pkgver = 255.3
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = https://www.github.com/systemd/systemd
|
url = https://www.github.com/systemd/systemd
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
checkdepends = python-pefile
|
checkdepends = python-pefile
|
||||||
|
@ -51,7 +51,7 @@ pkgbase = systemd
|
||||||
makedepends = qrencode
|
makedepends = qrencode
|
||||||
makedepends = lib32-gcc-libs
|
makedepends = lib32-gcc-libs
|
||||||
options = strip
|
options = strip
|
||||||
source = git+https://github.com/systemd/systemd-stable#tag=be88ad03366b8aa059bb72b39a270128ba62b428?signed
|
source = git+https://github.com/systemd/systemd-stable#tag=8cf1da1e9172ba04d90a483a63118873343ea656?signed
|
||||||
source = git+https://github.com/systemd/systemd#tag=v255?signed
|
source = git+https://github.com/systemd/systemd#tag=v255?signed
|
||||||
source = 0001-Use-Arch-Linux-device-access-groups.patch
|
source = 0001-Use-Arch-Linux-device-access-groups.patch
|
||||||
source = initcpio-hook-udev
|
source = initcpio-hook-udev
|
||||||
|
@ -151,8 +151,8 @@ pkgname = systemd
|
||||||
optdepends = libp11-kit: support PKCS#11
|
optdepends = libp11-kit: support PKCS#11
|
||||||
optdepends = tpm2-tss: unlocking LUKS2 volumes with TPM2
|
optdepends = tpm2-tss: unlocking LUKS2 volumes with TPM2
|
||||||
provides = nss-myhostname
|
provides = nss-myhostname
|
||||||
provides = systemd-tools=255.2
|
provides = systemd-tools=255.3
|
||||||
provides = udev=255.2
|
provides = udev=255.3
|
||||||
conflicts = nss-myhostname
|
conflicts = nss-myhostname
|
||||||
conflicts = systemd-tools
|
conflicts = systemd-tools
|
||||||
conflicts = udev
|
conflicts = udev
|
||||||
|
|
|
@ -13,10 +13,10 @@ pkgname=('systemd'
|
||||||
'systemd-resolvconf'
|
'systemd-resolvconf'
|
||||||
'systemd-sysvcompat'
|
'systemd-sysvcompat'
|
||||||
'systemd-ukify')
|
'systemd-ukify')
|
||||||
_tag='be88ad03366b8aa059bb72b39a270128ba62b428' # git rev-parse v${_tag_name}
|
_tag='8cf1da1e9172ba04d90a483a63118873343ea656' # git rev-parse v${_tag_name}
|
||||||
_tag_name=255.2
|
_tag_name=255.3
|
||||||
pkgver="${_tag_name/-/}"
|
pkgver="${_tag_name/-/}"
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://www.github.com/systemd/systemd'
|
url='https://www.github.com/systemd/systemd'
|
||||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
||||||
|
@ -278,9 +278,6 @@ package_systemd() {
|
||||||
# will fix the permissions for us. (see /usr/lib/tmpfiles.d/systemd.conf)
|
# 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
|
install -d -o root -g root -m 2755 "$pkgdir"/var/log/journal
|
||||||
|
|
||||||
# match directory owner/group and mode from [extra]/polkit
|
|
||||||
install -d -o root -g root -m 0755 "$pkgdir"/usr/share/polkit-1/rules.d
|
|
||||||
|
|
||||||
# add example bootctl configuration
|
# add example bootctl configuration
|
||||||
install -D -m0644 arch.conf "$pkgdir"/usr/share/systemd/bootctl/arch.conf
|
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 loader.conf "$pkgdir"/usr/share/systemd/bootctl/loader.conf
|
||||||
|
|
Loading…
Reference in a new issue