diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2014-06-25 06:36:58 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2014-06-25 06:36:58 +0000 |
commit | 91ffbdcabc591cd0c3cac3d633e843597176492c (patch) | |
tree | 43bbe337bf2608c45b0ea8cc945be47c8b9642b9 /x11-plugins | |
parent | Add missing qtdbus dependency (diff) | |
download | gentoo-2-91ffbdcabc591cd0c3cac3d633e843597176492c.tar.gz gentoo-2-91ffbdcabc591cd0c3cac3d633e843597176492c.tar.bz2 gentoo-2-91ffbdcabc591cd0c3cac3d633e843597176492c.zip |
Version bump, also add missing libXpm dependency, spotted by patrick in bug #514344
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmsystemtray/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild | 5 | ||||
-rw-r--r-- | x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild (renamed from x11-plugins/wmsystemtray/wmsystemtray-1.2.ebuild) | 9 |
3 files changed, 16 insertions, 7 deletions
diff --git a/x11-plugins/wmsystemtray/ChangeLog b/x11-plugins/wmsystemtray/ChangeLog index 37a59e6056b4..5fd69f144b86 100644 --- a/x11-plugins/wmsystemtray/ChangeLog +++ b/x11-plugins/wmsystemtray/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-plugins/wmsystemtray # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/ChangeLog,v 1.2 2014/02/11 09:29:09 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/ChangeLog,v 1.3 2014/06/25 06:36:58 voyageur Exp $ + +*wmsystemtray-1.4 (25 Jun 2014) + + 25 Jun 2014; Bernard Cafarelli <voyageur@gentoo.org> + -wmsystemtray-1.2.ebuild, wmsystemtray-1.3.ebuild, +wmsystemtray-1.4.ebuild: + Version bump, also add missing libXpm dependency, spotted by patrick in bug + #514344 *wmsystemtray-1.3 (11 Feb 2014) diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild b/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild index 26ffe63abf52..e4b895abcca7 100644 --- a/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild +++ b/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild,v 1.1 2014/02/11 09:29:09 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild,v 1.2 2014/06/25 06:36:58 voyageur Exp $ EAPI=5 @@ -15,5 +15,6 @@ IUSE="" DEPEND="x11-libs/libXext x11-libs/libXfixes - x11-libs/libXmu" + x11-libs/libXmu + x11-libs/libXpm" RDEPEND="${DEPEND}" diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.2.ebuild b/x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild index ffd6bbbd43a7..597ae9236a80 100644 --- a/x11-plugins/wmsystemtray/wmsystemtray-1.2.ebuild +++ b/x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/wmsystemtray-1.2.ebuild,v 1.1 2012/02/22 11:29:03 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild,v 1.1 2014/06/25 06:36:58 voyageur Exp $ -EAPI=4 +EAPI=5 DESCRIPTION="a system tray dockapp with the ability to display more than just four tray icons" HOMEPAGE="http://sourceforge.net/projects/wmsystemtray/" @@ -15,5 +15,6 @@ IUSE="" DEPEND="x11-libs/libXext x11-libs/libXfixes - x11-libs/libXmu" + x11-libs/libXmu + x11-libs/libXpm" RDEPEND="${DEPEND}" |