mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
137 lines
5 KiB
Bash
137 lines
5 KiB
Bash
# $Id: PKGBUILD 155749 2012-04-06 00:06:03Z tomegun $
|
|
# Maintainer: Dave Reisner <dreisner@archlinux.org>
|
|
|
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
# - patch to remove not-implemented usage of PAGE_SIZE
|
|
|
|
plugrel=1
|
|
|
|
pkgbase=systemd
|
|
pkgname=('systemd' 'libsystemd')
|
|
pkgver=44
|
|
pkgrel=7
|
|
arch=('i686' 'x86_64')
|
|
url="http://www.freedesktop.org/wiki/Software/systemd"
|
|
license=('GPL2' 'LGPL2.1' 'MIT')
|
|
makedepends=('acl' 'cryptsetup' 'dbus-core' 'docbook-xsl' 'gperf' 'intltool'
|
|
'kmod' 'libcap' 'libxslt' 'linux-api-headers' 'pam' 'udev' 'xz')
|
|
options=('!libtool')
|
|
source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"
|
|
"os-release"
|
|
0001-util-never-follow-symlinks-in-rm_rf_children.patch
|
|
0001-logind-close-FIFO-before-ending-sessions-cleanly.patch
|
|
0001-check-for-proper-return-from-dirent_ensure_type.patch
|
|
no-page-size.patch)
|
|
md5sums=('11f44ff74c87850064e4351518bcff17'
|
|
'752636def0db3c03f121f8b4f44a63cd'
|
|
'b5863d6d4b47e2b5bda8eb57bde0d327'
|
|
'd37833358ef6c23fad622ea4a0941d1f'
|
|
'11f930fd0a3966abc794bf9127a7dde0'
|
|
'e6d04b145fe14ca31992eb17a7d98b1d')
|
|
|
|
build() {
|
|
cd "$pkgname-$pkgver"
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=803358 (upstream 5ebff53375)
|
|
patch -Np1 <"$srcdir/0001-util-never-follow-symlinks-in-rm_rf_children.patch"
|
|
|
|
# https://bugs.archlinux.org/task/28386 (upstream 75c8e3cffd)
|
|
patch -Np1 <"$srcdir/0001-logind-close-FIFO-before-ending-sessions-cleanly.patch"
|
|
|
|
# Fix broken 'systemctl list-unit-files' (upstream fb5ef067c49)
|
|
patch -Np1 <"$srcdir/0001-check-for-proper-return-from-dirent_ensure_type.patch"
|
|
|
|
# ALARM
|
|
patch -Np1 <"$srcdir/no-page-size.patch"
|
|
|
|
./configure --sysconfdir=/etc \
|
|
--libexecdir=/usr/lib \
|
|
--with-pamlibdir=/usr/lib/security \
|
|
--localstatedir=/var \
|
|
--with-distro=arch \
|
|
--enable-split-usr \
|
|
--disable-ima
|
|
|
|
make
|
|
}
|
|
|
|
package_systemd() {
|
|
pkgdesc="system and service manager"
|
|
depends=('acl' 'dbus-core' 'libsystemd' 'kbd' 'kmod' 'libcap' 'pam' 'util-linux' 'udev' 'xz')
|
|
optdepends=('cryptsetup: required for encrypted block devices'
|
|
'dbus-python: systemd-analyze'
|
|
'initscripts: legacy support for hostname and vconsole setup'
|
|
'initscripts-systemd: native boot and initialization scripts'
|
|
'python2-cairo: systemd-analyze'
|
|
'systemd-arch-units: collection of native unit files for Arch daemon/init scripts'
|
|
'systemd-sysvcompat: symlink package to provide sysvinit binaries')
|
|
backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf
|
|
etc/dbus-1/system.d/org.freedesktop.hostname1.conf
|
|
etc/dbus-1/system.d/org.freedesktop.login1.conf
|
|
etc/dbus-1/system.d/org.freedesktop.locale1.conf
|
|
etc/dbus-1/system.d/org.freedesktop.timedate1.conf
|
|
etc/systemd/system.conf
|
|
etc/systemd/user.conf
|
|
etc/systemd/systemd-logind.conf
|
|
etc/systemd/systemd-journald.conf)
|
|
install="$pkgname.install"
|
|
|
|
cd "$pkgname-$pkgver"
|
|
|
|
make DESTDIR="$pkgdir" install
|
|
|
|
install -Dm644 "$srcdir/os-release" "$pkgdir/etc/os-release"
|
|
|
|
printf "d /run/console 755 root root\n" >"$pkgdir/usr/lib/tmpfiles.d/console.conf"
|
|
chmod 644 "$pkgdir/usr/lib/tmpfiles.d/console.conf"
|
|
|
|
# symlink to /bin/systemd for compat and sanity
|
|
install -dm755 "$pkgdir/bin"
|
|
ln -s ../usr/lib/systemd/systemd "$pkgdir/bin/systemd"
|
|
|
|
# use python2 for systemd-analyze
|
|
sed -i '1s/python$/python2/' "$pkgdir/usr/bin/systemd-analyze"
|
|
|
|
# didn't build this...
|
|
rm -f "$pkgdir/usr/share/man/man1/systemadm.1"
|
|
|
|
# fix .so links in manpage stubs
|
|
find "$pkgdir/usr/share/man" -type f -name '*.[[:digit:]]' \
|
|
-exec sed -i '1s|^\.so \(.*\)\.\([[:digit:]]\+\)|.so man\2/\1.\2|' {} +
|
|
|
|
# rename man pages to avoid conflicts with sysvinit and initscripts
|
|
manpages=(man8/{telinit,halt,reboot,poweroff,runlevel,shutdown}.8
|
|
man5/{hostname,{vconsole,locale}.conf}.5)
|
|
cd "$pkgdir/usr/share/man"
|
|
for manpage in "${manpages[@]}"; do
|
|
IFS='/' read section page <<< "$manpage"
|
|
mv "$manpage" "$section/systemd.$page"
|
|
done
|
|
|
|
# move bash-completion and symlink for loginctl
|
|
install -Dm644 "$pkgdir/etc/bash_completion.d/systemd-bash-completion.sh" \
|
|
"$pkgdir/usr/share/bash-completion/completions/systemctl"
|
|
ln -s systemctl "$pkgdir/usr/share/bash-completion/completions/loginctl"
|
|
rm -rf "$pkgdir/etc/bash_completion.d"
|
|
|
|
# fix systemctl where
|
|
find "$pkgdir" -type f -name '*.service' -exec \
|
|
sed -i 's@\([=-]\)/bin/systemctl@\1/usr/bin/systemctl@g' {} +
|
|
|
|
### split off libsystemd (libs, includes, pkgconfig, man3)
|
|
install -dm755 "$srcdir"/libsystemd/usr/{include,lib/pkgconfig}
|
|
|
|
cd "$srcdir"/libsystemd
|
|
mv "$pkgdir/usr/lib"/libsystemd-*.so* usr/lib
|
|
mv "$pkgdir/usr/include/systemd" usr/include
|
|
mv "$pkgdir/usr/lib/pkgconfig"/libsystemd-*.pc usr/lib/pkgconfig
|
|
}
|
|
|
|
package_libsystemd() {
|
|
pkgdesc="systemd client libraries"
|
|
depends=('libcap' 'xz')
|
|
|
|
mv "$srcdir/libsystemd"/* "$pkgdir"
|
|
}
|
|
|
|
# vim: ft=sh syn=sh et
|