core/systemd to 254.6-2

This commit is contained in:
Kevin Mihelich 2023-11-13 15:05:06 +00:00
parent 84fb57ff8b
commit 55217ef167
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = systemd pkgbase = systemd
pkgver = 254.6 pkgver = 254.6
pkgrel = 1 pkgrel = 2
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

View file

@ -16,7 +16,7 @@ pkgname=('systemd'
_tag='5afac6471beec5401efb51f88990eaf92f3f9507' # git rev-parse v${_tag_name} _tag='5afac6471beec5401efb51f88990eaf92f3f9507' # git rev-parse v${_tag_name}
_tag_name=254.6 _tag_name=254.6
pkgver="${_tag_name/-/}" pkgver="${_tag_name/-/}"
pkgrel=1 pkgrel=2
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'
@ -233,8 +233,9 @@ package_systemd() {
mv "$pkgdir"/usr/share/man/man3 systemd-libs/man3 mv "$pkgdir"/usr/share/man/man3 systemd-libs/man3
# ukify shipped in separate package # ukify shipped in separate package
install -d -m0755 systemd-ukify/{install.d,systemd,man1} # we do *NOT* move the kernel-install files there, as other ways of
mv "$pkgdir"/usr/lib/kernel/install.d/{60-ukify,90-uki-copy}.install systemd-ukify/install.d/ # creating uki exist!
install -d -m0755 systemd-ukify/{systemd,man1}
if [[ $CARCH != "armv7h" ]]; then if [[ $CARCH != "armv7h" ]]; then
mv "$pkgdir"/usr/lib/systemd/ukify systemd-ukify/systemd/ mv "$pkgdir"/usr/lib/systemd/ukify systemd-ukify/systemd/
mv "$pkgdir"/usr/share/man/man1/ukify.1 systemd-ukify/man1/ mv "$pkgdir"/usr/share/man/man1/ukify.1 systemd-ukify/man1/
@ -335,8 +336,7 @@ package_systemd-ukify() {
optdepends=('python-pillow: Show the size of splash image' optdepends=('python-pillow: Show the size of splash image'
'sbsigntools: Sign the embedded kernel') 'sbsigntools: Sign the embedded kernel')
install -d -m0755 "$pkgdir"/usr/{lib/kernel,share/man} install -d -m0755 "$pkgdir"/usr/{lib,share/man}
mv systemd-ukify/install.d "$pkgdir"/usr/lib/kernel/install.d
mv systemd-ukify/systemd "$pkgdir"/usr/lib/systemd mv systemd-ukify/systemd "$pkgdir"/usr/lib/systemd
mv systemd-ukify/man1 "$pkgdir"/usr/share/man/man1 mv systemd-ukify/man1 "$pkgdir"/usr/share/man/man1
} }