New package: skype-2.2.0.35 (nonfree, i686 only)
This commit is contained in:
parent
0a47679d3c
commit
bb1c789673
16
srcpkgs/skype/skype.rshlibs
Normal file
16
srcpkgs/skype/skype.rshlibs
Normal file
|
@ -0,0 +1,16 @@
|
|||
libasound.so.2
|
||||
libXv.so.1
|
||||
libXss.so.1
|
||||
librt.so.1
|
||||
libQtDBus.so.4
|
||||
libQtGui.so.4
|
||||
libQtNetwork.so.4
|
||||
libQtCore.so.4
|
||||
libpthread.so.0
|
||||
libstdc++.so.6
|
||||
libm.so.6
|
||||
libgcc_s.so.1
|
||||
libc.so.6
|
||||
libdl.so.2
|
||||
libX11.so.6
|
||||
libXext.so.6
|
62
srcpkgs/skype/template
Normal file
62
srcpkgs/skype/template
Normal file
|
@ -0,0 +1,62 @@
|
|||
# Template file for 'skype'
|
||||
pkgname=skype
|
||||
nonfree=yes
|
||||
only_for_archs=i686
|
||||
version=2.2.0.35
|
||||
distfiles="http://download.skype.com/linux/skype-2.2.0.35.tar.bz2"
|
||||
checksum=b56b7170e218da1e2d52d63f8519d365c54296d294a32ab605788910d950eb94
|
||||
short_desc="P2P software for high-quality voice communication"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://www.skype.com"
|
||||
license="skype"
|
||||
long_desc="
|
||||
Skype is a proprietary voice over Internet Protocol service and software
|
||||
application originally created by Niklas Zennström and Janus Friis, and
|
||||
owned by Microsoft since 2011.
|
||||
|
||||
The service allows users to communicate with peers by voice, video, and
|
||||
instant messaging over the Internet. Phone calls may be placed to recipients
|
||||
on the traditional telephone networks. Calls to other users within the Skype
|
||||
service are free of charge, while calls to landline telephones and mobile
|
||||
phones are charged via a debit-based user account system. Skype has also
|
||||
become popular for its additional features, including file transfer, and
|
||||
videoconferencing. Competitors include SIP and H.323-based services, such as
|
||||
Empathy, Linphone, Ekiga as well as the Google Talk service."
|
||||
|
||||
gtk_iconcache_dirs="
|
||||
/usr/share/icons/hicolor
|
||||
/usr/share/pixmaps"
|
||||
|
||||
Add_dependency full hicolor-icon-theme
|
||||
Add_dependency full desktop-file-utils
|
||||
|
||||
do_install()
|
||||
{
|
||||
# Based on an Arch AUR PKGBUILD
|
||||
|
||||
# Executable
|
||||
vinstall skype 755 usr/bin
|
||||
|
||||
# Data
|
||||
vmkdir usr/share/skype
|
||||
vcopy avatars usr/share/skype
|
||||
vcopy lang usr/share/skype
|
||||
vcopy sounds usr/share/skype
|
||||
|
||||
# DBus Service
|
||||
vinstall skype.conf 644 etc/dbus-1/system.d
|
||||
|
||||
# Icons
|
||||
for _i in 16 32 48; do
|
||||
vmkdir usr/share/icons/hicolor/${_i}x${_i}
|
||||
vcopy icons/SkypeBlue_${_i}x${_i}.png \
|
||||
usr/share/icons/hicolor/${_i}x${_i}/skype.png
|
||||
done
|
||||
vinstall icons/SkypeBlue_48x48.png 644 usr/share/pixmaps skype.png
|
||||
|
||||
# Desktop file
|
||||
vinstall skype.desktop 644 usr/share/applications
|
||||
|
||||
# License
|
||||
vinstall LICENSE 644 usr/share/licenses/skype
|
||||
}
|
Loading…
Reference in New Issue
Block a user