summaryrefslogtreecommitdiff
path: root/community/tilix/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-05-03 14:28:30 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-05-03 14:28:30 +0200
commit1b3d7413914e8ad1ecc2376ed8bf7ca48b945dab (patch)
tree21f8d6adc0c6eeb8aec2ab44e4dc86773d9cce5f /community/tilix/PKGBUILD
parentec111e964321eb6f8d56fab22bed0f58e1de1def (diff)
downloadpackages-1b3d7413914e8ad1ecc2376ed8bf7ca48b945dab.tar.xz
community/tilix: fixed a long to glong
Diffstat (limited to 'community/tilix/PKGBUILD')
-rw-r--r--community/tilix/PKGBUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/tilix/PKGBUILD b/community/tilix/PKGBUILD
new file mode 100644
index 00000000..8edf0956
--- /dev/null
+++ b/community/tilix/PKGBUILD
@@ -0,0 +1,12 @@
+# https://github.com/gnunn1/tilix/issues/1392
+
+source+=('tilix-1.7.9-32bit-glong-getCursorPosition.patch')
+sha256sums+=('3217d9e0d84a2d4c3ce7d066e99fda23bf814f395a18881caef5245e51276824')
+
+eval "$(
+ declare -f prepare | \
+ sed '
+ 3 a patch -Np1 -i "${srcdir}"/tilix-1.7.9-32bit-glong-getCursorPosition.patch
+ '
+)"
+