Guys there are 3 people taking care of this package. Give it half a day
Search Criteria
Package Details: gitkraken 10.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gitkraken.git (read-only, click to copy) |
---|---|
Package Base: | gitkraken |
Description: | The intuitive, fast, and beautiful cross-platform Git client. |
Upstream URL: | https://www.gitkraken.com/ |
Keywords: | git |
Licenses: | custom |
Provides: | gitkraken |
Submitter: | Azd325 |
Maintainer: | Azd325 |
Last Packager: | Azd325 |
Votes: | 301 |
Popularity: | 3.26 |
First Submitted: | 2015-10-21 19:17 (UTC) |
Last Updated: | 2024-11-13 08:46 (UTC) |
Dependencies (6)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libsecret
- libxkbfile
- nss (nss-hgAUR)
- git-lfs (git-lfs-gitAUR) (optional) – git-lfs support
- org.freedesktop.secrets (keepassxc-gitAUR, gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, pass-secret-service-binAUR, bitw-gitAUR, dssdAUR, pass-secret-service-gitAUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – Provides ways to store passwords and encryption keys
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 Next › Last »
MarcinWieczorek commented on 2016-12-06 23:08 (UTC)
xJANGOx commented on 2016-12-06 22:20 (UTC)
There is a new version: 1.9.3-1
1. enter this in terminal: export MAKEPKG="makepkg --skipinteg"
2. enter this in terminal: yaourt -Sb gitkraken
3. just edit the PKGBUILD and insert this content:
pkgname=gitkraken
pkgver=1.9.3
pkgrel=1
pkgdesc="Git client with efficiency, elegance and reliability at the core"
arch=('x86_64')
url="https://www.gitkraken.com/"
license=('custom')
depends=('systemd' 'gconf' 'gtk2' 'nss' 'libxtst' 'libnotify' 'alsa-lib' 'libgnome-keyring')
source=("https://release.gitkraken.com/linux/gitkraken-amd64.deb")
md5sums=('ded8477782737a08edd9f2cb1b28f387')
package() {
tar -xzf ${srcdir}/data.tar.gz -C "${pkgdir}"
chmod -R 755 "$pkgdir/usr"
sed -i 's/app/gitkraken/' "$pkgdir/usr/share/applications/$pkgname.desktop"
rm -r $pkgdir/usr/share/{lintian,doc}
cd $pkgdir/usr/share/pixmaps
mv app.png gitkraken.png
}
enjoy the new version :)
valsaven commented on 2016-12-06 17:16 (UTC)
There is a new 1.9.3 version
electricprism commented on 2016-11-01 23:22 (UTC)
Thanks for putting this up, this looks interesting.
valsaven commented on 2016-10-26 12:54 (UTC)
For a new 1.8.1 version just edit PKGBUILD and change:
pkgver=1.8.0 to pkgver=1.8.1
and md5sums=('903f6d076f58362f07a520ab5e69a891'
to md5sums=('79f0c065dfc11d25e417e8d85a4a2edf'
founderio commented on 2016-10-04 20:09 (UTC)
1.7.0 build fails for me:
cp: cannot stat '/home/oliver/.cache/pacaur/gitkraken/src/GitKraken': No such file or directory
Possible fix:
Line 29 in PKGBUILD:
original:
cp -R "$srcdir"/GitKraken "$pkgdir"/opt/gitkraken
works for me:
cp -R "$srcdir"/gitkraken "$pkgdir"/opt/gitkraken
varlesh commented on 2016-08-04 16:53 (UTC)
Azd325 Please fix desktop-file icon name.
icon=gitkraken.png - this not good variant, because some popular icon themes available only SVG.
better:
icon=gitkraken
MarcinWieczorek commented on 2016-03-21 18:05 (UTC) (edited on 2016-03-21 18:15 (UTC) by MarcinWieczorek)
yaourt -Syu --aur
works great ;)
Edit: I mean yaourt obviously
Raqbit commented on 2016-03-21 18:02 (UTC)
Oh I see, for some reason I forgot I didn't download it with pamac, but manually. That's why it didn't update, and I still got the issue :P
Pinned Comments
Azd325 commented on 2016-12-06 23:45 (UTC)