diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-09 10:25:42 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-09 10:25:42 +0200 |
commit | 8d8175b3a5b36f1e4fef9578a67fe9eac1b8f374 (patch) | |
tree | eaa2d48ea5bc2c2dfa18d96dc16eda5e79d7361c /extra/freetype2/PKGBUILD | |
parent | ccc231d92c50f8018d1a944f9f04fcc9113bec56 (diff) | |
download | packages-8d8175b3a5b36f1e4fef9578a67fe9eac1b8f374.tar.xz |
extra/signond: removed local patching, is fixed
Diffstat (limited to 'extra/freetype2/PKGBUILD')
-rw-r--r-- | extra/freetype2/PKGBUILD | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/freetype2/PKGBUILD b/extra/freetype2/PKGBUILD new file mode 100644 index 00000000..27d5022e --- /dev/null +++ b/extra/freetype2/PKGBUILD @@ -0,0 +1,9 @@ +# no Rust and librsvg on i486 (for now), use librsvg-og instead +if [ "$CARCH" == 'i486' ]; then + makedepends=(${makedepends[@]//librsvg/}) + # ERROR: Invalid version of dependency, need 'librsvg-2.0' ['>= 2.46.0'] found '2.40.20'. + # it's used only for demos, so let's build without librsvg + #makedepends+=(librsvg-og) +fi + + |