From ae53f2e258a1bbab587c373da772705995d8bbc9 Mon Sep 17 00:00:00 2001 From: Joshua Wiedekopf Date: Wed, 15 Feb 2017 12:00:26 +0100 Subject: [PATCH] added dependency on libcurl-compat v2.1.0 introduced proxy support and a dependecy on curl3. I've added libcurl-compat to the dependecy list and modified the .desktop file to load the correct library. --- GitKraken.desktop | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GitKraken.desktop b/GitKraken.desktop index 774b61d60627..6a475eae3e4f 100644 --- a/GitKraken.desktop +++ b/GitKraken.desktop @@ -1,10 +1,10 @@ [Desktop Entry] Name=GitKraken Comment=Unleash your repo -Exec="gitkraken" +Exec=bash -c "LD_PRELOAD=/usr/lib/libcurl.so.3 gitkraken" Icon=gitkraken Terminal=false Type=Application StartupNotify=true Categories=GNOME;GTK;Development;Documentation; -MimeType=text/plain; \ No newline at end of file +MimeType=text/plain; diff --git a/PKGBUILD b/PKGBUILD index 7587b51c3aad..dca955b96e19 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ url="http://www.gitkraken.com/" provides=('gitkraken') arch=('x86_64') license=('custom') -depends=('gtk2' 'nss' 'libnotify' 'libxtst' 'libgnome-keyring' 'gconf' 'alsa-lib') +depends=('gtk2' 'nss' 'libnotify' 'libxtst' 'libgnome-keyring' 'gconf' 'alsa-lib' 'libcurl-compat') makedepends=() backup=() install='' @@ -21,7 +21,7 @@ source=( "eula.html" ) md5sums=('075de0a5610f6dc488563fe769d731c6' - 'cf2a1746a0cafe11793af0801c78afeb' + 'ecef298bed1178d60cf0dd75c4700205' '04987b933d551d15c0813111d715bb9e' 'e9ba6663e5f1f92cae31beb0074e8c6c')