diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2012-02-22 11:29:03 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2012-02-22 11:29:03 +0000 |
commit | 12b471dee3d9738d729478bf96cecf2787734b4e (patch) | |
tree | b3ae90c6eb65b03f568f8cfe40e2dfb47e1c209f /x11-plugins/wmsystemtray | |
parent | Version bump. (diff) | |
download | gentoo-2-12b471dee3d9738d729478bf96cecf2787734b4e.tar.gz gentoo-2-12b471dee3d9738d729478bf96cecf2787734b4e.tar.bz2 gentoo-2-12b471dee3d9738d729478bf96cecf2787734b4e.zip |
Initial commit
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmsystemtray')
-rw-r--r-- | x11-plugins/wmsystemtray/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/wmsystemtray/metadata.xml | 6 | ||||
-rw-r--r-- | x11-plugins/wmsystemtray/wmsystemtray-1.2.ebuild | 19 |
3 files changed, 35 insertions, 0 deletions
diff --git a/x11-plugins/wmsystemtray/ChangeLog b/x11-plugins/wmsystemtray/ChangeLog new file mode 100644 index 000000000000..85efe8fe23c2 --- /dev/null +++ b/x11-plugins/wmsystemtray/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-plugins/wmsystemtray +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/ChangeLog,v 1.1 2012/02/22 11:29:03 voyageur Exp $ + +*wmsystemtray-1.2 (20 Feb 2012) + + 20 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> + +wmsystemtray-1.2.ebuild, +metadata.xml: + Initial commit + diff --git a/x11-plugins/wmsystemtray/metadata.xml b/x11-plugins/wmsystemtray/metadata.xml new file mode 100644 index 000000000000..5db67de59286 --- /dev/null +++ b/x11-plugins/wmsystemtray/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>desktop-dock</herd> + <longdescription>a system tray using the freedesktop.org system tray protocol designed as a Window Maker dock app. It has the ability to display more than one dock window to make room for more tray icons, and the ability to scroll through the icons if more are present than will fit.</longdescription> +</pkgmetadata> diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.2.ebuild b/x11-plugins/wmsystemtray/wmsystemtray-1.2.ebuild new file mode 100644 index 000000000000..ffd6bbbd43a7 --- /dev/null +++ b/x11-plugins/wmsystemtray/wmsystemtray-1.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 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 $ + +EAPI=4 + +DESCRIPTION="a system tray dockapp with the ability to display more than just four tray icons" +HOMEPAGE="http://sourceforge.net/projects/wmsystemtray/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXmu" +RDEPEND="${DEPEND}" |