Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-07-24 10:23:18 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-07-24 10:23:18 +0200
commit4b55218e04177d35a006dda61730f6c8fe57d84b (patch)
treecb2f0a9370ba0c18f7eb550dff3916778e20b7a5 /extra
parent47db7eaf94a70e405251f874051d847c8f430367 (diff)
extra/libinput: readded icu69 for i486, cannot rebuild libtracker/libsparsql
Diffstat (limited to 'extra')
-rw-r--r--extra/libinput/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/libinput/PKGBUILD b/extra/libinput/PKGBUILD
new file mode 100644
index 00000000..0bf3ff0b
--- /dev/null
+++ b/extra/libinput/PKGBUILD
@@ -0,0 +1,5 @@
+# fails to rebuild currently on i486
+# /usr/bin/ld: warning: libicui18n.so.69, needed by /usr/lib//libtracker-sparql-3.0.
+if [ "$CARCH" == 'i486' ]; then
+ makedepends+=(icu69)
+fi