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.
This commit is contained in:
Joshua Wiedekopf 2017-02-15 12:00:26 +01:00
parent d0d38687b5
commit ae53f2e258
2 changed files with 4 additions and 4 deletions

View file

@ -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;
MimeType=text/plain;

View file

@ -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')