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
fc492cf1
Commit
fc492cf1
authored
Dec 10, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: more verbose about stalled versions
parent
ee32c4ea
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
3 deletions
+12
-3
common.sh
play.d/common.sh
+5
-0
lunacy.sh
play.d/lunacy.sh
+0
-1
lycheeslicer.sh
play.d/lycheeslicer.sh
+1
-1
onlyoffice.sh
play.d/onlyoffice.sh
+1
-0
synology-drive.sh
play.d/synology-drive.sh
+1
-1
telegram.sh
play.d/telegram.sh
+2
-0
unityhub.sh
play.d/unityhub.sh
+2
-0
No files found.
play.d/common.sh
View file @
fc492cf1
...
...
@@ -13,6 +13,11 @@ fatal()
exit
1
}
info
()
{
echo
"
$*
"
}
[
-n
"
$BIGTMPDIR
"
]
||
[
-d
"/var/tmp"
]
&&
BIGTMPDIR
=
"/var/tmp"
||
BIGTMPDIR
=
"/tmp"
cd_to_temp_dir
()
...
...
play.d/lunacy.sh
View file @
fc492cf1
...
...
@@ -25,7 +25,6 @@ case "$arch" in
esac
if
!
is_glibc_enough 2.34
;
then
#fatal "glibc is too old"
PKGURL
=
"
$(
snap_get_pkgurl
$URL
)
"
else
PKGURL
=
"https://lcdn.icons8.com/setup/
$file
"
...
...
play.d/lycheeslicer.sh
View file @
fc492cf1
...
...
@@ -15,7 +15,7 @@ case "$(epm print info -s)" in
;;
esac
is_stdcpp_enough
"11.0"
||
VERSION
=
"4.1.0"
is_stdcpp_enough
"11.0"
||
VERSION
=
"4.1.0"
&&
info
"libstdc++ version below 11.0, we'll stick with the old version
$VERSION
"
if
[
"
$VERSION
"
=
"*"
]
;
then
VERSION
=
$(
eget
-O-
https://mango3d.io/download-lychee-slicer |
grep
-o
"Lychee Slicer [0-9].[0-9].[0-9]"
|
awk
'{print $3}'
)
...
...
play.d/onlyoffice.sh
View file @
fc492cf1
...
...
@@ -29,6 +29,7 @@ case "$(epm print info -s)" in
if
!
is_glibc_enough 2.32
;
then
# need old glibc
VERSION
=
7.3.3
info
"glibc version below 11.0, we'll stick with the old version
$VERSION
"
fi
;;
esac
...
...
play.d/synology-drive.sh
View file @
fc492cf1
...
...
@@ -8,7 +8,7 @@ URL="https://www.synology.com/"
.
$(
dirname
$0
)
/common.sh
is_stdcpp_enough
"11.0"
||
VERSION
=
"3.2.1"
is_stdcpp_enough
"11.0"
||
VERSION
=
"3.2.1"
&&
info
"libstdc++ version below 11.0, we'll stick with the old version
$VERSION
"
# it is so strange, package name contains 3.x.x, but package version is 7.x.x
[
"
$VERSION
"
=
"*"
]
&&
VERSION
=
"[0-9]*"
||
VERSION
=
"
$(
echo
"
$VERSION
"
|
sed
-e
's|^7|3|'
)
"
...
...
play.d/telegram.sh
View file @
fc492cf1
...
...
@@ -14,10 +14,12 @@ TIPS="Run 'epm play telegram=beta' to install beta version of the Telegram clien
if
[
-n
"
$CHECKED_VERSION
"
]
||
[
"
$VERSION
"
=
"*"
]
;
then
if
!
is_glibc_enough 2.32
;
then
VERSION
=
"4.9.5"
info
"glibc version below 2.32, we'll stick with the old version
$VERSION
"
fi
if
!
is_glibc_enough 2.28
;
then
VERSION
=
"4.5.1"
info
"glibc version below 2.28, we'll stick with the old version
$VERSION
"
fi
fi
...
...
play.d/unityhub.sh
View file @
fc492cf1
...
...
@@ -21,6 +21,8 @@ case $vendor in
VERSION
=
"3.4.2"
else
VERSION
=
"3.3.0"
info
"glibc version below 2.35, we'll stick with the old version
$VERSION
"
fi
PKGURL
=
"https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_
$arch
/unityhub-amd64-
$VERSION
.deb"
install_pkgurl
...
...
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