summaryrefslogtreecommitdiff
path: root/core/systemd/PKGBUILD
blob: a7e5ae15aef5d3ecae59f0916c182238a4857da0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
source+=('meson-rename-Ddebug-to-Ddebug-extra.patch')
sha512sums+=('d310e7ea099bd371eb12fb4f474f1518ddc1013612d6a53c3f5777e6a3509eb58c4b5989d31bb04784be70db5d8ca39bff47414456c3fe322194cd7b341ae70c')

eval "$(
  declare -f prepare | \
    sed '
      /patch.*0001.*/a patch -Np1 -i ../meson-rename-Ddebug-to-Ddebug-extra.patch
    '
)"

# i486-specific
if [ "${CARCH}" = "i486" ]; then
  # temporary, as there is no systemd-journal user for some reason!?
  eval "$(
    declare -f package_systemd | \
      sed '
        /install.*systemd-journal/d
      '
  )"
fi