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
ea73c7be
Commit
ea73c7be
authored
Apr 28, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: enable whatsapp support for other distro
parent
6023a9a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
whatsapp.sh
play.d/whatsapp.sh
+7
-1
No files found.
play.d/whatsapp.sh
View file @
ea73c7be
...
...
@@ -3,10 +3,15 @@
PKGNAME
=
whatsapp-for-linux
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
'
'
#"An unofficial WhatsApp desktop application for Linux"
DESCRIPTION
=
'
An unofficial WhatsApp desktop application (from the repository if the package is there, or from the official site)'
.
$(
dirname
$0
)
/common.sh
if
epm
install
$PKGNAME
;
then
return
fi
[
"
$(
epm print info
-s
)
"
=
"alt"
]
&&
fatal
"ALT is not supports
$PKGNAME
AppImage for now."
#case "$(epm print info -d)" in
# ALTLinux|ALTServer)
...
...
@@ -14,6 +19,7 @@ DESCRIPTION='' #"An unofficial WhatsApp desktop application for Linux"
# ;;
#esac
arch
=
x86_64
# sh: symbol lookup error: /tmp/.private/lav/.mount_whatsaxhRMDh/opt/libc/lib/x86_64-linux-gnu/libc.so.6: undefined symbol: __libc_enable_secure, version GLIBC_PRIVATE
URL
=
$(
epm tool eget
--list
--latest
https://github.com/eneshecan/whatsapp-for-linux/releases
"
$PKGNAME
-
$VERSION
-
$arch
.AppImage"
)
||
fatal
"Can't get package URL"
epm
install
$URL
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