skype: update to 4.2.0.11 (hi xdave)
This commit is contained in:
parent
703a9cf7e7
commit
84d8781dcd
|
@ -1,15 +1,13 @@
|
|||
# Template file for 'skype'
|
||||
pkgname=skype
|
||||
revision=2
|
||||
only_for_archs=i686
|
||||
version=4.0.0.7
|
||||
makedepends="hicolor-icon-theme desktop-file-utils"
|
||||
version=4.2.0.11
|
||||
revision=1
|
||||
short_desc="P2P software for high-quality voice communication"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://www.skype.com"
|
||||
license="skype"
|
||||
distfiles="http://download.skype.com/linux/${pkgname}-${version}.tar.bz2"
|
||||
checksum=d615fb48bb0535ab4fbf0630b08c825c3b09f05f41520c9faba36c8db9e23a57
|
||||
checksum=87d30ab2ca219c1661c6497900da8fec5a30d8383f32240dc5a48f0aca35064e
|
||||
long_desc="
|
||||
Skype is a proprietary voice over Internet Protocol service and software
|
||||
application originally created by Niklas Zennström and Janus Friis, and
|
||||
|
@ -24,9 +22,11 @@ long_desc="
|
|||
videoconferencing. Competitors include SIP and H.323-based services, such as
|
||||
Empathy, Linphone, Ekiga as well as the Google Talk service."
|
||||
|
||||
do_install() {
|
||||
# Based on an Arch AUR PKGBUILD
|
||||
# XXX no multiarch for now.
|
||||
only_for_archs="i686"
|
||||
makedepends="qt>=4.8.4_4 hicolor-icon-theme desktop-file-utils"
|
||||
|
||||
do_install() {
|
||||
# Executable
|
||||
vinstall skype 755 usr/bin
|
||||
|
||||
|
@ -48,7 +48,7 @@ do_install() {
|
|||
vinstall icons/SkypeBlue_48x48.png 644 usr/share/pixmaps skype.png
|
||||
|
||||
# Desktop file
|
||||
vinstall skype.desktop 644 usr/share/applications
|
||||
vinstall skype.desktop 644 usr/share/applications
|
||||
|
||||
# License
|
||||
vinstall LICENSE 644 usr/share/licenses/skype
|
||||
|
|
Loading…
Reference in New Issue