summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2019-09-28 15:42:56 +0200
committerErik Dubois2019-09-28 15:42:56 +0200
commit775c8364613ee2299693c3f3850907c51e7db2d5 (patch)
treefd3e24e88c3556d91a76855462ca38e066f71d84
parent55fcb487d5d2ba4ced2f6ba9991f5d8b7f0daa23 (diff)
downloadaur-775c8364613ee2299693c3f3850907c51e7db2d5.tar.gz
added link to gdk-pixbuf
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2b6c28b97f8..6b050e9b857c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = insync
pkgdesc = An unofficial Google Drive client that runs on Linux, with support for various desktops
pkgver = 3.0.20.40428
- pkgrel = 3
+ pkgrel = 4
url = https://www.insynchq.com/downloads
arch = x86_64
license = custom:insync
diff --git a/PKGBUILD b/PKGBUILD
index 1d751abcc542..9085d6351e47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=insync
pkgver=3.0.20.40428
-pkgrel=3
+pkgrel=4
_dist=buster
pkgdesc="An unofficial Google Drive client that runs on Linux, with support for various desktops"
url="https://www.insynchq.com/downloads"
@@ -34,4 +34,6 @@ package() {
cp -rp usr ${pkgdir}/
install -Dm644 ../insync@.service ${pkgdir}/usr/lib/systemd/system/insync@.service
install -Dm644 ../insync.service ${pkgdir}/usr/lib/systemd/user/insync.service
+ 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
}