Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/conky/PKGBUILD
blob: 1d55aa52242d675c511edca021904120610307eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# libxnvctrl is Nvidia only, so sorry, there is no 32-bit version for
# it, then we will not build support for it..
eval "$(
  declare -f build | \
    sed '
      s/-D BUILD_NVIDIA=ON/-D BUILD_NVIDIA=OFF/g;s/-D BUILD_DOCS=ON/BUILD_DOCS=OFF/g
    '
)"

depends=(${depends[@]//libxnvctrl/})
depends=(${depends[@]//libXNVCtrl.so/})
makedepends=(${makedepends[@]//pandoc/})