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
6836fbd9
Commit
6836fbd9
authored
Apr 01, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play anydesk: use direct link to workaround against buggy vendor server
parent
d19ceee9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
anydesk.sh
play.d/anydesk.sh
+7
-4
anydesk.sh
repack.d/anydesk.sh
+1
-1
No files found.
play.d/anydesk.sh
View file @
6836fbd9
...
@@ -28,16 +28,19 @@ esac
...
@@ -28,16 +28,19 @@ esac
# https://download.anydesk.com/os-specific/rhel8/anydesk-6.0.1-1.el8.x86_64.rpm
# https://download.anydesk.com/os-specific/rhel8/anydesk-6.0.1-1.el8.x86_64.rpm
# https://download.anydesk.com/deb/anydesk_6.0.1-1_amd64.deb
# https://download.anydesk.com/deb/anydesk_6.0.1-1_amd64.deb
# general msk
#PKGMASK="$(epm print info -p)/$(epm print constructname $PKGNAME "*" $arch '' '_')"
# TODO: hack with version, there are too many files
PKGMASK
=
"
$(
epm print constructname
$PKGNAME
"
$VERSION
"
$arch
''
'_'
)
"
PKGMASK
=
"
$(
epm print constructname
$PKGNAME
"
$VERSION
"
$arch
''
'_'
)
"
# we miss obsoleted libpangox on ALT, so use RHEL8 build
# we miss obsoleted libpangox on ALT, so use RHEL8 build
# lib.req: WARNING: /usr/bin/anydesk: library libpangox-1.0.so.0 not found
# lib.req: WARNING: /usr/bin/anydesk: library libpangox-1.0.so.0 not found
#[ "$(epm print info -s)" = "alt" ] && PKGMASK="os-specific/rhel8/$(epm print constructname $PKGNAME "*" $arch)"
#[ "$(epm print info -s)" = "alt" ] && PKGMASK="os-specific/rhel8/$(epm print constructname $PKGNAME "*" $arch)"
PKGURL
=
"
$(
eget
--list
--latest
https://download.anydesk.com/linux/
"./
$PKGMASK
"
)
"
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
"
$(
eget
--list
--latest
https://download.anydesk.com/linux/
"./
$PKGMASK
"
)
"
else
# https://download.anydesk.com/linux/anydesk_6.3.0-1_amd64.deb
# https://download.anydesk.com/linux/anydesk_6.3.0-1_x86_64.rpm
PKGURL
=
"https://download.anydesk.com/linux/
$PKGMASK
"
fi
install_pkgurl
install_pkgurl
...
...
repack.d/anydesk.sh
View file @
6836fbd9
...
@@ -11,7 +11,7 @@ PRODUCT=anydesk
...
@@ -11,7 +11,7 @@ PRODUCT=anydesk
remove_file /usr/share/anydesk/files/init/anydesk
remove_file /usr/share/anydesk/files/init/anydesk
# put service file to the normal place
# put service file to the normal place
install_file
$BUILDROOT
/
usr/share/anydesk/files/systemd/anydesk.service /etc/systemd/system/anydesk.service
install_file usr/share/anydesk/files/systemd/anydesk.service /etc/systemd/system/anydesk.service
remove_file /usr/share/anydesk/files/systemd/anydesk.service
remove_file /usr/share/anydesk/files/systemd/anydesk.service
fix_desktop_file /usr/bin/
$PRODUCT
fix_desktop_file /usr/bin/
$PRODUCT
...
...
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