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
0
Merge Requests
0
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
c78c14a2
Commit
c78c14a2
authored
Mar 11, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: run add_libs_requires by default
parent
a1927b0d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
8 deletions
+15
-8
generic-appimage.sh
repack.d/generic-appimage.sh
+0
-8
generic-default.sh
repack.d/generic-default.sh
+15
-0
No files found.
repack.d/generic-appimage.sh
View file @
c78c14a2
...
@@ -89,11 +89,3 @@ add_bin_cdexec_command $PRODUCT $PRODUCTDIR/AppRun
...
@@ -89,11 +89,3 @@ add_bin_cdexec_command $PRODUCT $PRODUCTDIR/AppRun
# Strange AppRun script uses args as path, so override path detection
# Strange AppRun script uses args as path, so override path detection
subst
"2iexport APPDIR=
$PRODUCTDIR
"
$BUILDROOT
/usr/bin/
$PRODUCT
subst
"2iexport APPDIR=
$PRODUCTDIR
"
$BUILDROOT
/usr/bin/
$PRODUCT
# detect requires by libs
add_libs_requires
if
[
-f
v8_context_snapshot.bin
]
;
then
echo
"electron based application detected, adding requires for it ..."
add_electron_deps
fi
repack.d/generic-default.sh
View file @
c78c14a2
#!/bin/sh -x
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
"
$3
"
PKG
=
"
$4
"
.
$(
dirname
$0
)
/common.sh
# detect requires by libs
add_libs_requires
if
[
-f
v8_context_snapshot.bin
]
;
then
echo
"electron based application detected, adding requires for it ..."
add_electron_deps
fi
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