mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
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:
parent
d0d38687b5
commit
ae53f2e258
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
4
PKGBUILD
4
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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue