diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2005-02-07 16:57:44 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2005-02-07 16:57:44 +0000 |
commit | a21c1feff5f2b792f2131609742d1cedb5dc4e16 (patch) | |
tree | 1f7d5cf7b24ef8b1ab500abb4e782022acae2a1d /net-im/skype | |
parent | Bumps (diff) | |
download | historical-a21c1feff5f2b792f2131609742d1cedb5dc4e16.tar.gz historical-a21c1feff5f2b792f2131609742d1cedb5dc4e16.tar.bz2 historical-a21c1feff5f2b792f2131609742d1cedb5dc4e16.zip |
Fixing bug #81060
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-im/skype')
-rw-r--r-- | net-im/skype/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/skype/files/digest-skype-1.0.0.1-r1 | 3 | ||||
-rw-r--r-- | net-im/skype/skype-1.0.0.1-r1.ebuild | 96 | ||||
-rw-r--r-- | net-im/skype/skype-1.0.0.1.ebuild | 8 |
4 files changed, 108 insertions, 5 deletions
diff --git a/net-im/skype/ChangeLog b/net-im/skype/ChangeLog index 6961eb8feda9..5fada7e1daec 100644 --- a/net-im/skype/ChangeLog +++ b/net-im/skype/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/skype # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v 1.30 2005/02/03 21:41:37 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v 1.31 2005/02/07 16:57:44 humpback Exp $ + + 07 Feb 2005; Gustavo Felisberto <humpback@gentoo.org>; skype-1.0.0.1.ebuild: + Fixing bug #81060 thanks to Diego Petteno for tip in possible problem with + desktop themes. 03 Feb 2005; Gustavo Felisberto <humpback@gentoo.org>; -skype-0.94.0.1.ebuild, skype-1.0.0.1.ebuild: diff --git a/net-im/skype/files/digest-skype-1.0.0.1-r1 b/net-im/skype/files/digest-skype-1.0.0.1-r1 new file mode 100644 index 000000000000..ea78eeaa0168 --- /dev/null +++ b/net-im/skype/files/digest-skype-1.0.0.1-r1 @@ -0,0 +1,3 @@ +MD5 5b3195993d01ed0d439a28b505665382 skype-avatars-1.0.tgz 377763 +MD5 95eeb7bc609080b1fdb933dc4da6304a skype-1.0.0.1.tar.bz2 5544304 +MD5 c955869cd330a3903521a1718cce4642 skype_staticQT-1.0.0.1.tar.bz2 8228034 diff --git a/net-im/skype/skype-1.0.0.1-r1.ebuild b/net-im/skype/skype-1.0.0.1-r1.ebuild new file mode 100644 index 000000000000..60bde7498ea0 --- /dev/null +++ b/net-im/skype/skype-1.0.0.1-r1.ebuild @@ -0,0 +1,96 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-1.0.0.1-r1.ebuild,v 1.1 2005/02/07 16:57:44 humpback Exp $ + +inherit eutils + + +#If you want to know when this package will be marked stable please see the Changelog +RESTRICT="nomirror" +AVATARV="1.0" +DESCRIPTION="${PN} is a P2P-VoiceIP client." +HOMEPAGE="http://www.${PN}.com/" +SRC_URI="http://www.gentoo-pt.org/~humpback/skype-avatars-${AVATARV}.tgz + !static? ( http://download.skype.com/linux/${P}.tar.bz2 ) + static? ( http://download.skype.com/linux/${PN}_staticQT-${PV}.tar.bz2 )" +LICENSE="skype-eula" +SLOT="0" +KEYWORDS="x86 ~amd64" +IUSE="static arts esd" +DEPEND="amd64? ( app-emulation/emul-linux-x86-glibc + app-emulation/emul-linux-x86-xlibs + app-emulation/emul-linux-x86-compat + app-emulation/emul-linux-x86-baselibs + !static? ( app-emulation/emul-linux-x86-qtlibs ) + ) + x86? ( !static? ( >=x11-libs/qt-3.2 ) + >=sys-libs/glibc-2.2.5 + )" + +src_unpack() { + if use static; + then + unpack ${PN}_staticQT-${PV}.tar.bz2 + mv ${PN}_staticQT-${PV} ${S} + else + unpack ${P}.tar.bz2 + fi + cd ${P} + unpack skype-avatars-${AVATARV}.tgz +} + +src_install() { + ## Install the wrapper script + mv skype skype.bin + cp ${FILESDIR}/sDaemonWrapper skype + + dodir /opt/${PN} + exeopts -m0755 + exeinto /opt/${PN} + doexe skype + doexe skype.bin + insinto /opt/${PN}/sound + doins sound/*.wav + + insinto /opt/${PN}/lang + doins lang/*.qm + #Skype still shows ALL languagues no matter what were installed + #for i in ${LINGUAS}; do + # if [ -f lang/${PN}_${i}.qm ]; then + # doins lang/${PN}_${i}.qm + # fi; + #done; + + insinto /opt/${PN}/avatars + doins avatars/*.jpg + + insinto /opt/${PN} + make_desktop_entry skype "Skype VoIP" skype + for SIZE in 16 32 48 + do + insinto /usr/share/icons/hicolor/${SIZE}x${SIZE}/apps + newins ${S}/icons/${PN}_${SIZE}_32.png ${PN}.png + done + fowners root:audio /opt/skype/skype.bin + fowners root:audio /opt/skype/skype + dodir /usr/bin/ + dosym /opt/skype/skype /usr/bin/skype + # Install the Documentation + dodoc README LICENSE +} + +pkg_postinst() { + einfo "Have a look at ${PORTDIR}/licenses/${LICENSE} before running this software" + einfo "If you have sound problems please visit: " + einfo "http://forum.skype.com/bb/viewtopic.php?t=4489" + if ( use arts ); + then + ewarn "Dont forget to configure your arts to work in Full-Duplex mode" + ewarn "Open controlcenter, go to \"Sound & Multimedia\"->\"Sound System\"" + ewarn "On the \"Hardware\" tab, check the box next to \"Full duplex\"." + fi + ##I do not know if this is true for this version. But will leave the note here + ewarn "There are some problems with this version of skype when upgrading" + ewarn "If you have problems please go to:" + ewarn "http://forum.skype.com/bb/viewtopic.php?t=7187" +} diff --git a/net-im/skype/skype-1.0.0.1.ebuild b/net-im/skype/skype-1.0.0.1.ebuild index 0e47858c284a..b8fcbbca3e39 100644 --- a/net-im/skype/skype-1.0.0.1.ebuild +++ b/net-im/skype/skype-1.0.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-1.0.0.1.ebuild,v 1.2 2005/02/03 21:41:37 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-1.0.0.1.ebuild,v 1.3 2005/02/07 16:57:44 humpback Exp $ inherit eutils @@ -68,9 +68,9 @@ src_install() { make_desktop_entry skype "Skype VoIP" ../icons/hicolor/48x48/apps/skype.png for SIZE in 16 32 48 do - mkdir ${S}/icons/${SIZE} - cp ${S}/icons/${PN}_${SIZE}_32.png ${S}/icons/${SIZE}/${PN}.png - dodir /usr/share/icons/hicolor/${SIZE}x${SIZE}/apps + #mkdir ${S}/icons/${SIZE} + #cp ${S}/icons/${PN}_${SIZE}_32.png ${S}/icons/${SIZE}/${PN}.png + #dodir /usr/share/icons/hicolor/${SIZE}x${SIZE}/apps insinto /usr/share/icons/hicolor/${SIZE}x${SIZE}/apps doins ${S}/icons/${SIZE}/${PN}.png done |