diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-06-15 00:03:16 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-06-15 00:03:16 +0000 |
commit | 643b2e2ef0a0f493397ac1154de8ae0097184a49 (patch) | |
tree | 202f0456d8eaae049ff038391ae7455241854e33 /x11-misc/iconbox | |
parent | sparc (diff) | |
download | gentoo-2-643b2e2ef0a0f493397ac1154de8ae0097184a49.tar.gz gentoo-2-643b2e2ef0a0f493397ac1154de8ae0097184a49.tar.bz2 gentoo-2-643b2e2ef0a0f493397ac1154de8ae0097184a49.zip |
initial commit for #93796
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/iconbox')
-rw-r--r-- | x11-misc/iconbox/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/iconbox/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/iconbox/files/digest-iconbox-0.2 | 1 | ||||
-rw-r--r-- | x11-misc/iconbox/iconbox-0.2.ebuild | 31 | ||||
-rw-r--r-- | x11-misc/iconbox/metadata.xml | 16 |
5 files changed, 60 insertions, 0 deletions
diff --git a/x11-misc/iconbox/ChangeLog b/x11-misc/iconbox/ChangeLog new file mode 100644 index 000000000000..b029d6252ae1 --- /dev/null +++ b/x11-misc/iconbox/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-misc/iconbox +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/iconbox/ChangeLog,v 1.1 2005/06/15 00:03:16 smithj Exp $ + +*iconbox-0.2 (14 Jun 2005) + + 14 Jun 2005; Jonathan Smith <smithj@gentoo.org> +iconbox-0.2.ebuild: + initial commit for #93796 + diff --git a/x11-misc/iconbox/Manifest b/x11-misc/iconbox/Manifest new file mode 100644 index 000000000000..0a67251b19f1 --- /dev/null +++ b/x11-misc/iconbox/Manifest @@ -0,0 +1,3 @@ +MD5 247146179732a44220f66507f832c523 ChangeLog 245 +MD5 5dcbbcd89050dad9d0052566fd9a08dd iconbox-0.2.ebuild 580 +MD5 9516e3e4a0d7ac21916c24b0d849484e files/digest-iconbox-0.2 62 diff --git a/x11-misc/iconbox/files/digest-iconbox-0.2 b/x11-misc/iconbox/files/digest-iconbox-0.2 new file mode 100644 index 000000000000..657492814c17 --- /dev/null +++ b/x11-misc/iconbox/files/digest-iconbox-0.2 @@ -0,0 +1 @@ +MD5 281f656d2f14367618e2b53ef22dc921 iconbox_0.2.tar.gz 14739 diff --git a/x11-misc/iconbox/iconbox-0.2.ebuild b/x11-misc/iconbox/iconbox-0.2.ebuild new file mode 100644 index 000000000000..d2d721b369ec --- /dev/null +++ b/x11-misc/iconbox/iconbox-0.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/iconbox/iconbox-0.2.ebuild,v 1.1 2005/06/15 00:03:16 smithj Exp $ + +MY_P="${P/-/_}" + +DESCRIPTION="App for placing icons in a menu which auto-hides" +HOMEPAGE="http://elrodeo.de/velopment/iconbox/" +SRC_URI="http://elrodeo.de/velopment/${PN}/files/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="virtual/x11 + =x11-libs/gtk+-2*" + +src_compile() { + true # no compilation is necessary +} + +src_install() { +# make install is borked due to a crappy makefile... it is simpler to go around +# it than to fix it... i have notified upstream + + exeinto /usr/bin/ + doexe iconbox iconboxconf || die + dodoc README Changelog Copyright + doman *.1 || die +} diff --git a/x11-misc/iconbox/metadata.xml b/x11-misc/iconbox/metadata.xml new file mode 100644 index 000000000000..d3e20f00b2a7 --- /dev/null +++ b/x11-misc/iconbox/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>desktop-misc</herd> +<maintainer> +<email>desktop-misc@gentoo.org</email> +</maintainer> +<longdescription lang="en"> +Iconbox is a free desktop tool that allows applications to be started quickly +with one mouse click. When Iconbox is running, the main window is invisible +until you move the cursor into a chosen area on the desktop. When the Iconbox +window appears, an application is started by clicking on the respective icon. +Afterward, the iconbox window disappears. +</longdescription> +</pkgmetadata> + |