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
e1849c5e
Commit
e1849c5e
authored
Dec 20, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: use add_electron_deps for Electron apps
parent
4de6167e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
9 deletions
+8
-9
freetube.sh
repack.d/freetube.sh
+2
-2
lycheeslicer.sh
repack.d/lycheeslicer.sh
+3
-4
rstudio.sh
repack.d/rstudio.sh
+2
-2
unityhub.sh
repack.d/unityhub.sh
+1
-1
No files found.
repack.d/freetube.sh
View file @
e1849c5e
...
...
@@ -12,7 +12,7 @@ remove_dir /usr/share/doc
add_bin_exec_command
$PRODUCT
fix_chrome_sandbox
ignore_lib_requires
'libffmpeg.so()(64bit)'
add_electron_deps
repack.d/lycheeslicer.sh
View file @
e1849c5e
...
...
@@ -6,12 +6,11 @@ SPEC="$2"
PRODUCT
=
lycheeslicer
PRODUCTDIR
=
/opt/LycheeSlicer
.
$(
dirname
$0
)
/common
-chromium-browser
.sh
.
$(
dirname
$0
)
/common.sh
add_bin_link_command
#add_bin_link_command $PRODUCTCUR $PRODUCT
fix_chrome_sandbox
fix_desktop_file
add_electron_deps
repack.d/rstudio.sh
View file @
e1849c5e
...
...
@@ -14,7 +14,7 @@ add_bin_exec_command $PRODUCT
# fix bug in upstream
subst
's|/usr/lib/rstudio/bin/rstudio|$PRODUCTDIR/$PRODUCT|'
$BUILDROOT$PRODUCTDIR
/resources/app/bin/rstudio-backtrace.sh
fix_chrome_sandbox
ignore_lib_requires libffmpeg.so
add_electron_deps
repack.d/unityhub.sh
View file @
e1849c5e
...
...
@@ -9,5 +9,5 @@ add_bin_link_command
fix_desktop_file
fix_chrome_sandbox
add_electron_deps
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