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
f82cf6f1
Commit
f82cf6f1
authored
Mar 11, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play rustdesk: restore pynput-service.py (need python3-module-pynput since it)
parent
0863296b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
rustdesk.sh
play.d/rustdesk.sh
+1
-1
rustdesk.sh
repack.d/rustdesk.sh
+4
-9
No files found.
play.d/rustdesk.sh
View file @
f82cf6f1
...
...
@@ -25,7 +25,7 @@ else
fi
URL
=
$(
epm tool eget
--list
--latest
https://github.com/rustdesk/rustdesk/releases
"
$MASK
"
)
||
fatal
"Can't get package URL"
epm
install
$URL
epm
install
$URL
||
exit
cat
<<
EOF
...
...
repack.d/rustdesk.sh
View file @
f82cf6f1
...
...
@@ -18,12 +18,6 @@ cp $BUILDROOT/usr/share/rustdesk/files/systemd/rustdesk.service $BUILDROOT/etc/s
remove_dir /usr/share/rustdesk/files/systemd
pack_file /etc/systemd/system/
$PRODUCT
.service
# TODO
# if [[ "$parsedVersion" -gt "360" ]]; then
# sudo -H pip3 install pynput
remove_file /usr/share/rustdesk/files/pynput_service.py
# filter_from_requires "python3(pynput.*"
VERSION
=
$(
grep
"^Version:"
$SPEC
|
sed
-e
"s|Version: ||"
)
if
[
"
$VERSION
"
=
"1.1.9"
]
;
then
echo
"Note: use 1.1.9 compatibility script"
...
...
@@ -42,7 +36,8 @@ echo "Categories=GNOME;GTK;Network;RemoteAccess;" >> $BUILDROOT/usr/share/applic
# a= patchelf --set-rpath '$PRODUCTDIR' $i || continue
#done
epm
install
glib2 libappindicator-gtk3 libcairo libgdk-pixbuf libgtk+3 libpango libpulseaudio libuuid libX11 libXau libxcb libXdmcp libXfixes libXtst xdotool
epm
install
--skip-installed
glib2 libappindicator-gtk3 libcairo libgdk-pixbuf libgtk+3 libpango libpulseaudio libuuid libX11 libXau libxcb libXdmcp libXfixes libXtst xdotool
epm
install
--skip-installed
python3-module-pynput
||
epm
install
316570
exit
fi
...
...
@@ -62,5 +57,5 @@ 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
epm
install
--skip-installed
glib2 libappindicator-gtk3 libcairo libgdk-pixbuf libgtk+3 libpango libpulseaudio libuuid libX11 libXau libxcb libXdmcp libXfixes libXtst xdotool
epm
install
--skip-installed
python3-module-pynput
||
epm
install
316570
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