From a60254e5ed7f9904af3ed668f510b5e040b7ddcd Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Tue, 11 Jan 2005 09:39:58 +0000 Subject: Initial commit, ebuild written by me. Requested by Christian Lemke in bug #77483. --- x11-misc/alltray/ChangeLog | 11 +++++++++++ x11-misc/alltray/Manifest | 2 ++ x11-misc/alltray/alltray-0.3.ebuild | 21 +++++++++++++++++++++ x11-misc/alltray/files/digest-alltray-0.3 | 1 + x11-misc/alltray/metadata.xml | 16 ++++++++++++++++ 5 files changed, 51 insertions(+) create mode 100644 x11-misc/alltray/ChangeLog create mode 100644 x11-misc/alltray/Manifest create mode 100644 x11-misc/alltray/alltray-0.3.ebuild create mode 100644 x11-misc/alltray/files/digest-alltray-0.3 create mode 100644 x11-misc/alltray/metadata.xml (limited to 'x11-misc') diff --git a/x11-misc/alltray/ChangeLog b/x11-misc/alltray/ChangeLog new file mode 100644 index 000000000000..0f93d8dfd899 --- /dev/null +++ b/x11-misc/alltray/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for x11-misc/alltray +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/ChangeLog,v 1.1 2005/01/11 09:39:58 swegener Exp $ + +*alltray-0.3 (11 Jan 2005) + + 11 Jan 2005; Sven Wegener +metadata.xml, + +alltray-0.3.ebuild: + Initial commit, ebuild written by me. Requested by Christian Lemke + in bug #77483. + diff --git a/x11-misc/alltray/Manifest b/x11-misc/alltray/Manifest new file mode 100644 index 000000000000..37c0c44b8839 --- /dev/null +++ b/x11-misc/alltray/Manifest @@ -0,0 +1,2 @@ +MD5 109201c22845124bdc9d04b86b98d69a alltray-0.3.ebuild 301 +MD5 a5e107a472a1a51cab5bb12f23be7029 files/digest-alltray-0.3 63 diff --git a/x11-misc/alltray/alltray-0.3.ebuild b/x11-misc/alltray/alltray-0.3.ebuild new file mode 100644 index 000000000000..9b1ab9adcf17 --- /dev/null +++ b/x11-misc/alltray/alltray-0.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/alltray-0.3.ebuild,v 1.1 2005/01/11 09:39:58 swegener Exp $ + +DESCRIPTION="Dock any application into the system tray/notification area" +HOMEPAGE="http://alltray.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.4" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + make DESTDIR=${D} install || die "make install failed" + dodoc AUTHORS ChangeLog README || die "dodoc failed" +} diff --git a/x11-misc/alltray/files/digest-alltray-0.3 b/x11-misc/alltray/files/digest-alltray-0.3 new file mode 100644 index 000000000000..5ef24f8199a6 --- /dev/null +++ b/x11-misc/alltray/files/digest-alltray-0.3 @@ -0,0 +1 @@ +MD5 d1ab579ecdd2161c5395eb0f48aab7c8 alltray-0.3.tar.gz 103885 diff --git a/x11-misc/alltray/metadata.xml b/x11-misc/alltray/metadata.xml new file mode 100644 index 000000000000..b27065e0599e --- /dev/null +++ b/x11-misc/alltray/metadata.xml @@ -0,0 +1,16 @@ + + + + no-herd + + swegener@gentoo.org + Sven Wegener + Primary Maintainer + + +With AllTray you can dock any application into the system tray/notification +area. A high-light feature is that a click on the "close" button will minimize +to system tray. It is written in C using GTK and Xlib. It works well with Gnome, +KDE and XFCE 4.2. + + -- cgit v1.2.3-65-gdbad