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
b7f6ce5b
Commit
b7f6ce5b
authored
May 05, 2025
by
Boris Yumankulov
Committed by
Vitaly Lipatov
May 05, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: drop skype
Signed-off-by:
Boris Yumankulov
<
boria138@altlinux.org
>
parent
e2777529
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
64 deletions
+0
-64
skypeforlinux.sh
pack.d/skypeforlinux.sh
+0
-26
skype.sh
play.d/skype.sh
+0
-16
skypeforlinux.sh
repack.d/skypeforlinux.sh
+0
-22
No files found.
pack.d/skypeforlinux.sh
deleted
100755 → 0
View file @
e2777529
#!/bin/sh
TAR
=
"
$1
"
RETURNTARNAME
=
"
$2
"
#VERSION="$3"
.
$(
dirname
$0
)
/common.sh
epm assure unsquashfs squashfs-tools
||
fatal
"Install a package with unsquashfs command manually."
unsquashfs
$TAR
||
fatal
VERSION
=
$(
grep
version squashfs-root/snapcraft.yaml |
awk
'{print $2}'
)
PKGNAME
=
$PRODUCT
-
$VERSION
mkdir
-p
opt/
mkdir
-p
usr/share/applications/
mkdir
-p
usr/share/icons/hicolor/
mv
squashfs-root/snap/gui/
*
.desktop usr/share/applications/
mv
squashfs-root/usr/share/skypeforlinux opt/
for
i
in
16 32 256 512 1024
;
do
install
-Dm644
squashfs-root/usr/share/icons/hicolor/
${
i
}
x
${
i
}
/apps/skypeforlinux.png usr/share/icons/hicolor/
${
i
}
x
${
i
}
/apps/skypeforlinux.png
done
erc pack
$PKGNAME
.tar opt usr
return_tar
$PKGNAME
.tar
play.d/skype.sh
deleted
100755 → 0
View file @
e2777529
#!/bin/sh
PKGNAME
=
skypeforlinux
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"Skype for Linux - Stable/Release Version from the official site"
URL
=
"https://skype.com"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
# https://snapcraft.io/skype https://aur.archlinux.org/packages/skypeforlinux-bin
PKGURL
=
"
$(
snap_get_pkgurl https://snapcraft.io/skype
)
"
install_pack_pkgurl
repack.d/skypeforlinux.sh
deleted
100755 → 0
View file @
e2777529
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
skype
PRODUCTCUR
=
skypeforlinux
PRODUCTDIR
=
/opt/skypeforlinux
.
$(
dirname
$0
)
/common-chromium-browser.sh
add_bin_link_command
$PRODUCTCUR
$PRODUCTDIR
/
$PRODUCTCUR
add_bin_link_command
$PRODUCT
$PRODUCTCUR
fix_chrome_sandbox
fix_desktop_file /usr/bin/skypeforlinux
fix_desktop_file
'${SNAP}/meta/gui/skypeforlinux.png'
skypeforlinux.png
add_electron_deps
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