summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Jones <cretin@gentoo.org>2002-12-22 14:22:40 +0000
committerStefan Jones <cretin@gentoo.org>2002-12-22 14:22:40 +0000
commitf4e584c8f573dacfef9f1e5879cab9b2a6406864 (patch)
tree6fc89d7c5ab9ac56269df2f71b1a955488e5c29f /gnome-base/libbonoboui
parentkde-i18n-3.0.5a ebuild (diff)
downloadhistorical-f4e584c8f573dacfef9f1e5879cab9b2a6406864.tar.gz
historical-f4e584c8f573dacfef9f1e5879cab9b2a6406864.tar.bz2
historical-f4e584c8f573dacfef9f1e5879cab9b2a6406864.zip
New Version
Diffstat (limited to 'gnome-base/libbonoboui')
-rw-r--r--gnome-base/libbonoboui/ChangeLog7
-rw-r--r--gnome-base/libbonoboui/files/digest-libbonoboui-2.0.3.31
-rw-r--r--gnome-base/libbonoboui/libbonoboui-2.0.3.3.ebuild39
3 files changed, 46 insertions, 1 deletions
diff --git a/gnome-base/libbonoboui/ChangeLog b/gnome-base/libbonoboui/ChangeLog
index 26598d83736d..f4dcebc98790 100644
--- a/gnome-base/libbonoboui/ChangeLog
+++ b/gnome-base/libbonoboui/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for gnome-base/libbonoboui
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.16 2002/12/13 10:56:53 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.17 2002/12/22 14:22:40 cretin Exp $
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
@@ -12,6 +12,11 @@
12 Nov 2002; foser <foser@gentoo.org> libbonoboui-2.1.0.ebuild :
GNOME 2.1.2 release
+*libbonoboui-2.0.3.3 (22 Dec 2002)
+
+ 22 Dec 2002; Stefan Jones <cretin@gentoo.org> :
+ New stable version.
+
*libbonoboui-2.0.3.2 (27 Oct 2002)
28 nov 2002; Spider <spider@gentoo.org> libbonoboui-2.0.3.2.ebuild :
diff --git a/gnome-base/libbonoboui/files/digest-libbonoboui-2.0.3.3 b/gnome-base/libbonoboui/files/digest-libbonoboui-2.0.3.3
new file mode 100644
index 000000000000..b431a6df58d2
--- /dev/null
+++ b/gnome-base/libbonoboui/files/digest-libbonoboui-2.0.3.3
@@ -0,0 +1 @@
+MD5 2ae0f5ea9567a6e6bca80df4156978fc libbonoboui-2.0.3.3.tar.bz2 503322
diff --git a/gnome-base/libbonoboui/libbonoboui-2.0.3.3.ebuild b/gnome-base/libbonoboui/libbonoboui-2.0.3.3.ebuild
new file mode 100644
index 000000000000..220f09a1da5b
--- /dev/null
+++ b/gnome-base/libbonoboui/libbonoboui-2.0.3.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.0.3.3.ebuild,v 1.1 2002/12/22 14:22:40 cretin Exp $
+
+inherit gnome2
+
+S=${WORKDIR}/${P}
+DESCRIPTION="User Interface part of Lib bonobo"
+HOMEPAGE="http://www.gnome.org/"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+LICENSE="GPL-2 LGPL-2.1"
+
+RDEPEND=">=x11-libs/gtk+-2.0.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"
+
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.12.0
+ >=dev-util/intltool-0.22"
+
+
+# quick and dirty fix. the -I/usr/include/libxml2 dissapears inside the
+# bonobo/ somewhere during make.
+# im removing the symptom here, not the problem. this needs to be investigated
+# furhter at some time.
+
+
+CFLAGS="${CFLAGS} -I/usr/include/libxml2"
+
+
+LIBTOOL_FIX="0"
+DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
+