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
30f4d16e
Commit
30f4d16e
authored
Nov 29, 2024
by
Ivan Mazhukin
Committed by
Vitaly Lipatov
Dec 01, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play mailruagent: drop closed app (eterbug #17865)
parent
4598f3be
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
79 deletions
+0
-79
mailruagent.sh
pack.d/mailruagent.sh
+0
-34
mailruagent.sh
play.d/mailruagent.sh
+0
-19
mailruagent.sh
repack.d/mailruagent.sh
+0
-26
No files found.
pack.d/mailruagent.sh
deleted
100755 → 0
View file @
4598f3be
#!/bin/sh
TAR
=
"
$1
"
RETURNTARNAME
=
"
$2
"
VERSION
=
"
$3
"
.
$(
dirname
$0
)
/common.sh
if
echo
"
$TAR
"
|
grep
-q
"agent.tar.xz"
;
then
erc
"
$TAR
"
||
fatal
else
fatal
"We support only agent.tar.xz"
fi
mkdir
opt
mv
agent
*
opt/
$PRODUCT
||
fatal
# https://webagent.mail.ru/favicon.ico
install_file ipfs://QmZNK3w2i2CTUwfHfxiJR6HR2CDaALUUhJSq4bfoAEUMMH /usr/share/pixmaps/
$PRODUCT
.png
PKGNAME
=
$PRODUCT
-
$VERSION
.tar
erc pack
$PKGNAME
opt/
$PRODUCT
usr
cat
<<
EOF
>
$PKG
.eepm.yaml
name:
$PRODUCT
group: Networking/Instant messaging
license: Proprietary
url: https://agent.mail.ru/linux
summary: Mail.ru agent
description: Mail.ru agent.
EOF
return_tar
$PKGNAME
play.d/mailruagent.sh
deleted
100755 → 0
View file @
4598f3be
#!/bin/sh
PKGNAME
=
mailruagent
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"Mail.ru Agent for Linux from the official site"
URL
=
"https://agent.mail.ru/linux"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
VERSION
=
"*"
if
[
"
$VERSION
"
=
"*"
]
;
then
VERSION
=
$(
eget
-O-
-H
Snap-Device-Series:16 https://api.snapcraft.io/v2/snaps/info/agent | epm
--inscript
tool json
-b
|
grep
version |
head
-n1
|
sed
-e
's|.*"\([0-9.]*\)".*|\1|'
)
||
fatal
"Can't get current version"
#'
fi
PKGURL
=
"https://hb.bizmrg.com/agent-www/linux/x64/agent.tar.xz"
install_pack_pkgurl
"
$VERSION
"
repack.d/mailruagent.sh
deleted
100755 → 0
View file @
4598f3be
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
add_bin_link_command
$PRODUCT
$PRODUCTDIR
/agent
cat
<<
EOF
| create_file /usr/share/applications/
$PRODUCT
.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=Mail.ru Agent for Linux
Comment=Simple way to communicate and nothing extra. New design, group chats and much more!
Icon=
$PRODUCT
Exec=
$PRODUCT
-urlcommand %u
Categories=InstantMessaging;Social;Chat;Network;
Terminal=false
MimeType=x-scheme-handler/icq;
Keywords=icq;
EOF
subst
"s|.*/opt/icq/unittests.*||"
$SPEC
add_libs_requires
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