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