Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 94108
Collapse All | Expand All

(-)skype-1.1.0.3-r1.ebuild (-4 / +10 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-1.1.0.3-r1.ebuild,v 1.1 2005/05/22 10:21:46 humpback Exp $
3
# $Header: $
4
4
5
inherit eutils
5
inherit eutils
6
6
Lines 17-29 Link Here
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="~x86 ~amd64"
18
KEYWORDS="~x86 ~amd64"
19
IUSE="static arts esd"
19
IUSE="static arts esd"
20
DEPEND="=sys-apps/dbus-0.23*
20
DEPEND="
21
	amd64? ( app-emulation/emul-linux-x86-glibc
21
	amd64? ( app-emulation/emul-linux-x86-glibc
22
		>=app-emulation/emul-linux-x86-xlibs-1.2
22
		>=app-emulation/emul-linux-x86-xlibs-1.2
23
		>=app-emulation/emul-linux-x86-baselibs-2.1.1
23
		>=app-emulation/emul-linux-x86-baselibs-2.1.1
24
		!static? ( >=app-emulation/emul-linux-x86-qtlibs-1.1 ))
24
		!static? ( >=app-emulation/emul-linux-x86-qtlibs-1.1 ))
25
	x86? ( !static? ( >=x11-libs/qt-3.2 )
25
	x86? ( !static? ( >=x11-libs/qt-3.2 )
26
		>=sys-libs/glibc-2.2.5)"
26
		>=sys-libs/glibc-2.2.5)"
27
RDEPEND="${DEPEND}
28
	>=sys-apps/dbus-0.23.4"
27
29
28
src_unpack() {
30
src_unpack() {
29
	if use static;
31
	if use static;
Lines 47-52 Link Here
47
	exeinto /opt/${PN}
49
	exeinto /opt/${PN}
48
	doexe skype
50
	doexe skype
49
	doexe skype.bin
51
	doexe skype.bin
52
	doexe skype-callto-handler
50
	insinto /opt/${PN}/sound
53
	insinto /opt/${PN}/sound
51
	doins sound/*.wav
54
	doins sound/*.wav
52
55
Lines 58-65 Link Here
58
	#		doins lang/${PN}_${i}.qm
61
	#		doins lang/${PN}_${i}.qm
59
	#	fi;
62
	#	fi;
60
	#done;
63
	#done;
61
	insinto /etc/dbus-1/system.d/
64
	insinto /etc/dbus-1/system.d
62
	newins ${FILESDIR}/skype.debus.config skype.conf
65
	doins skype.conf
63
66
64
	insinto /opt/${PN}/avatars
67
	insinto /opt/${PN}/avatars
65
	doins avatars/*.jpg
68
	doins avatars/*.jpg
Lines 73-82 Link Here
73
	done
76
	done
74
	fowners root:audio /opt/skype/skype.bin
77
	fowners root:audio /opt/skype/skype.bin
75
	fowners root:audio /opt/skype/skype
78
	fowners root:audio /opt/skype/skype
79
	fowners root:audio /opt/skype/skype-callto-handler
76
	dodir /usr/bin/
80
	dodir /usr/bin/
77
	dosym /opt/skype/skype /usr/bin/skype
81
	dosym /opt/skype/skype /usr/bin/skype
78
	# Install the Documentation
82
	# Install the Documentation
79
	dodoc README LICENSE
83
	dodoc README LICENSE
84
85
	# TODO: Optional configuration of callto:// in KDE, Mozilla and friends
80
}
86
}
81
87
82
pkg_postinst() {
88
pkg_postinst() {

Return to bug 94108