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
0b16643b
Commit
0b16643b
authored
May 04, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: improve zoom repack
parent
9e3c730f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
zoom.sh
repack.d/zoom.sh
+9
-6
No files found.
repack.d/zoom.sh
View file @
0b16643b
...
@@ -37,19 +37,22 @@ for i in $BUILDROOT/opt/zoom/{libicui18n.so,libicui18n.so.*,libicuuc.so,libicuuc
...
@@ -37,19 +37,22 @@ for i in $BUILDROOT/opt/zoom/{libicui18n.so,libicui18n.so.*,libicuuc.so,libicuuc
a
=
patchelf
--set-rpath
'$ORIGIN/'
$i
||
continue
a
=
patchelf
--set-rpath
'$ORIGIN/'
$i
||
continue
done
done
for
i
in
$BUILDROOT
/opt/zoom/
zoom
;
do
for
i
in
$BUILDROOT
/opt/zoom/
{
zoom,zopen
}
;
do
a
=
patchelf
--set-rpath
"
$ORIGIN
/:
$PRODUCTDIR
/cef"
$i
a
=
patchelf
--set-rpath
'$ORIGIN/'
:
"
$PRODUCTDIR
/cef"
$i
done
done
if
[
-d
$BUILDROOT
/opt/zoom/QtQuick/Scene2D
]
;
then
if
[
-d
$BUILDROOT
/opt/zoom/QtQuick/Scene2D
]
;
then
# qt5-3d libqt5-3dquickscene2d
# qt5-3d libqt5-3dquickscene2d
rm
-v
$BUILDROOT
/opt/zoom/QtQuick/Scene2D/libqtquickscene2dplugin.so
$BUILDROOT
/opt/zoom/QtQuick/Scene3D/libqtquickscene3dplugin.so
remove_file /opt/zoom/QtQuick/Scene2D/libqtquickscene2dplugin.so
subst
's|.*/opt/zoom/QtQuick/Scene2D/libqtquickscene2dplugin.so.*||'
$SPEC
remove_file /opt/zoom/QtQuick/Scene3D/libqtquickscene3dplugin.so
subst
's|.*/opt/zoom/QtQuick/Scene3D/libqtquickscene3dplugin.so.*||'
$SPEC
fi
fi
for
i
in
$BUILDROOT
/opt/zoom/xcbglintegrations/libqxcb-
*
-integration
.so
;
do
a
=
patchelf
--set-rpath
"
$PRODUCTDIR
"
$i
done
install_deps
install_deps
epm
--skip-installed
install
libxkbcommon-x11
epm
--skip-installed
install
libxkbcommon-x11
libxcbutil-image libxcbutil-keysyms
fix_chrome_sandbox
$PRODUCTDIR
/cef/chrome-sandbox
fix_chrome_sandbox
$PRODUCTDIR
/cef/chrome-sandbox
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