summaryrefslogtreecommitdiff
path: root/extra/fontconfig/PKGBUILD
blob: a976372d8f9f17455f574d5d54b2848b2f5a0c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# fontconfig documentation doesn't build corrently (and is marked
# out-of-date upstream)

eval "$(
  declare -f build | \
    sed '
      s|./configure|./configure --disable-docs|g
    '
  declare -f package_fontconfig | \
    sed '
      /mkdir.*doc.*/d
      /mv.*doc.*/d
      /mv.*man.*/d
    '
  declare -f package_fontconfig-docs | \
    sed '
      /mv.*doc.*/d
    '
  )
"