diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-01-11 09:39:58 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-01-11 09:39:58 +0000 |
commit | 1818a44b3870884da0f472b0ccce50735ad2fb37 (patch) | |
tree | f5b561001799ff2bcf8b83e54b79b38d0d8fd2b2 /x11-misc | |
parent | Stable on x86. (diff) | |
download | historical-1818a44b3870884da0f472b0ccce50735ad2fb37.tar.gz historical-1818a44b3870884da0f472b0ccce50735ad2fb37.tar.bz2 historical-1818a44b3870884da0f472b0ccce50735ad2fb37.zip |
Initial commit, ebuild written by me. Requested by Christian Lemke <christian.lemke@stud.tu-ilmenau.de> in bug #77483.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/alltray/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/alltray/Manifest | 14 | ||||
-rw-r--r-- | x11-misc/alltray/alltray-0.3.ebuild | 21 | ||||
-rw-r--r-- | x11-misc/alltray/files/digest-alltray-0.3 | 1 | ||||
-rw-r--r-- | x11-misc/alltray/metadata.xml | 16 |
5 files changed, 63 insertions, 0 deletions
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 <swegener@gentoo.org> +metadata.xml, + +alltray-0.3.ebuild: + Initial commit, ebuild written by me. Requested by Christian Lemke + <christian.lemke@stud.tu-ilmenau.de> in bug #77483. + diff --git a/x11-misc/alltray/Manifest b/x11-misc/alltray/Manifest new file mode 100644 index 000000000000..22c8a7dfbbb6 --- /dev/null +++ b/x11-misc/alltray/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 0399a64f27306abf0e41d0c7ff2e503e alltray-0.3.ebuild 636 +MD5 22731f0a5bc5d28d19529dc697d3eeba ChangeLog 447 +MD5 9212eb629264546c8d7fcd6e2563073a metadata.xml 596 +MD5 a5e107a472a1a51cab5bb12f23be7029 files/digest-alltray-0.3 63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFB4572I1lqEGTUzyQRAhJ6AJ4+jS0e8AbNQQ+htt//FGwmlt9cPACgpks9 +G8jqFWRVJ4SZtn0SxgHrmbw= +=I6Dy +-----END PGP SIGNATURE----- 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>swegener@gentoo.org</email> + <name>Sven Wegener</name> + <description>Primary Maintainer</description> + </maintainer> + <longdescription> +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. + </longdescription> +</pkgmetadata> |