summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNate Levesque2021-07-13 08:11:23 -0400
committerNate Levesque2021-07-13 08:11:23 -0400
commit2607f5450975138f6898487f4547bb8063df6ac6 (patch)
tree4fec13e6df5039d78c162f44e98ac9b710a46b91 /PKGBUILD
parent4e1882e387a90c279e841c0818c2d7be8a0462a1 (diff)
downloadaur-2607f5450975138f6898487f4547bb8063df6ac6.tar.gz
integrate patches from insync forms for sync dir crash
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8c30ef25f23..7b611eed52ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=insync
pkgver=3.4.2.40983
-pkgrel=1
+pkgrel=2
_dist=buster
pkgdesc="An unofficial Google Drive and OneDrive client that runs on Linux, with support for various desktops"
url="https://www.insynchq.com/downloads"
@@ -37,4 +37,8 @@ package() {
install -dm755 ${pkgdir}/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0
ln -s /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache ${pkgdir}/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
rm ${pkgdir}/usr/lib/insync/lib{drm,GLX,GLdispatch}.so*
+ echo "-> Patching https://forums.insynchq.com/t/crash-when-changing-sync-folders-linux-with-solution/17254/4"
+ mv ${pkgdir}/usr/lib/insync/libgdk_pixbuf-2.0.so.0{,.bak}
+ echo "-> Patching https://forums.insynchq.com/t/crash-changing-sync-directory-with-fix/17364/10"
+ mv ${pkgdir}/usr/lib/insync/libpangoft2-1.0.so.0{,.bak}
}