summaryrefslogtreecommitdiff
path: root/extra/libotf/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-11-26 20:19:06 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-11-26 20:19:06 +0100
commit30924bdf6e033bba8fa5394ae079fc1e2c48c1c7 (patch)
treea441ff98a3349c3dc8c5a429a49672bf22c2a1d5 /extra/libotf/PKGBUILD
parent3da417806d0b0042c5c65bc06e383c724033e870 (diff)
downloadpackages-30924bdf6e033bba8fa5394ae079fc1e2c48c1c7.tar.xz
extra/libotf: fix for freetype-config -> pkgconf (FS#60427)
Diffstat (limited to 'extra/libotf/PKGBUILD')
-rw-r--r--extra/libotf/PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/libotf/PKGBUILD b/extra/libotf/PKGBUILD
new file mode 100644
index 00000000..b47c2d89
--- /dev/null
+++ b/extra/libotf/PKGBUILD
@@ -0,0 +1,11 @@
+# freetype-config -> pgconf freetype2 (see FS#60427)
+source+=('libotf-0.9.16-pkgconf.patch')
+sha256sums+=('7bf1eb5aef0f49690fc883a5888925cdf1cf87725b06e5edc696dec8fd3c1428')
+
+eval "$(
+ declare -f build | \
+ sed '
+ /cd.*/a patch -p1 < ../libotf-0.9.16-pkgconf.patch
+ /configure/i ./autogen.sh
+ '
+)"