skype: update to 8.12.76.7
This commit is contained in:
parent
487ce669ad
commit
0b8d0d25da
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'skype'
|
||||
# This just repackages the debian package.
|
||||
pkgname=skype
|
||||
version=5.5.0.1
|
||||
version=8.12.76.7
|
||||
revision=1
|
||||
only_for_archs="x86_64"
|
||||
repository="nonfree"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Lon Willett <xgit@lonw.net>"
|
|||
license="skype"
|
||||
homepage="https://www.skype.com"
|
||||
distfiles="https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
|
||||
checksum=99ed59bfc5521f643071694a23f2387dac016038776d48ab03165c2e35c5c5e4
|
||||
checksum=a92e72c9ceee16c54a2c0899f6280dbe2aa8f525b1b32adb4ca19dce8a0f7b8a
|
||||
|
||||
do_extract() {
|
||||
ar p ${XBPS_SRCDISTDIR}/${pkgname}-${version}/skypeforlinux_${version}_amd64.deb data.tar.xz | tar xJpf - ./usr
|
||||
|
@ -25,11 +25,10 @@ do_install() {
|
|||
vmkdir usr/share
|
||||
vcopy usr/share/skypeforlinux usr/share
|
||||
|
||||
vlicense usr/share/doc/skypeforlinux/copyright
|
||||
vlicense usr/share/doc/skypeforlinux/third-party_attributions.html
|
||||
# The binary needs to be able to find these under /usr/share/doc
|
||||
# The binary needs to be able to find this under /usr/share/doc
|
||||
vmkdir usr/share/doc/skypeforlinux
|
||||
ln -s ../../licenses/skype/copyright ../../licenses/skype/third-party_attributions.html ${DESTDIR}/usr/share/doc/skypeforlinux
|
||||
ln -s ../../licenses/skype/third-party_attributions.html ${DESTDIR}/usr/share/doc/skypeforlinux
|
||||
|
||||
vinstall usr/share/applications/skypeforlinux.desktop 644 usr/share/applications
|
||||
vinstall usr/share/pixmaps/skypeforlinux.png 644 usr/share/pixmaps
|
||||
|
|
Loading…
Reference in New Issue