summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-03-04 19:07:30 +0000
committerMarinus Schraal <foser@gentoo.org>2003-03-04 19:07:30 +0000
commit5d0b1cdd1d49c2f5ccb4e8004db55ebd9a8ad21f (patch)
tree9a28a55b7b3a23f11cd4dab89f4d382f9960db03 /gnome-base/libbonoboui/libbonoboui-2.2.0.1.ebuild
parentstable on alpha (diff)
downloadgentoo-2-5d0b1cdd1d49c2f5ccb4e8004db55ebd9a8ad21f.tar.gz
gentoo-2-5d0b1cdd1d49c2f5ccb4e8004db55ebd9a8ad21f.tar.bz2
gentoo-2-5d0b1cdd1d49c2f5ccb4e8004db55ebd9a8ad21f.zip
new version
Diffstat (limited to 'gnome-base/libbonoboui/libbonoboui-2.2.0.1.ebuild')
-rw-r--r--gnome-base/libbonoboui/libbonoboui-2.2.0.1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/gnome-base/libbonoboui/libbonoboui-2.2.0.1.ebuild b/gnome-base/libbonoboui/libbonoboui-2.2.0.1.ebuild
new file mode 100644
index 000000000000..9b36262af43e
--- /dev/null
+++ b/gnome-base/libbonoboui/libbonoboui-2.2.0.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.2.0.1.ebuild,v 1.1 2003/03/04 19:07:30 foser Exp $
+
+inherit gnome2
+
+S=${WORKDIR}/${P}
+DESCRIPTION="User Interface part of Lib bonobo"
+HOMEPAGE="http://www.gnome.org/"
+SLOT="0"
+KEYWORDS="~x86 ~ppc alpha ~sparc"
+LICENSE="GPL-2 LGPL-2.1"
+
+RDEPEND=">=x11-libs/gtk+-2.2
+ >=gnome-base/bonobo-activation-1
+ >=gnome-base/libbonobo-2
+ >=gnome-base/libglade-2
+ >=gnome-base/libgnome-2
+ >=gnome-base/libgnomecanvas-2
+ >=gnome-base/gconf-1.2.1
+ >=dev-libs/libxml2-2.4.20"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.12.0
+ >=dev-util/intltool-0.22"
+
+DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"