skype: 4.2.0.11 -> 4.3.0.37, new dependency apulse-32

This commit is contained in:
Danny Rawlins 2014-10-07 19:33:36 +11:00
parent 081cd72fbe
commit ee09dfcfa6
4 changed files with 57 additions and 20 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/skype -rwxrwxr-x root/root usr/bin/skype
-rwxr-xr-x root/root usr/bin/skype-bin
drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/ drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/skype.desktop -rw-r--r-- root/root usr/share/applications/skype.desktop
@ -9,12 +10,26 @@ drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/ drwxr-xr-x root/root usr/share/icons/hicolor/16x16/
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/ drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/skype.png -rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/skype.png
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/skype.png
drwxr-xr-x root/root usr/share/icons/hicolor/256x256/
drwxr-xr-x root/root usr/share/icons/hicolor/256x256/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/skype.png
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/ drwxr-xr-x root/root usr/share/icons/hicolor/32x32/
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/ drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/skype.png -rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/skype.png
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/skype.png -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/skype.png
drwxr-xr-x root/root usr/share/icons/hicolor/64x64/
drwxr-xr-x root/root usr/share/icons/hicolor/64x64/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/64x64/apps/skype.png
drwxr-xr-x root/root usr/share/icons/hicolor/96x96/
drwxr-xr-x root/root usr/share/icons/hicolor/96x96/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/96x96/apps/skype.png
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/skype.png
drwxr-xr-x root/root usr/share/skype/ drwxr-xr-x root/root usr/share/skype/
drwxr-xr-x root/root usr/share/skype/avatars/ drwxr-xr-x root/root usr/share/skype/avatars/
-rw-r--r-- root/root usr/share/skype/avatars/Angel Skype.png -rw-r--r-- root/root usr/share/skype/avatars/Angel Skype.png

View File

@ -1,2 +1 @@
a4ca31e258273c3761e3de2edd607661 glib-2.34.3.tar.xz 95db8f2072b9acd6f79ed42da3d6db79 skype-4.3.0.37.tar.bz2
6e9553a6368853c647b1c5ad7f3cc99b skype-4.2.0.11.tar.bz2

View File

@ -2,25 +2,36 @@
# URL: http://www.skype.com/intl/en/get-skype/on-your-computer/linux/ # URL: http://www.skype.com/intl/en/get-skype/on-your-computer/linux/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com # Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: sten, nick dot steeves at shaw dot ca # Packager: sten, nick dot steeves at shaw dot ca
# Depends on: qt4-32 alsa-lib-32 xorg-libxscrnsaver-32 xorg-libxv-32 # Depends on: qt4-32 alsa-lib-32 xorg-libxscrnsaver-32 xorg-libxv-32 apulse-32
name=skype name=skype
version=4.2.0.11 version=4.3.0.37
release=1 release=1
source=(http://download.skype.com/linux/$name-$version.tar.bz2 source=(http://download.skype.com/linux/$name-$version.tar.bz2)
http://ftp.gnome.org/pub/GNOME/sources/glib/2.34/glib-2.34.3.tar.xz)
build() { build() {
cd $name-$version cd $name-$version
install -D -m 0755 skype $PKG/usr/bin/skype-bin
install -d $PKG/usr/share/skype/{avatars,lang,sounds} install -d $PKG/usr/share/skype/{avatars,lang,sounds}
install -D -m 0755 skype $PKG/usr/bin/skype
install -m 0644 avatars/* $PKG/usr/share/skype/avatars install -m 0644 avatars/* $PKG/usr/share/skype/avatars
install -m 0644 lang/* $PKG/usr/share/skype/lang install -m 0644 lang/* $PKG/usr/share/skype/lang
install -m 0644 sounds/* $PKG/usr/share/skype/sounds install -m 0644 sounds/* $PKG/usr/share/skype/sounds
install -D -m 0644 icons/SkypeBlue_16x16.png $PKG/usr/share/icons/hicolor/16x16/apps/skype.png for i in 16 24 32 48 64 96 256; do
install -D -m 0644 icons/SkypeBlue_32x32.png $PKG/usr/share/icons/hicolor/32x32/apps/skype.png install -m 0644 -D icons/SkypeBlue_${i}x$i.png \
install -D -m 0644 icons/SkypeBlue_48x48.png $PKG/usr/share/icons/hicolor/48x48/apps/skype.png $PKG/usr/share/icons/hicolor/${i}x$i/apps/skype.png
done
install -m 0644 -D icons/SkypeBlue_48x48.png $PKG/usr/share/pixmaps/skype.png
install -D -m 0644 skype.desktop $PKG/usr/share/applications/skype.desktop install -D -m 0644 skype.desktop $PKG/usr/share/applications/skype.desktop
#install -D -m 0644 skype.conf $PKG/etc/dbus-1/system.d/skype.conf #install -D -m 0644 skype.conf $PKG/etc/dbus-1/system.d/skype.conf
cat <<- EOF > $PKG/usr/bin/skype
#!/bin/bash
exec apulse-32 skype-bin "$@"
EOF
chmod 0775 $PKG/usr/bin/skype
} }

View File

@ -1,16 +1,28 @@
Note that skype is a 32bit binary and as such requires compat-32 INSTALL:
ports tree to be enabled to work.
You enable compat-32 by. Note that skype is a 32bit binary and as such requires compat-32
ports tree to be enabled to work.
mv /etc/ports/compat-32.rsync.inactive /etc/ports/compat-32.rsync You enable compat-32 by.
$EDITOR /etc/prt-get.conf mv /etc/ports/compat-32.rsync.inactive /etc/ports/compat-32.rsync
And add: $EDITOR /etc/prt-get.conf
prtdir /usr/ports/compat-32 And add:
Also be sure to enable: prtdir /usr/ports/compat-32
runscripts yes Also be sure to enable:
runscripts yes
In /etc/prt-get.conf or use prt-get --install-scripts
NOTES:
/usr/bin/skype is now a wrapper script to run
apulse-32 skype-bin
As this allows us to avoid packaging pulseaudio-32