summaryrefslogtreecommitdiffstats
path: root/acompiler/skype
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-10 19:58:55 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-10 19:58:55 +0200
commite7f033c54b219fed17f46ee0fac35a09ff79a338 (patch)
treec59bc0400ee584c75502486a548e524c9eb64b36 /acompiler/skype
parent00860ff62501526fd02595ce9eb2be2b3aacb1d8 (diff)
downloadnutyx-extra-e7f033c54b219fed17f46ee0fac35a09ff79a338.tar.gz
nutyx-extra-e7f033c54b219fed17f46ee0fac35a09ff79a338.tar.bz2
nutyx-extra-e7f033c54b219fed17f46ee0fac35a09ff79a338.tar.xz
nutyx-extra-e7f033c54b219fed17f46ee0fac35a09ff79a338.zip
skype, maj pre-install et dépendances, on ne veut que qt en binaire
Diffstat (limited to 'acompiler/skype')
-rwxr-xr-xacompiler/skype/Pkgfile2
-rw-r--r--acompiler/skype/pre-install4
2 files changed, 3 insertions, 3 deletions
diff --git a/acompiler/skype/Pkgfile b/acompiler/skype/Pkgfile
index 7bc65fd04..d882e8eb1 100755
--- a/acompiler/skype/Pkgfile
+++ b/acompiler/skype/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://skype.com/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: qt
+# Depends on:
name=skype
version=2.1.0.81
diff --git a/acompiler/skype/pre-install b/acompiler/skype/pre-install
index c883e9713..d2a69c2ad 100644
--- a/acompiler/skype/pre-install
+++ b/acompiler/skype/pre-install
@@ -1,3 +1,3 @@
-if ( pkginfo -i | grep skype_static > /dev/null ) ; then
- pkgrm skype_static
+if ! ( pkginfo -i | grep ^"qt " > /dev/null ) ; then
+ pkg-get depinst qt
fi