Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
b8bbf26c
Commit
b8bbf26c
authored
2 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: add gitkraken
parent
0203e551
master
devel
tt1
Tags unavailable
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
1 deletion
+30
-1
gitkraken.sh
play.d/gitkraken.sh
+5
-1
gitkraken.sh
repack.d/gitkraken.sh
+25
-0
No files found.
play.d/gitkraken.sh
100644 → 100755
View file @
b8bbf26c
...
@@ -17,4 +17,8 @@ case $pkgtype in
...
@@ -17,4 +17,8 @@ case $pkgtype in
;;
;;
esac
esac
epm
install
"
$PKGURL
"
if
[
"
$(
epm print info
-s
)
"
=
"alt"
]
;
then
repack
=
"--repack"
fi
epm
install
$repack
"
$PKGURL
"
This diff is collapsed.
Click to expand it.
repack.d/gitkraken.sh
0 → 100755
View file @
b8bbf26c
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
gitkraken
.
$(
dirname
$0
)
/common-chromium-browser.sh
rm
-v
./usr/bin/gitkraken
add_bin_link_command
install_deps
move_to_opt
fix_chrome_sandbox
fix_desktop_file /usr/share/gitkraken/gitkraken
add_findreq_skiplist
"
$PRODUCTDIR
/resources/app.asar.unpacked/node_modules/@axosoft/*/build/Release/*.node"
add_findreq_skiplist
"
$PRODUCTDIR
/resources/app.asar.unpacked/node_modules/@msgpackr-extract/msgpackr-extract-linux-x64/*.node"
add_requires libXScrnSaver
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment