forked from ports/contrib
skype: 4.1.0.20 -> 4.2.0.11
This commit is contained in:
parent
808904da6a
commit
ea9258a867
@ -1,9 +1,6 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/skype
|
||||
-rwxr-xr-x root/root usr/bin/skype-bin
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
-rw-r--r-- root/root usr/lib32/libgobject-2.0.so.0.3400.3
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/applications/
|
||||
-rw-r--r-- root/root usr/share/applications/skype.desktop
|
||||
|
@ -1,2 +1,2 @@
|
||||
a4ca31e258273c3761e3de2edd607661 glib-2.34.3.tar.xz
|
||||
fe41f6b36e96730161c0f9332b001575 skype-4.1.0.20.tar.bz2
|
||||
6e9553a6368853c647b1c5ad7f3cc99b skype-4.2.0.11.tar.bz2
|
||||
|
@ -5,28 +5,15 @@
|
||||
# Depends on: qt4-32 alsa-lib-32 xorg-libxscrnsaver-32 xorg-libxv-32
|
||||
|
||||
name=skype
|
||||
version=4.1.0.20
|
||||
release=3
|
||||
version=4.2.0.11
|
||||
release=1
|
||||
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() {
|
||||
# https://jira.skype.com/browse/SCL-977
|
||||
cd glib-2.34.3
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--libdir=/usr/lib32 \
|
||||
--mandir=/usr/man \
|
||||
--with-pcre=system \
|
||||
--with-runtime-libdir=../../lib32 \
|
||||
--with-gio-module-dir=/lib32/gio/modules
|
||||
|
||||
make
|
||||
install -D -m 0644 gobject/.libs/libgobject-2.0.so.0.3400.3 $PKG/usr/lib32/libgobject-2.0.so.0.3400.3
|
||||
|
||||
cd ../$name-$version
|
||||
cd $name-$version
|
||||
install -d $PKG/usr/share/skype/{avatars,lang,sounds}
|
||||
install -D -m 0755 skype $PKG/usr/bin/skype-bin
|
||||
install -D -m 0755 skype $PKG/usr/bin/skype
|
||||
install -m 0644 avatars/* $PKG/usr/share/skype/avatars
|
||||
install -m 0644 lang/* $PKG/usr/share/skype/lang
|
||||
install -m 0644 sounds/* $PKG/usr/share/skype/sounds
|
||||
@ -36,9 +23,4 @@ build() {
|
||||
install -D -m 0644 icons/SkypeBlue_48x48.png $PKG/usr/share/icons/hicolor/48x48/apps/skype.png
|
||||
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
|
||||
cat << "__EOF__" > $PKG/usr/bin/skype
|
||||
#!/bin/sh
|
||||
LD_PRELOAD=/usr/lib32/libgobject-2.0.so.0.3400.3 skype-bin
|
||||
__EOF__
|
||||
chmod 0755 $PKG/usr/bin/skype
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user