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
86d1c667
Commit
86d1c667
authored
May 04, 2025
by
Vitaly Lipatov
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: restore yandex-messenger
parent
c644ec86
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
0 deletions
+42
-0
yandex-messenger.sh
play.d/yandex-messenger.sh
+19
-0
chats.sh
repack.d/chats.sh
+23
-0
No files found.
play.d/yandex-messenger.sh
0 → 100644
View file @
86d1c667
#!/bin/sh
PKGNAME
=
yandex-messenger
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"Yandex Messenger is designed for communication: send text messages, make audio and video calls in private and group chats, subscribe to and create channels."
URL
=
"https://yandex.ru/support/messenger/index.html"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
# they publish it on Yandex Disk only (without direct download)
PKGURL
=
"ipfs://Qma7e4MpopXpeoNnTsCXxx92q1oTrgJmz1aHjecvcEBNWx?filename=Yandex_Messenger_2.155.0_amd64.deb"
install_pkgurl
echo
"It is unsupported obsoleted version. Ask Yandex to restore the application for Linux."
\ No newline at end of file
repack.d/chats.sh
0 → 100644
View file @
86d1c667
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PKGNAME
=
"yandex-messenger"
subst
"s|^Name:.*|Name:
$PKGNAME
|"
$SPEC
PRODUCTDIR
=
/opt/yandex-messenger
PRODUCTCUR
=
yandex-messenger
.
$(
dirname
$0
)
/common-chromium-browser.sh
move_to_opt
"/opt/Yandex Messenger"
add_bin_link_command
$PRODUCT
$PRODUCTDIR
/
$PRODUCT
add_bin_link_command
$PRODUCTCUR
$PRODUCT
fix_desktop_file
"/opt/Yandex Messenger"
"/opt/yandex-messenger"
fix_chrome_sandbox
add_electron_deps
Vitaly Lipatov
@lav
mentioned in commit
e1197855
·
May 17, 2025
mentioned in commit
e1197855
mentioned in commit e11978551fe4a62470cac94d01ba1bf024c2efdd
Toggle commit list
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