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 | b743365606dd5c6f9637fe6f9226173c2f679bb6 (patch) | |
tree | ca6512e1a92bd440a097cd201a82d359ddab0c4b /x11-plugins | |
parent | Version bump. (diff) | |
download | historical-b743365606dd5c6f9637fe6f9226173c2f679bb6.tar.gz historical-b743365606dd5c6f9637fe6f9226173c2f679bb6.tar.bz2 historical-b743365606dd5c6f9637fe6f9226173c2f679bb6.zip |
Initial commit
Package-Manager: portage-2.2.0_alpha88/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmsystemtray/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/wmsystemtray/Manifest | 14 | ||||
-rw-r--r-- | x11-plugins/wmsystemtray/metadata.xml | 6 | ||||
-rw-r--r-- | x11-plugins/wmsystemtray/wmsystemtray-1.2.ebuild | 19 |
4 files changed, 49 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/Manifest b/x11-plugins/wmsystemtray/Manifest new file mode 100644 index 000000000000..0a1e82cac593 --- /dev/null +++ b/x11-plugins/wmsystemtray/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +DIST wmsystemtray-1.2.tar.gz 139802 RMD160 7aaf4798d4ab4b7e0a4926e98da846ca504297e6 SHA1 66f7b19a8937af7f4b27c7786e363a827aad3a3a SHA256 5a5b89a574de8e8cd988519784f57999cd9e2dca2e0a96be9483d5b28bc6c32d +EBUILD wmsystemtray-1.2.ebuild 583 RMD160 e6f1e7b22ca85cd932d9ca126ced817f1bb1d8bf SHA1 3a5c630af9628b748f36853a15150f9fd1e2508b SHA256 acc3c1b50176a6b59e6d5cf744fc77349cf0383a581875c1fd47f6480570e408 +MISC ChangeLog 372 RMD160 a08e190d0a75c44b01c2de399e292907a2f5baec SHA1 f8f4483423d99e6d86c0fedc16fee0800f50434b SHA256 6b895563224dac17eeff866ed0a27c6a95999f8aabf07585ec8c2510205b1c78 +MISC metadata.xml 469 RMD160 cfe87a7d64a8223b8c934f8dfed140676b7e309f SHA1 3d7b6b80b3c0864409cb131fc4a6509c36843576 SHA256 d434bc4f023f93401935849fe7d7331a2f7bf5ce5b86d2acbc9f4b169a96907c +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.18 (GNU/Linux) + +iF4EAREIAAYFAk9E0YoACgkQFYEBGcdFJfI2wAEAkyoC7QXe6IR1SDZPn0nT5jK8 +TVjbL2CWNZfWu47laI0BAIs7exAb6v+K/zEfJ5G0yiVBAEzineqV6FF25gQ/OffP +=DHxh +-----END PGP SIGNATURE----- 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}" |