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
Vladislav
eepm
Commits
bbe36de7
Commit
bbe36de7
authored
Aug 05, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: check available glibc, not distro version
parent
c920b4f3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
36 deletions
+10
-36
librewolf.sh
play.d/librewolf.sh
+3
-8
ungoogled-chromium.sh
play.d/ungoogled-chromium.sh
+1
-1
unityhub.sh
play.d/unityhub.sh
+6
-27
No files found.
play.d/librewolf.sh
View file @
bbe36de7
...
@@ -22,13 +22,8 @@ case $pkgtype in
...
@@ -22,13 +22,8 @@ case $pkgtype in
;;
;;
esac
esac
case
"
$(
epm print info
-s
)
"
in
if
!
is_glibc_enough 2.35
;
then
alt
)
PKG
=
"https://deb.librewolf.net/pool/focal/librewolf-
$VERSION$arch
.deb"
# uses old glibc needed for ALT p10
fi
PKG
=
"https://deb.librewolf.net/pool/focal/librewolf-
$VERSION$arch
.deb"
epm
install
--repack
$PKG
exit
;;
esac
epm
install
"
$PKG
"
epm
install
"
$PKG
"
play.d/ungoogled-chromium.sh
View file @
bbe36de7
...
@@ -8,7 +8,7 @@ DESCRIPTION="Google Chromium, sans integration with Google from the official sit
...
@@ -8,7 +8,7 @@ DESCRIPTION="Google Chromium, sans integration with Google from the official sit
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
# keep old version due libc.so.6(GLIBC_2.33)(64bit)
# keep old version due libc.so.6(GLIBC_2.33)(64bit)
if
[
"
$VERSION
"
=
"*"
]
&&
[
"
$(
epm print info
-s
)
"
=
"alt"
]
&&
[
"
$(
epm print info
-r
)
"
=
"p10"
]
;
then
if
[
"
$VERSION
"
=
"*"
]
&&
!
is_glibc_enough 2.35
;
then
VERSION
=
"113.0.5672.127"
VERSION
=
"113.0.5672.127"
fi
fi
...
...
play.d/unityhub.sh
View file @
bbe36de7
...
@@ -18,15 +18,10 @@ vendor=$(epm print info -s)
...
@@ -18,15 +18,10 @@ vendor=$(epm print info -s)
case
$vendor
in
case
$vendor
in
alt
)
alt
)
if
[
"
$VERSION
"
=
"*"
]
;
then
if
is_glibc_enough 2.35
;
then
case
$reponame
in
VERSION
=
"3.4.2"
p10
)
else
VERSION
=
"3.3.0"
VERSION
=
"3.3.0"
;;
*
)
VERSION
=
"3.4.2"
;;
esac
fi
fi
PKGURL
=
https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_
$arch
/unityhub-amd64-
$VERSION
.deb
PKGURL
=
https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_
$arch
/unityhub-amd64-
$VERSION
.deb
epm
install
--repack
"
$PKGURL
"
epm
install
--repack
"
$PKGURL
"
...
@@ -34,22 +29,7 @@ case $vendor in
...
@@ -34,22 +29,7 @@ case $vendor in
;;
;;
esac
esac
case
$vendor
/
$reponame
in
echo
"Adding vendor repo ..."
alt/Sisyphus
)
epm repo addkey
"https://angie.software/keys/angie-signing.gpg"
"EB8EAF3D4EF1B1ECF34865A2617AB978CB849A76"
"Angie (Signing Key) <devops@tech.wbsrv.ru>"
angie
epm repo add
"rpm [angie] https://download.angie.software/angie/altlinux/10/ x86_64 main"
epm update
epm
install
$PKGNAME
;;
alt/p10
)
epm repo addkey
"https://angie.software/keys/angie-signing.gpg"
"EB8EAF3D4EF1B1ECF34865A2617AB978CB849A76"
"Angie (Signing Key) <devops@tech.wbsrv.ru>"
angie
epm repo add
"rpm [angie] https://download.angie.software/angie/altlinux/10/ x86_64 main"
epm update
epm
install
$PKGNAME
;;
esac
case
$(
epm print info
-p
)
in
case
$(
epm print info
-p
)
in
rpm
)
rpm
)
...
@@ -63,7 +43,6 @@ case $(epm print info -p) in
...
@@ -63,7 +43,6 @@ case $(epm print info -p) in
;;
;;
esac
esac
epm update
epm update
epm
install
$PKGNAME
epm
install
$PKGNAME
exit
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