summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAmy Liffey <amynka@gentoo.org>2015-07-11 09:49:39 +0000
committerAmy Liffey <amynka@gentoo.org>2015-07-11 09:49:39 +0000
commitc6489e332f04182247e91ad254c3f17b60390d28 (patch)
tree4f5c53fe04d1dcec7079273555942e1c9d4436be /net-im
parentDrop java on ia64. (diff)
downloadgentoo-2-c6489e332f04182247e91ad254c3f17b60390d28.tar.gz
gentoo-2-c6489e332f04182247e91ad254c3f17b60390d28.tar.bz2
gentoo-2-c6489e332f04182247e91ad254c3f17b60390d28.zip
Skype systray icon for plasma bug #552068.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 34E69781)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/skype/ChangeLog5
-rw-r--r--net-im/skype/skype-4.3.0.37-r5.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/net-im/skype/ChangeLog b/net-im/skype/ChangeLog
index 07f738a6a002..e336e194aeca 100644
--- a/net-im/skype/ChangeLog
+++ b/net-im/skype/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/skype
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v 1.175 2015/06/20 08:17:08 amynka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v 1.176 2015/07/11 09:49:39 amynka Exp $
+
+ 11 Jul 2015; <amy@gentoo.org> skype-4.3.0.37-r5.ebuild:
+ Skype systray icon for plasma bug #552068.
20 Jun 2015; <amy@gentoo.org> skype-4.3.0.37-r5.ebuild:
Confusing message erased bug: #552488
diff --git a/net-im/skype/skype-4.3.0.37-r5.ebuild b/net-im/skype/skype-4.3.0.37-r5.ebuild
index 2ae0c6878b43..f5ac02e44697 100644
--- a/net-im/skype/skype-4.3.0.37-r5.ebuild
+++ b/net-im/skype/skype-4.3.0.37-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-4.3.0.37-r5.ebuild,v 1.5 2015/06/20 08:17:08 amynka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-4.3.0.37-r5.ebuild,v 1.6 2015/07/11 09:49:39 amynka Exp $
EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="http://download.${PN}.com/linux/${P}.tar.bz2"
LICENSE="skype-4.0.0.7-copyright BSD MIT RSA W3C regexp-UofT no-source-code"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="apulse pax_kernel +pulseaudio selinux"
+IUSE="apulse pax_kernel plasma +pulseaudio selinux"
REQUIRED_USE="apulse? ( !pulseaudio )"
QA_PREBUILT=opt/bin/${PN}
@@ -33,6 +33,7 @@ RDEPEND="
x11-libs/libXScrnSaver[abi_x86_32(-)]
x11-libs/libXv[abi_x86_32(-)]
apulse? ( media-sound/apulse[abi_x86_32(-)] )
+ amd64? ( plasma? ( dev-libs/sni-qt[abi_x86_32(-)] ) )
pulseaudio? ( media-sound/pulseaudio[abi_x86_32(-)] )
selinux? ( sec-policy/selinux-skype )"