summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-08-21 09:20:30 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2018-08-25 09:09:06 +0200
commit5b09abc35afe6d655dcc22cc0c2236f3c3542e7d (patch)
tree706feea4aacf34d68e399fb11a2618ec507288ac /x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
parentprofiles: Drop obsolete sci-physics/root[qt4] p.use.mask (diff)
downloadgentoo-5b09abc35afe6d655dcc22cc0c2236f3c3542e7d.tar.gz
gentoo-5b09abc35afe6d655dcc22cc0c2236f3c3542e7d.tar.bz2
gentoo-5b09abc35afe6d655dcc22cc0c2236f3c3542e7d.zip
x11-plugins/wmsystemtray: restore RDEPEND
Diffstat (limited to 'x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild')
-rw-r--r--x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
new file mode 100644
index 000000000000..62350a58135d
--- /dev/null
+++ b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="a system tray dockapp with the ability to display more than just four tray icons"
+HOMEPAGE="https://sourceforge.net/projects/wmsystemtray/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXmu
+ x11-libs/libXpm"
+RDEPEND="${DEPEND}"