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
Nurlan
eepm
Commits
1920845d
Commit
1920845d
authored
Jan 21, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack fix rustdesk (ALT bug 44888)
parent
631be1bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
rustdesk.sh
repack.d/rustdesk.sh
+11
-1
No files found.
repack.d/rustdesk.sh
View file @
1920845d
...
...
@@ -10,13 +10,17 @@ PRODUCT=rustdesk
subst
'1iAutoProv:no'
$SPEC
# put service file to the normal place
mkdir
-p
$BUILDROOT
/etc/systemd/system/
cp
$BUILDROOT
/usr/share/rustdesk/files/systemd/rustdesk.service
$BUILDROOT
/etc/systemd/system/
$PRODUCT
.service
remove_file /usr/share/rustdesk/files/systemd/rustdesk.service
pack_file /etc/systemd/system/
$PRODUCT
.service
remove_dir /usr/share/rustdesk
move_to_opt
add_bin_link_command
# TODO
# if [[ "$parsedVersion" -gt "360" ]]; then
# sudo -H pip3 install pynput
...
...
@@ -25,4 +29,10 @@ remove_file /usr/share/rustdesk/files/pynput_service.py
echo
"Categories=GNOME;GTK;Network;RemoteAccess;"
>>
$BUILDROOT
/usr/share/applications/
$PRODUCT
.desktop
epm assure patchelf
||
fatal
for
i
in
$BUILDROOT
/
$PRODUCTDIR
/lib/
*
.so
;
do
a
=
patchelf
--set-rpath
'$ORIGIN/'
$i
||
continue
done
epm
install
glib2 libappindicator-gtk3 libcairo libgdk-pixbuf libgtk+3 libpango libpulseaudio libuuid libX11 libXau libxcb libXdmcp libXfixes libXtst xdotool
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