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
5d92c0c2
Commit
5d92c0c2
authored
Jan 22, 2025
by
Ivan Mazhukin
Committed by
Vitaly Lipatov
Jan 24, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play skype: add forgotten pack (eterbug #17865)
parent
d8484b25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
skypeforlinux.sh
pack.d/skypeforlinux.sh
+26
-0
No files found.
pack.d/skypeforlinux.sh
0 → 100755
View file @
5d92c0c2
#!/bin/sh
TAR
=
"
$1
"
RETURNTARNAME
=
"
$2
"
#VERSION="$3"
.
$(
dirname
$0
)
/common.sh
epm assure unsquashfs
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
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