skype: taken over maintainer and updated 1.3.0.53 -> 1.4.0.118

This commit is contained in:
Danny Rawlins 2007-10-25 01:02:55 +10:00
parent d3404a9a6a
commit 70629e65bb
3 changed files with 45 additions and 27 deletions

View File

@ -16,15 +16,25 @@ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/skype.png
drwxr-xr-x root/root usr/share/skype/
drwxr-xr-x root/root usr/share/skype/lang/
-rw-r--r-- root/root usr/share/skype/lang/skype_en.qm
drwxr-xr-x root/root usr/share/skype/sound/
-rw-r--r-- root/root usr/share/skype/sound/call_busy.wav
-rw-r--r-- root/root usr/share/skype/sound/call_hangup.wav
-rw-r--r-- root/root usr/share/skype/sound/call_hold.wav
-rw-r--r-- root/root usr/share/skype/sound/call_initiated.wav
-rw-r--r-- root/root usr/share/skype/sound/call_resume.wav
-rw-r--r-- root/root usr/share/skype/sound/call_ringin.wav
-rw-r--r-- root/root usr/share/skype/sound/call_ringout.wav
-rw-r--r-- root/root usr/share/skype/sound/im2.wav
-rw-r--r-- root/root usr/share/skype/sound/online.wav
drwxr-xr-x root/root usr/share/skype/sounds/
-rw-r--r-- root/root usr/share/skype/sounds/CallBusy.wav
-rw-r--r-- root/root usr/share/skype/sounds/CallConnecting.wav
-rw-r--r-- root/root usr/share/skype/sounds/CallHangup.wav
-rw-r--r-- root/root usr/share/skype/sounds/CallHold.wav
-rw-r--r-- root/root usr/share/skype/sounds/CallRemoteHangup.wav
-rw-r--r-- root/root usr/share/skype/sounds/CallResume.wav
-rw-r--r-- root/root usr/share/skype/sounds/CallRingingIn.wav
-rw-r--r-- root/root usr/share/skype/sounds/CallRingingOut.wav
-rw-r--r-- root/root usr/share/skype/sounds/ChatIncoming.wav
-rw-r--r-- root/root usr/share/skype/sounds/ChatIncomingInitial.wav
-rw-r--r-- root/root usr/share/skype/sounds/ChatOutgoing.wav
-rw-r--r-- root/root usr/share/skype/sounds/ContactAdded.wav
-rw-r--r-- root/root usr/share/skype/sounds/ContactAuthRequest.wav
-rw-r--r-- root/root usr/share/skype/sounds/ContactOffline.wav
-rw-r--r-- root/root usr/share/skype/sounds/ContactOnline.wav
-rw-r--r-- root/root usr/share/skype/sounds/SkypeLogin.wav
-rw-r--r-- root/root usr/share/skype/sounds/SkypeLogout.wav
-rw-r--r-- root/root usr/share/skype/sounds/TransferComplete.wav
-rw-r--r-- root/root usr/share/skype/sounds/TransferFailed.wav
-rw-r--r-- root/root usr/share/skype/sounds/TransferRequest.wav
-rw-r--r-- root/root usr/share/skype/sounds/VoicemailReceived.wav

View File

@ -1 +1 @@
e288e398e4a34a5760ff6321b253ed08 skype-1.3.0.53-generic.tar.bz2
519d3b26874c0a8e4b8bf4b16ea8a501 skype-1.4.0.118.tar.bz2

View File

@ -1,24 +1,32 @@
# Description: P2P VoIP software which supports end-to-end encryption.
# URL: http://www.skype.com/products/skype/linux/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: sten, nick dot steeves at shaw dot ca
#
# Depends on: qt3
# Depends on: qt4 alsa-lib dbus libsigc++
name=skype
version=1.3.0.53
version=1.4.0.118
release=1
source=(http://download.skype.com/linux/$name-$version-generic.tar.bz2)
source=(http://download.skype.com/linux/skype-$version.tar.bz2)
build() {
cd $name-$version
install -D -m755 skype $PKG/usr/bin/skype
install -D -m644 lang/skype_en.qm $PKG/usr/share/skype/lang/skype_en.qm
cp -R sound $PKG/usr/share/skype
install -D -m644 icons/skype_16_32.png $PKG/usr/share/icons/hicolor/16x16/apps/skype.png
install -D -m644 icons/skype_32_32.png $PKG/usr/share/icons/hicolor/32x32/apps/skype.png
install -D -m644 icons/skype_48_32.png $PKG/usr/share/icons/hicolor/48x48/apps/skype.png
install -D -m644 skype.desktop $PKG/usr/share/applications/skype.desktop
chown -R root:root $PKG
cd skype-$version
install -D -m755 skype $PKG/usr/bin/skype
#install -D -m644 lang/skype_en.qm $PKG/usr/share/skype/lang/skype_en.qm
install -d $PKG/usr/share/skype
cp -R sounds $PKG/usr/share/skype
#for f in icons/*; do
# size=$(echo ${f#*_})
# install icons/$f $PKG/usr/share/icons/hicolor/16x16/apps/skype.png
install -D -m644 icons/SkypeBlue_16x16.png $PKG/usr/share/icons/hicolor/16x16/apps/skype.png
install -D -m644 icons/SkypeBlue_32x32.png $PKG/usr/share/icons/hicolor/32x32/apps/skype.png
install -D -m644 icons/SkypeBlue_48x48.png $PKG/usr/share/icons/hicolor/48x48/apps/skype.png
install -D -m644 skype.desktop $PKG/usr/share/applications/skype.desktop
}