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
e8c48eba
Commit
e8c48eba
authored
Mar 23, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: fix anydesk repacking
parent
5f0ff779
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
anydesk.sh
repack.d/anydesk.sh
+13
-1
No files found.
repack.d/anydesk.sh
View file @
e8c48eba
...
...
@@ -19,9 +19,21 @@ PRODUCT=anydesk
epm
install
--skip-installed
fontconfig glib2 libatk libcairo libfreetype libgdk-pixbuf libgio libGL libGLU libgtk+2 libICE libpango libpolkit
\
libSM libX11 libxcb libXdamage libXext libXfixes libXi libxkbfile libXmu libXrandr libXrender libXt libXtst polkit
#
subst '1iAutoProv:no' $SPEC
subst
'1iAutoProv:no'
$SPEC
# preloaded from /usr/lib64/anydesk/, drop external requires
subst
'1i%filter_from_requires /^libpangox-1.0.so.0.*/d'
$SPEC
subst
'1i%filter_from_requires /^libgdkglext-x11-1.0.so.0.*/d'
$SPEC
subst
'1i%filter_from_requires /^libgtkglext-x11-1.0.so.0.*/d'
$SPEC
LIBDIR
=
/usr/lib64
[
-d
$BUILDROOT$LIBDIR
]
||
LIBDIR
=
/usr/lib
epm assure patchelf
||
exit
for
i
in
$BUILDROOT$LIBDIR
/anydesk/
{
libgdkglext-x11-1.0.
*
,libgtkglext-x11-1.0.
*
}
;
do
a
=
patchelf
--set-rpath
'$ORIGIN/'
$i
done
# /usr/libexec/anydesk: library libpangox-1.0.so.0 not found
for
i
in
$BUILDROOT
/usr/libexec/anydesk
;
do
a
=
patchelf
--set-rpath
"
$LIBDIR
/anydesk"
$i
done
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