blob: 2bd5aa40fd3652d09294e557d2254d7f3c860997 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/quick-lounge-applet/quick-lounge-applet-2.0.1.ebuild,v 1.4 2004/06/24 22:10:25 agriffis Exp $
inherit gnome2
DESCRIPTION="Application launcher applet for GNOME"
HOMEPAGE="http://quick-lounge.sourceforge.net/"
LICENSE="GPL-2"
IUSE=""
SLOT="0"
KEYWORDS="x86 ppc"
RDEPEND=">=dev-libs/glib-2.1
>=x11-libs/gtk+-2.1.1
>=gnome-base/libgnome-2.1.1
>=gnome-base/libgnomeui-2.1.1
>=gnome-base/gnome-desktop-2.1
>=gnome-base/gnome-vfs-2
>=gnome-base/libglade-2
>=gnome-base/gnome-panel-2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool"
DOCS="AUTHORS ChangeLog INSTALL NEWS README"
|