summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-10-06 10:06:52 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-10-06 10:06:52 +0000
commitef3d732e641510ce6d44846df208f1ea60f181cd (patch)
treeb4bdfbe01a46969c42d4cdb0cd54127499abacc6 /gnome-base/bonobo
parentAdded KMerlin 0.3.1, a KDE MSN client (diff)
downloadgentoo-2-ef3d732e641510ce6d44846df208f1ea60f181cd.tar.gz
gentoo-2-ef3d732e641510ce6d44846df208f1ea60f181cd.tar.bz2
gentoo-2-ef3d732e641510ce6d44846df208f1ea60f181cd.zip
gnome-base finished! gnome-libs/gnome-office and gnome-apps left
Diffstat (limited to 'gnome-base/bonobo')
-rw-r--r--gnome-base/bonobo/bonobo-1.0.7.ebuild52
-rw-r--r--gnome-base/bonobo/bonobo-1.0.8-r1.ebuild63
-rw-r--r--gnome-base/bonobo/bonobo-1.0.9-r1.ebuild (renamed from gnome-base/bonobo/bonobo-1.0.8.ebuild)37
-rw-r--r--gnome-base/bonobo/bonobo-1.0.9.ebuild51
-rw-r--r--gnome-base/bonobo/files/bonobo-1.0.9.patch39
-rw-r--r--gnome-base/bonobo/files/digest-bonobo-1.0.71
-rw-r--r--gnome-base/bonobo/files/digest-bonobo-1.0.81
-rw-r--r--gnome-base/bonobo/files/digest-bonobo-1.0.8-r11
-rw-r--r--gnome-base/bonobo/files/digest-bonobo-1.0.9-r1 (renamed from gnome-base/bonobo/files/digest-bonobo-1.0.9)0
9 files changed, 64 insertions, 181 deletions
diff --git a/gnome-base/bonobo/bonobo-1.0.7.ebuild b/gnome-base/bonobo/bonobo-1.0.7.ebuild
deleted file mode 100644
index 4458f1fe6318..000000000000
--- a/gnome-base/bonobo/bonobo-1.0.7.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.7.ebuild,v 1.4 2001/08/31 21:43:11 hallski Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A set of language and system independant CORBA interfaces"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND="nls? ( sys-devel/gettext ) sys-devel/perl
- >=gnome-base/oaf-0.6.5
- >=dev-util/xml-i18n-tools-0.8.4
- >=gnome-base/gnome-print-0.25"
-
-RDEPEND=">=gnome-base/oaf-0.6.5
- >=gnome-base/gnome-print-0.25"
-
-src_compile() {
- local myconf
-
- if [ -z "`use nls`" ]
- then
- myconf="--disable-nls"
- fi
-
- # on of the samples in the package need to be regenerated from
- # the idl files
-
- rm -f ${S}/samples/bonobo-class/Bonobo_Sample_Echo.h
- rm -f ${S}/samples/bonobo-class/Bonobo_Sample_Echo-*.c
-
- ./configure --host=${CHOST} --prefix=/opt/gnome \
- --sysconfdir=/etc/opt/gnome ${myconf} || die
-
- make || die
-}
-
-src_install() {
- make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install || die
-
- dodoc AUTHORS COPYING* ChangeLog README
- dodoc NEWS TODO
-}
-
-
-
-
-
-
-
diff --git a/gnome-base/bonobo/bonobo-1.0.8-r1.ebuild b/gnome-base/bonobo/bonobo-1.0.8-r1.ebuild
deleted file mode 100644
index 9221b08cff93..000000000000
--- a/gnome-base/bonobo/bonobo-1.0.8-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.8-r1.ebuild,v 1.3 2001/08/31 21:43:11 hallski Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A set of language and system independant CORBA interfaces"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND="nls? ( sys-devel/gettext ) sys-devel/perl
- >=gnome-base/oaf-0.6.5
- >=dev-util/xml-i18n-tools-0.8.4
- >=gnome-base/ORBit-0.5.8
- >=gnome-base/gnome-print-0.25"
-
-RDEPEND=">=gnome-base/oaf-0.6.5
- >=gnome-base/ORBit-0.5.8
- >=gnome-base/gnome-print-0.25"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}/po
- cp pl.po pl.po.orig
- sed -e "s:\\\\\"::g" pl.po.orig > pl.po
- rm pl.po.orig
-}
-
-src_compile() {
- local myconf
-
- if [ -z "`use nls`" ]
- then
- myconf="--disable-nls"
- fi
-
- # on of the samples in the package need to be regenerated from
- # the idl files
-
- rm -f ${S}/samples/bonobo-class/Bonobo_Sample_Echo.h
- rm -f ${S}/samples/bonobo-class/Bonobo_Sample_Echo-*.c
-
- ./configure --host=${CHOST} --prefix=/opt/gnome \
- --sysconfdir=/etc/opt/gnome ${myconf} || die
-
- make || die # make -j 4 didn't work
-}
-
-src_install() {
- make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install || die
-
- dodoc AUTHORS COPYING* ChangeLog README
- dodoc NEWS TODO
-}
-
-
-
-
-
-
-
diff --git a/gnome-base/bonobo/bonobo-1.0.8.ebuild b/gnome-base/bonobo/bonobo-1.0.9-r1.ebuild
index 5b7121953e53..0e8b846e05ad 100644
--- a/gnome-base/bonobo/bonobo-1.0.8.ebuild
+++ b/gnome-base/bonobo/bonobo-1.0.9-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.8.ebuild,v 1.4 2001/08/31 21:43:11 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.9-r1.ebuild,v 1.1 2001/10/06 10:06:50 hallski Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,15 +9,25 @@ DESCRIPTION="A set of language and system independant CORBA interfaces"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
HOMEPAGE="http://www.gnome.org/"
-DEPEND="nls? ( sys-devel/gettext ) sys-devel/perl
- >=gnome-base/oaf-0.6.5
- >=dev-util/xml-i18n-tools-0.8.4
- >=gnome-base/ORBit-0.5.8
- >=gnome-base/gnome-print-0.25"
-RDEPEND=">=gnome-base/oaf-0.6.5
- >=gnome-base/ORBit-0.5.8
- >=gnome-base/gnome-print-0.25"
+RDEPEND=">=gnome-base/oaf-0.6.6-r1
+ >=gnome-base/ORBit-0.5.10-r1
+ >=gnome-base/gnome-print-0.30"
+
+DEPEND="${RDEPEND}
+ nls? ( sys-devel/gettext )
+ sys-devel/perl
+ >=dev-util/xml-i18n-tools-0.8.4"
+
+
+src_unpack() {
+ unpack ${A}
+
+ cd ${S}
+ patch -p1 < ${FILESDIR}/${P}.patch
+ autoconf
+ automake
+}
src_compile() {
local myconf
@@ -33,14 +43,16 @@ src_compile() {
rm -f ${S}/samples/bonobo-class/Bonobo_Sample_Echo.h
rm -f ${S}/samples/bonobo-class/Bonobo_Sample_Echo-*.c
- ./configure --host=${CHOST} --prefix=/opt/gnome \
- --sysconfdir=/etc/opt/gnome ${myconf} || die
+ ./configure --host=${CHOST} \
+ --prefix=/use \
+ --sysconfdir=/etc \
+ ${myconf} || die
make || die # make -j 4 didn't work
}
src_install() {
- make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install || die
+ make prefix=${D}/usr sysconfdir=${D}/etc install || die
dodoc AUTHORS COPYING* ChangeLog README
dodoc NEWS TODO
@@ -49,3 +61,4 @@ src_install() {
+
diff --git a/gnome-base/bonobo/bonobo-1.0.9.ebuild b/gnome-base/bonobo/bonobo-1.0.9.ebuild
deleted file mode 100644
index 2c6abfde4d6c..000000000000
--- a/gnome-base/bonobo/bonobo-1.0.9.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.9.ebuild,v 1.1 2001/09/28 13:25:41 hallski Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A set of language and system independant CORBA interfaces"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND="nls? ( sys-devel/gettext ) sys-devel/perl
- >=gnome-base/oaf-0.6.5
- >=dev-util/xml-i18n-tools-0.8.4
- >=gnome-base/ORBit-0.5.8
- >=gnome-base/gnome-print-0.25"
-
-RDEPEND=">=gnome-base/oaf-0.6.5
- >=gnome-base/ORBit-0.5.8
- >=gnome-base/gnome-print-0.25"
-
-src_compile() {
- local myconf
-
- if [ -z "`use nls`" ]
- then
- myconf="--disable-nls"
- fi
-
- # on of the samples in the package need to be regenerated from
- # the idl files
-
- rm -f ${S}/samples/bonobo-class/Bonobo_Sample_Echo.h
- rm -f ${S}/samples/bonobo-class/Bonobo_Sample_Echo-*.c
-
- ./configure --host=${CHOST} --prefix=/opt/gnome \
- --sysconfdir=/etc/opt/gnome ${myconf} || die
-
- make || die # make -j 4 didn't work
-}
-
-src_install() {
- make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install || die
-
- dodoc AUTHORS COPYING* ChangeLog README
- dodoc NEWS TODO
-}
-
-
-
-
diff --git a/gnome-base/bonobo/files/bonobo-1.0.9.patch b/gnome-base/bonobo/files/bonobo-1.0.9.patch
new file mode 100644
index 000000000000..bc29b83ac6a2
--- /dev/null
+++ b/gnome-base/bonobo/files/bonobo-1.0.9.patch
@@ -0,0 +1,39 @@
+diff -r -u bonobo-1.0.9.orig/bonobo/Makefile.am bonobo-1.0.9/bonobo/Makefile.am
+--- bonobo-1.0.9.orig/bonobo/Makefile.am Fri Sep 21 00:06:42 2001
++++ bonobo-1.0.9/bonobo/Makefile.am Sat Oct 6 04:41:54 2001
+@@ -13,7 +13,8 @@
+ $(GNOME_INCLUDEDIR) \
+ $(OAF_CFLAGS) \
+ $(GDK_PIXBUF_CFLAGS) \
+- $(PROF_CFLAGS)
++ $(PROF_CFLAGS) \
++ $(GNOME_PRINT_CFLAGS)
+
+ LDFLAGS += $(PROF_LDFLAGS)
+
+diff -r -u bonobo-1.0.9.orig/configure.in bonobo-1.0.9/configure.in
+--- bonobo-1.0.9.orig/configure.in Thu Sep 27 20:51:27 2001
++++ bonobo-1.0.9/configure.in Sat Oct 6 04:41:38 2001
+@@ -294,6 +294,9 @@
+ AC_MSG_ERROR(Did not find gnome-print installed)
+ fi
+
++GNOME_PRINT_CFLAGS="`$GNOME_CONFIG --cflags print`"
++AC_SUBST(GNOME_PRINT_CFLAGS)
++
+ GNOME_PRINT_LIBS="`$GNOME_CONFIG --libs print`"
+ AC_SUBST(GNOME_PRINT_LIBS)
+
+diff -r -u bonobo-1.0.9.orig/monikers/Makefile.am bonobo-1.0.9/monikers/Makefile.am
+--- bonobo-1.0.9.orig/monikers/Makefile.am Sun May 6 00:57:34 2001
++++ bonobo-1.0.9/monikers/Makefile.am Sat Oct 6 04:55:06 2001
+@@ -5,7 +5,8 @@
+ -I$(top_builddir) \
+ -I$(top_srcdir)/bonobo \
+ -I$(includedir) \
+- $(BONOBO_TEST_CFLAGS)
++ $(BONOBO_TEST_CFLAGS) \
++ $(GNOME_PRINT_CFLAGS)
+
+ OAF_FILES = \
+ Bonobo_Moniker_gzip.oaf.in \
diff --git a/gnome-base/bonobo/files/digest-bonobo-1.0.7 b/gnome-base/bonobo/files/digest-bonobo-1.0.7
deleted file mode 100644
index bfb74eb8db3f..000000000000
--- a/gnome-base/bonobo/files/digest-bonobo-1.0.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 15948a55377d97a473732c263d6fc741 bonobo-1.0.7.tar.gz
diff --git a/gnome-base/bonobo/files/digest-bonobo-1.0.8 b/gnome-base/bonobo/files/digest-bonobo-1.0.8
deleted file mode 100644
index 03253a958f9a..000000000000
--- a/gnome-base/bonobo/files/digest-bonobo-1.0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a21755814671e25d86988c098ebb68f3 bonobo-1.0.8.tar.gz
diff --git a/gnome-base/bonobo/files/digest-bonobo-1.0.8-r1 b/gnome-base/bonobo/files/digest-bonobo-1.0.8-r1
deleted file mode 100644
index 03253a958f9a..000000000000
--- a/gnome-base/bonobo/files/digest-bonobo-1.0.8-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a21755814671e25d86988c098ebb68f3 bonobo-1.0.8.tar.gz
diff --git a/gnome-base/bonobo/files/digest-bonobo-1.0.9 b/gnome-base/bonobo/files/digest-bonobo-1.0.9-r1
index cb450243a765..cb450243a765 100644
--- a/gnome-base/bonobo/files/digest-bonobo-1.0.9
+++ b/gnome-base/bonobo/files/digest-bonobo-1.0.9-r1