skype: remove package

Skype is no longer available as a Debian package, only as a Snap
package, thus no version numbering is avalable in the filename.
Moreover, even if the older Debain/Ubuntu package works, the links
are dead and can only be obtained throough archive.org or a
similar service.
This commit is contained in:
xeroxslayer 2024-11-08 01:04:29 +01:00 committed by Leah Neukirchen
parent f20c4718b8
commit 53f0767c43
2 changed files with 0 additions and 32 deletions

View File

@ -1,30 +0,0 @@
# Template file for 'skype'
# This just repackages the rpm package.
pkgname=skype
version=8.108.0.205
revision=1
archs="x86_64"
create_wrksrc=yes
depends="elogind"
short_desc="Skype for Linux"
maintainer="mobinmob <mobinmob@disroot.org>"
license="custom:skype-servicesagreement" # no vlicense
homepage="https://www.skype.com"
distfiles="https://repo.skype.com/rpm/stable/skypeforlinux_${version}-1.x86_64.rpm"
checksum=be3b714636da765e40b4c814a32988914938e2788b0ad558bfb9b7ce1e67dcef
repository="nonfree"
nostrip="yes"
do_install() {
# Copy files
vcopy "*" "."
# Move executables to usr/lib and change the launcher script
vsed -i "${DESTDIR}/usr/bin/skypeforlinux" -e "s;share/;lib/;g"
vmkdir usr/lib/skypeforlinux
mv "${DESTDIR}/usr/share/skypeforlinux" "${DESTDIR}/usr/lib/"
# Install NOTICE.txt as license. Skype has only a services
# agreement available online.
vlicense "${DESTDIR}/usr/share/doc/skypeforlinux/NOTICE.txt"
# Remove unneeded dir.
rm -rf "${DESTDIR}/usr/lib/.build-id"
}

View File

@ -1,2 +0,0 @@
ignore="*.76.*"
pattern="skypeforlinux_\K[\d.]+(?=_amd64.deb)"