[arch-commits] Commit in skype/trunk (PKGBUILD skype.install)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Jun 24 09:38:21 UTC 2014


    Date: Tuesday, June 24, 2014 @ 11:38:21
  Author: svenstaro
Revision: 113484

upgpkg: skype 4.3.0.37-2

Move pulseaudio to optdeps and add qtwebkit dep

Modified:
  skype/trunk/PKGBUILD
  skype/trunk/skype.install

---------------+
 PKGBUILD      |   15 +++++++--------
 skype.install |    3 ++-
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-24 08:36:25 UTC (rev 113483)
+++ PKGBUILD	2014-06-24 09:38:21 UTC (rev 113484)
@@ -3,9 +3,10 @@
 # Contributor: Daenyth <Daenyth+Arch AT gmail DOT com>
 # Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
 
+
 pkgname=skype
 pkgver=4.3.0.37
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="P2P software for high-quality voice communication"
 url="http://www.skype.com/"
@@ -13,13 +14,14 @@
 options=('!strip')
 install=skype.install
 depends=(xdg-utils hicolor-icon-theme)
+optdepends=('pulseaudio: audio support/voice chatting')
 
 if [[ $CARCH == 'i686' ]]; then
-  depends+=(pulseaudio qt4 libxss libxv libxcursor v4l-utils gstreamer0.10-base)
-  optdepends=('libcanberra: XDG sound support')
+  depends+=(qt4 libxss libxv libxcursor v4l-utils gstreamer0.10-base qtwebkit)
+  optdepends+=('libcanberra: XDG sound support')
 else
-  depends+=(lib32-{pulseaudio,qt4,libxss,libxv,libxcursor,v4l-utils})
-  optdepends=('lib32-libcanberra: XDG sound support')
+  depends+=(lib32-{qt4,libxss,libxv,libxcursor,v4l-utils})
+  optdepends+=('lib32-libcanberra: XDG sound support')
 fi
 
 source=(http://download.skype.com/linux/$pkgname-$pkgver.tar.bz2 PERMISSION skype-wrapper)
@@ -32,9 +34,6 @@
 
   if [[ $CARCH == i686 ]]; then
 	  libdir="usr/lib"
-  
-      # FS#33417 - Skype wants qtwebkit 2.2.x
-      #install -Dm755 "${srcdir}"/libQtWebKit.so.4 "${pkgdir}"/usr/share/skype/lib/libQtWebKit.so.4
   else
 	  libdir="usr/lib32"
   fi

Modified: skype.install
===================================================================
--- skype.install	2014-06-24 08:36:25 UTC (rev 113483)
+++ skype.install	2014-06-24 09:38:21 UTC (rev 113484)
@@ -2,8 +2,9 @@
   if [[ -x usr/bin/xdg-icon-resource ]]; then
     usr/bin/xdg-icon-resource forceupdate &>/dev/null || true
   fi
+  update-desktop-database -q
   echo "Important update note: Since Skype 4.3, only PulseAudio is supported."
-  echo "That means you NEED a working PulseAudio setup to use Skype."
+  echo "That means you NEED a working PulseAudio setup to use Skype for voice chatting."
   echo "If you get distorted sound in skype, try adding PULSE_LATENCY_MSEC=60 to your"
   echo "env before starting skype. Something like 'export PULSE_LATENCY_MSEC=60' in .bashrc, for example."
 }




More information about the arch-commits mailing list