Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 177719 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-im/skype/skype-1.4.0.58_alpha.ebuild (-5 / +14 lines)
Lines 12-21 Link Here
12
MY_PN=${PN}
12
MY_PN=${PN}
13
MY_PV=${PV%_alpha}
13
MY_PV=${PV%_alpha}
14
HOMEPAGE="http://www.skype.com/"
14
HOMEPAGE="http://www.skype.com/"
15
SRC_URI="
15
SRC_URI="	!static? ( http://download.skype.com/linux/${MY_PN}-alpha-${MY_PV}-generic.tar.bz2 )
16
		!static? ( http://download.skype.com/linux/${MY_PN}-alpha-${MY_PV}-generic.tar.bz2 )
16
		static? ( http://download.skype.com/linux/${MY_PN}-alpha_staticQT-${MY_PV}-generic.tar.bz2 )
17
		static? (
17
		amd64? ( http://felisberto.net/~humpback/libsigc++20-2.0.17-1-from-fc5.rf.i386.tar.gz )"
18
		http://download.skype.com/linux/${MY_PN}-alpha_staticQT-${MY_PV}-generic.tar.bz2 )"
19
18
20
LICENSE="skype-eula"
19
LICENSE="skype-eula"
21
SLOT="0"
20
SLOT="0"
Lines 57-63 Link Here
57
	else
56
	else
58
		unpack ${MY_PN}-alpha-${MY_PV}-generic.tar.bz2
57
		unpack ${MY_PN}-alpha-${MY_PV}-generic.tar.bz2
59
	fi
58
	fi
60
59
	if use amd64;
60
	then
61
		unpack libsigc++20-2.0.17-1-from-fc5.rf.i386.tar.gz
62
	fi
61
}
63
}
62
64
63
src_install() {
65
src_install() {
Lines 118-123 Link Here
118
120
119
	make_desktop_entry skype "Skype VoIP" skype
121
	make_desktop_entry skype "Skype VoIP" skype
120
122
123
	if use amd64;
124
	then
125
		cd ${WORKDIR}
126
		exeinto /usr/lib32
127
		doexe libsigc-2.0.so.0
128
		doexe libsigc-2.0.so.0.0.0
129
	fi
121
	# TODO: Optional configuration of callto:// in KDE, Mozilla and friends
130
	# TODO: Optional configuration of callto:// in KDE, Mozilla and friends
122
}
131
}
123
132

Return to bug 177719