Skip to content

Commit

Permalink
added gitkraken
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvef committed Sep 7, 2017
1 parent 9828991 commit 204b3a1
Show file tree
Hide file tree
Showing 11 changed files with 81 additions and 0 deletions.
Empty file modified README.md
100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions dev-vcs/gitkraken-bin/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
AUX ico/gitkraken.png 19197 SHA256 a2b3551f83bcbe56da961615f066bb736cd15d98e41c93b3b4add0d56606d902 SHA512 5be7e2fcc2ae54139007cf6ff690eccc6a6c13132d3942f2446a24a7de2f1bfa9bfa43ec575677be15c5563e9d4b393fee86894b03730884b2e6d863d5dafc92 WHIRLPOOL 6bf467f01e34644c658e63a7eb57460fed7c586cc8ff5db11664f9114efe27a1d6387f4d4678de7b05b81a148415866ed7da24112ba6822ad5d887bb00eb0cd1
DIST gitkraken-bin-3.0.0.tar.gz 78705663 SHA256 858965351fb9302c7f4e3d65741afd695e92fe9078a1ffca19f51c62437625d7 SHA512 0045aa4a867b85a2f8641c6995ffca044ce0e841e9f32a0d9b2c4f632bde03f205009b3b4852738ea52902e0ae4a545b91f07c14cff98b084d88847975597c08 WHIRLPOOL a3f46c4c9f96502c17e87c1afc57e9db9b197bebdf47e61fe8e2a274611339a56f59d16a6466dfb09c95e61fca947b810a497e0247ef48747141543098d21eff
EBUILD gitkraken-bin-3.0.0.ebuild 1508 SHA256 151310488e18110165c2afbe852cc0aa74bfaf15904dec2f1f268903f34e27b7 SHA512 8dafd9ae0442b1bf107ebda027525a3cbcfdc3ffa69f2a96677aec6e0d98095a14a185833ab9720ea5617a11dbf0a4079beaecccc07c041b868e2352ef907383 WHIRLPOOL 1f959ed400497a348a31511dded3b015a93e4f9147e67e9258aae39620daa532e2df82034ab33ac5c95b9cf56d35197968f5c643e1df9c28f125c90a460f4555
MISC metadata.xml 267 SHA256 a56e6be58442a6f6e8fb1d77ec455d2d86f022bd545abe79c52b34c90dc525b8 SHA512 bbbdf5a6c80ffb2fa4f1994df54084bfb26eff8adc84e9e625a2e8b3852358eb822b0e7547361e704e767802cc805858b3edbdd572b4b9d45dc2215584bb4092 WHIRLPOOL 0a88aff93cb479f2988335f33b9028ad48260889ab879d6d3f7be86d9fbb1542e8ef2d1204f799cb42fd8c9389bcda55e0b1ed07e497dd3d3d0384a4af7bbce9
Binary file added dev-vcs/gitkraken-bin/files/ico/gitkraken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions dev-vcs/gitkraken-bin/gitkraken-bin-3.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit eutils gnome2-utils xdg
DESCRIPTION="The downright luxurious Git client,for Windows, Mac & Linux"
HOMEPAGE="https://www.gitkraken.com"
SRC_URI="https://release.gitkraken.com/linux/v${PV}.tar.gz -> ${P}.tar.gz"
RESTRICT="mirror"
KEYWORDS="~amd64"
SLOT="0"
LICENSE="gitkraken-EULA"
RDEPEND="
dev-libs/expat
dev-libs/nss
gnome-base/gconf
gnome-base/libgnome-keyring
media-gfx/graphite2
media-libs/alsa-lib
media-libs/libpng
net-print/cups
net-libs/gnutls
sys-libs/zlib
x11-libs/gtk+
x11-libs/libnotify
x11-libs/libxcb
x11-libs/libXtst"

DEPEND="${RDEPEND}"

QA_PREBUILT="opt/gitkraken-bin/resources/app.asar.unpacked/node_modules/nodegit/build/Release/nodegit.node
opt/gitkraken-bin/gitkraken"
QA_PRESTRIPPED="/opt/gitkraken-bin/libffmpeg.so
/opt/gitkraken-bin/libnode.so"

S=${WORKDIR}/gitkraken

src_install() {
local destdir="/opt/${PN}"
insinto $destdir
doins -r locales resources
doins content_shell.pak \
icudtl.dat \
natives_blob.bin \
snapshot_blob.bin \
libffmpeg.so \
libnode.so
exeinto $destdir
doexe gitkraken
doicon -s 512 "$FILESDIR"/ico/gitkraken.png
dosym $destdir/gitkraken /usr/bin/gitkraken
make_desktop_entry gitkraken Gitkraken "gitkraken" Network
}

pkg_preinst() {
xdg_pkg_preinst
gnome2_icon_savelist
}

pkg_postinst() {
xdg_pkg_postinst
gnome2_icon_cache_update
}

pkg_postrm() {
xdg_pkg_postrm
gnome2_icon_cache_update
}
9 changes: 9 additions & 0 deletions dev-vcs/gitkraken-bin/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription lang="en">
The downright luxurious Git client,for Windows, Mac and Linux
</longdescription>
<use>
</use>
</pkgmetadata>
Empty file modified metadata/layout.conf
100644 → 100755
Empty file.
Empty file modified net-im/discord-bin/Manifest
100644 → 100755
Empty file.
Empty file modified net-im/discord-bin/discord-bin-0.0.2.ebuild
100644 → 100755
Empty file.
Empty file modified net-im/discord-bin/metadata.xml
100644 → 100755
Empty file.
Empty file modified profiles/repo_name
100644 → 100755
Empty file.
Empty file modified repositories.xml
100644 → 100755
Empty file.

0 comments on commit 204b3a1

Please sign in to comment.