summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-08-03 11:46:48 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-08-03 11:46:48 +0000
commitefaf0cf964a2dfc5fd82e322557473f2a8a08201 (patch)
tree6337ff265ecce50f06c4b175d33b300844b13258 /gnome-extra/bonobo-conf
parent*** empty log message *** (diff)
downloadhistorical-efaf0cf964a2dfc5fd82e322557473f2a8a08201.tar.gz
historical-efaf0cf964a2dfc5fd82e322557473f2a8a08201.tar.bz2
historical-efaf0cf964a2dfc5fd82e322557473f2a8a08201.zip
updated to 0.10, needed by Evolution 0.12, if I could only get it to work
Diffstat (limited to 'gnome-extra/bonobo-conf')
-rw-r--r--gnome-extra/bonobo-conf/bonobo-conf-0.10.ebuild40
-rw-r--r--gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.101
2 files changed, 41 insertions, 0 deletions
diff --git a/gnome-extra/bonobo-conf/bonobo-conf-0.10.ebuild b/gnome-extra/bonobo-conf/bonobo-conf-0.10.ebuild
new file mode 100644
index 000000000000..409c62fb7056
--- /dev/null
+++ b/gnome-extra/bonobo-conf/bonobo-conf-0.10.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Mikael Hallendal <hallski@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/bonobo-conf-0.10.ebuild,v 1.1 2001/08/03 11:46:48 hallski Exp $
+
+A=${P}.tar.bz2
+S=${WORKDIR}/${P}
+DESCRIPTION="Bonobo Configuration System"
+SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/bonobo-conf/${A}"
+HOMEPAGE="http://www.gnome.org/"
+
+DEPEND="nls? ( sys-devel/gettext )
+ >=dev-libs/glib-1.2.0
+ >=dev-util/xml-i18n-tools-0.8.4
+ >=x11-libs/gtk+-1.2.0
+ >=gnome-base/bonobo-1.0
+ >=gnome-base/oaf-0.6.2"
+
+src_compile() {
+ local myconf
+ if [ -z "`use nls`" ] ; then
+ myconf="--disable-nls"
+ fi
+ try ./configure --host=${CHOST} --prefix=/opt/gnome \
+ --sysconfdir=/etc/opt/gnome --disable-more-warnings $myconf
+ try pmake
+
+}
+
+src_install () {
+
+ try make DESTDIR=${D} install
+ dodoc AUTHORS COPYING ChangeLog README NEWS TODO
+
+}
+
+
+
+
+
diff --git a/gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.10 b/gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.10
new file mode 100644
index 000000000000..4f37d9d7f136
--- /dev/null
+++ b/gnome-extra/bonobo-conf/files/digest-bonobo-conf-0.10
@@ -0,0 +1 @@
+MD5 e531bcbad008618eedbbe316cf2d2100 bonobo-conf-0.10.tar.bz2