[packages/skype] - up to 8.136.0.203, it now comes only in snap format :(
baggins
baggins at pld-linux.org
Mon Feb 24 02:06:58 CET 2025
commit 5302cd14c63646381d7249bb99598c4f62aedf48
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Feb 24 00:12:25 2025 +0100
- up to 8.136.0.203, it now comes only in snap format :(
skype-desktop.patch | 4 ++--
skype.spec | 42 ++++++++++++++++++++++++------------------
skypeforlinux | 8 ++++++++
3 files changed, 34 insertions(+), 20 deletions(-)
---
diff --git a/skype.spec b/skype.spec
index ee1180d..49308fd 100644
--- a/skype.spec
+++ b/skype.spec
@@ -1,18 +1,21 @@
Summary: p2p VoIP application
Summary(pl.UTF-8): Aplikacja VoIP p2p
Name: skype
-Version: 8.109.0.209
+Version: 8.136.0.203
Release: 1
Epoch: 1
# http://www.skype.com/company/legal/promote/distributionterms.html
# distributing on CD-ROM and similar media requires approval
License: Commercial, redistributable (see LICENSE)
Group: Applications/Communications
-Source0: https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_%{version}_amd64.deb
-# Source0-md5: 0b44e0494b00b337e7e31f72c3d826c1
+# curl -H 'Snap-Device-Series: 16' http://api.snapcraft.io/v2/snaps/info/skype
+# stable channel URL
+Source0: https://api.snapcraft.io/api/v1/snaps/download/QRDEfjn4WJYnm0FzDKwqqRZZI77awQEV_382.snap
+# Source0-md5: cccba2d9be96f4d9c961a95648f0f741
+Source1: skypeforlinux
Patch0: %{name}-desktop.patch
URL: https://www.skype.com/
-BuildRequires: tar >= 1:1.22
+BuildRequires: squashfs
Requires(post,postun): desktop-file-utils
Requires(post,postun): gtk-update-icon-cache
Requires: hicolor-icon-theme
@@ -50,15 +53,12 @@ na <http://www.skype.com/go/redistribution/>.
%prep
%setup -qcT
-ar x %{SOURCE0}
-tar xf data.tar.gz
-mv .%{_docdir}/skypeforlinux doc
-mv .%{_bindir} .
+unsquashfs %{SOURCE0}
+%{__mv} ./squashfs-root/%{_docdir}/skypeforlinux doc
+%{__mv} ./squashfs-root/%{_datadir}/skypeforlinux .
+%{__mv} skypeforlinux/LICENSE* .
-mv .%{_datadir}/skypeforlinux .
-mv skypeforlinux/LICENSE* .
-
-%patch0 -p1
+%patch -P0 -p1
%build
v=$(strings skypeforlinux/resources/app.asar | grep -C 3 '"productName": "Skype",' | grep -m 1 '"version":' | sed 's/.*: "\([0-9.]\+\)".*/\1/')
@@ -67,14 +67,21 @@ test "$v" = "%{version}" -a "$c" = "production"
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir},%{_appdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir},%{_desktopdir},%{_pixmapsdir},%{_appdir}}
-cp -a bin/* $RPM_BUILD_ROOT%{_bindir}
-ln -s skypeforlinux $RPM_BUILD_ROOT%{_bindir}/%{name}
cp -a skypeforlinux/* $RPM_BUILD_ROOT%{_appdir}
-cp -a usr/share/* $RPM_BUILD_ROOT%{_datadir}
+cp -p squashfs-root/meta/gui/*.desktop $RPM_BUILD_ROOT%{_desktopdir}
+cp -p squashfs-root/meta/gui/skypeforlinux.png $RPM_BUILD_ROOT%{_pixmapsdir}
+
+%{__sed} -e 's|@LIBDIR@|/%{_libdir}/|g' %{SOURCE1} > $RPM_BUILD_ROOT%{_bindir}/skypeforlinux
+ln -s skypeforlinux $RPM_BUILD_ROOT%{_bindir}/%{name}
-sed -i -e 's|/share/|/%{_lib}/|g' $RPM_BUILD_ROOT%{_bindir}/skypeforlinux
+cd ./squashfs-root/
+find ./%{_iconsdir}/hicolor -name skypeforlinux.* -printf "%h %f\n" | \
+while read dir file ; do
+ install -d $RPM_BUILD_ROOT/$dir
+ cp -p $dir/$file $RPM_BUILD_ROOT/$dir/$file
+done
%{__rm} -r $RPM_BUILD_ROOT%{_appdir}/resources/app.asar.unpacked/images/tray/{mac,win}
@@ -98,7 +105,6 @@ rm -rf $RPM_BUILD_ROOT
%{_desktopdir}/skypeforlinux-share.desktop
%{_pixmapsdir}/skypeforlinux.png
%{_iconsdir}/hicolor/*/apps/skypeforlinux.png
-%{_datadir}/kservices5/ServiceMenus/skypeforlinux.desktop
%dir %{_appdir}
%attr(755,root,root) %{_appdir}/chrome-sandbox
diff --git a/skype-desktop.patch b/skype-desktop.patch
index 2e2877e..4427a8a 100644
--- a/skype-desktop.patch
+++ b/skype-desktop.patch
@@ -1,5 +1,5 @@
---- skype-1.6.2/usr/share/applications/skypeforlinux.desktop~ 2017-05-29 16:44:16.000000000 +0300
-+++ skype-1.6.2/usr/share/applications/skypeforlinux.desktop 2017-06-09 16:19:24.351182157 +0300
+--- skype-1.6.2/squashfs-root/meta/gui/skypeforlinux.desktop~ 2017-05-29 16:44:16.000000000 +0300
++++ skype-1.6.2/squashfs-root/meta/gui/skypeforlinux.desktop 2017-06-09 16:19:24.351182157 +0300
@@ -13,7 +13,7 @@
StartupNotify=true
StartupWMClass=Skype
diff --git a/skypeforlinux b/skypeforlinux
new file mode 100755
index 0000000..8765e41
--- /dev/null
+++ b/skypeforlinux
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+SKYPE_PATH="@LIBDIR@/skypeforlinux/skypeforlinux"
+SKYPE_LOGS="$HOME/.config/skypeforlinux/logs"
+
+mkdir -p $SKYPE_LOGS
+
+nohup "$SKYPE_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$SKYPE_LOGS/skype-startup.log" 2>&1 &
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/skype.git/commitdiff/5302cd14c63646381d7249bb99598c4f62aedf48
More information about the pld-cvs-commit
mailing list