From bb1c78967364a284544b1cf17db99ff3f03ce517 Mon Sep 17 00:00:00 2001 From: davehome Date: Wed, 21 Dec 2011 04:39:50 -0700 Subject: [PATCH] New package: skype-2.2.0.35 (nonfree, i686 only) --- srcpkgs/skype/skype.rshlibs | 16 ++++++++++ srcpkgs/skype/template | 62 +++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 srcpkgs/skype/skype.rshlibs create mode 100644 srcpkgs/skype/template diff --git a/srcpkgs/skype/skype.rshlibs b/srcpkgs/skype/skype.rshlibs new file mode 100644 index 00000000000..20c5ff4e20a --- /dev/null +++ b/srcpkgs/skype/skype.rshlibs @@ -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 diff --git a/srcpkgs/skype/template b/srcpkgs/skype/template new file mode 100644 index 00000000000..a2bd9d23e83 --- /dev/null +++ b/srcpkgs/skype/template @@ -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 " +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 +}