core/systemd to 253.1-2

This commit is contained in:
Kevin Mihelich 2023-03-06 15:57:53 +00:00
parent f5c019aabb
commit 3a65f34e8e

View file

@ -12,7 +12,7 @@ pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
_tag='199399bb283701b6a4aaf5ace49f56f30f38e9a3' # git rev-parse v${_tag_name} _tag='199399bb283701b6a4aaf5ace49f56f30f38e9a3' # git rev-parse v${_tag_name}
_tag_name=253.1 _tag_name=253.1
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'
@ -70,6 +70,8 @@ sha512sums=('SKIP'
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97') '825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
_backports=( _backports=(
# Revert "hwdb: fix swapped buttons for Logitech Lift left"
'ae9f36397f45dff8e2181c6af5f763e51a7c9639'
) )
_reverts=( _reverts=(
@ -217,8 +219,8 @@ package_systemd() {
# runtime libraries shipped with systemd-libs # runtime libraries shipped with systemd-libs
install -d -m0755 systemd-libs/lib/ install -d -m0755 systemd-libs/lib/
mv "$pkgdir"/usr/lib/lib{nss,systemd,udev}*.so* systemd-libs/lib/ mv "$pkgdir"/usr/lib/lib{nss,systemd,udev}*.so* systemd-libs/lib/
mv "$pkgdir"/usr/lib/pkgconfig systemd-libs/lib/pkgconfig
mv "$pkgdir"/usr/include systemd-libs/include mv "$pkgdir"/usr/include systemd-libs/include
mv "$pkgdir"/usr/share/pkgconfig systemd-libs/pkgconfig
mv "$pkgdir"/usr/share/man/man3 systemd-libs/man3 mv "$pkgdir"/usr/share/man/man3 systemd-libs/man3
# manpages shipped with systemd-sysvcompat # manpages shipped with systemd-sysvcompat
@ -275,7 +277,6 @@ package_systemd-libs() {
install -d -m0755 "$pkgdir"/usr/share/man install -d -m0755 "$pkgdir"/usr/share/man
mv systemd-libs/lib "$pkgdir"/usr/lib mv systemd-libs/lib "$pkgdir"/usr/lib
mv systemd-libs/include "$pkgdir"/usr/include mv systemd-libs/include "$pkgdir"/usr/include
mv systemd-libs/pkgconfig "$pkgdir"/usr/share/pkgconfig
mv systemd-libs/man3 "$pkgdir"/usr/share/man/man3 mv systemd-libs/man3 "$pkgdir"/usr/share/man/man3
} }