diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-10-31 02:43:30 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-10-31 02:43:30 +0000 |
commit | 93e2f967e690a163951a2d1dcb38d566cd911cf8 (patch) | |
tree | 7468e636b84ca84c920756cf3204a6aec4165aa2 /gnome-base | |
parent | little fixes (diff) | |
download | gentoo-2-93e2f967e690a163951a2d1dcb38d566cd911cf8.tar.gz gentoo-2-93e2f967e690a163951a2d1dcb38d566cd911cf8.tar.bz2 gentoo-2-93e2f967e690a163951a2d1dcb38d566cd911cf8.zip |
updates and new ebuilds
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/bonobo/bonobo-0.26.ebuild | 29 | ||||
-rw-r--r-- | gnome-base/control-center/control-center-1.3.1.ebuild | 27 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-0.9.ebuild | 32 | ||||
-rw-r--r-- | gnome-base/gnome-applets/gnome-applets-1.2.3.ebuild | 25 | ||||
-rw-r--r-- | gnome-base/gnome-core/gnome-core-1.2.3.ebuild | 28 | ||||
-rw-r--r-- | gnome-base/gnome-libs/gnome-libs-1.2.8.ebuild | 35 | ||||
-rw-r--r-- | gnome-base/gtkhtml/files/digest-gtkhtml-0.7 | 1 | ||||
-rw-r--r-- | gnome-base/gtkhtml/gtkhtml-0.6.1.ebuild | 6 | ||||
-rw-r--r-- | gnome-base/gtkhtml/gtkhtml-0.7.ebuild | 34 |
9 files changed, 214 insertions, 3 deletions
diff --git a/gnome-base/bonobo/bonobo-0.26.ebuild b/gnome-base/bonobo/bonobo-0.26.ebuild new file mode 100644 index 000000000000..180915d6fbcb --- /dev/null +++ b/gnome-base/bonobo/bonobo-0.26.ebuild @@ -0,0 +1,29 @@ +# 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-0.26.ebuild,v 1.1 2000/10/31 02:43:29 drobbins 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/unstable/sources/${PN}/"${A} +HOMEPAGE="http://www.gnome.org/" + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + dodoc AUTHORS COPYING* ChangeLog README + dodoc NEWS TODO +} + + + + + + diff --git a/gnome-base/control-center/control-center-1.3.1.ebuild b/gnome-base/control-center/control-center-1.3.1.ebuild new file mode 100644 index 000000000000..afc6b4ec8d8b --- /dev/null +++ b/gnome-base/control-center/control-center-1.3.1.ebuild @@ -0,0 +1,27 @@ +# 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/control-center/control-center-1.3.1.ebuild,v 1.1 2000/10/31 02:43:29 drobbins Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="The GNOME control-center" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A} +HOMEPAGE="http://www.gnome.org/" + + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + dodoc AUTHORS COPYING* ChangeLog README NEWS +} + + + + diff --git a/gnome-base/gconf/gconf-0.9.ebuild b/gnome-base/gconf/gconf-0.9.ebuild new file mode 100644 index 000000000000..a4ee4cb119e4 --- /dev/null +++ b/gnome-base/gconf/gconf-0.9.ebuild @@ -0,0 +1,32 @@ +# 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 + +P=GConf-0.9 +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Gconf" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/${A}" +HOMEPAGE="http://www.gnome.org/" + +src_unpack() { + unpack ${A} +} + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + prepman /opt/gnome + + dodoc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README* THANKS TODO +} + + + diff --git a/gnome-base/gnome-applets/gnome-applets-1.2.3.ebuild b/gnome-base/gnome-applets/gnome-applets-1.2.3.ebuild new file mode 100644 index 000000000000..d80f5705020a --- /dev/null +++ b/gnome-base/gnome-applets/gnome-applets-1.2.3.ebuild @@ -0,0 +1,25 @@ +# 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/gnome-applets/gnome-applets-1.2.3.ebuild,v 1.1 2000/10/31 02:43:29 drobbins Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="gnome-applets" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/" + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome --with-cargets + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + dodoc AUTHORS COPYING* ChangeLog NEWS README +} + + + diff --git a/gnome-base/gnome-core/gnome-core-1.2.3.ebuild b/gnome-base/gnome-core/gnome-core-1.2.3.ebuild new file mode 100644 index 000000000000..79dce278b52f --- /dev/null +++ b/gnome-base/gnome-core/gnome-core-1.2.3.ebuild @@ -0,0 +1,28 @@ +# 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/gnome-core/gnome-core-1.2.3.ebuild,v 1.1 2000/10/31 02:43:29 drobbins Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="gnome-core" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/" + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome \ + --with-kde-datadir=/opt/kde2 + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + prepman /opt/gnome + dodoc AUTHORS COPYING* ChangeLog README NEWS +} + + + + diff --git a/gnome-base/gnome-libs/gnome-libs-1.2.8.ebuild b/gnome-base/gnome-libs/gnome-libs-1.2.8.ebuild new file mode 100644 index 000000000000..e28946b7cd9f --- /dev/null +++ b/gnome-base/gnome-libs/gnome-libs-1.2.8.ebuild @@ -0,0 +1,35 @@ +# 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/gnome-libs/gnome-libs-1.2.8.ebuild,v 1.1 2000/10/31 02:43:29 drobbins Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="GNOME Core Libraries" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/" +DEPEND="sys-apps/test" +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + prepman /opt/gnome + + into /opt/gnome + dodir /usr/doc/${P} + mv ${D}/opt/gnome/doc/* ${D}/usr/doc/${P} + doman ${D}/usr/doc/${P}/*.3 + rm ${D}/usr/doc/${P}/*.3 + gzip ${D}/usr/doc/${P}/* + rm -rf ${D}/opt/gnome/doc + dodoc AUTHORS COPYING* ChangeLog README NEWS HACKING +} + + + + diff --git a/gnome-base/gtkhtml/files/digest-gtkhtml-0.7 b/gnome-base/gtkhtml/files/digest-gtkhtml-0.7 new file mode 100644 index 000000000000..b4524dfb1d5c --- /dev/null +++ b/gnome-base/gtkhtml/files/digest-gtkhtml-0.7 @@ -0,0 +1 @@ +MD5 505e1096f24ee345fc93e86dc5332412 gtkhtml-0.7.tar.gz diff --git a/gnome-base/gtkhtml/gtkhtml-0.6.1.ebuild b/gnome-base/gtkhtml/gtkhtml-0.6.1.ebuild index cee5f00801c6..42aa458dd6a7 100644 --- a/gnome-base/gtkhtml/gtkhtml-0.6.1.ebuild +++ b/gnome-base/gtkhtml/gtkhtml-0.6.1.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/gtkhtml/gtkhtml-0.6.1.ebuild,v 1.1 2000/10/14 11:38:35 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gtkhtml/gtkhtml-0.6.1.ebuild,v 1.2 2000/10/31 02:43:30 drobbins Exp $ P=gtkhtml-0.6.1 A=${P}.tar.gz @@ -9,6 +9,7 @@ S=${WORKDIR}/${P} DESCRIPTION="gtkhtml" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gtkhtml/"${A} HOMEPAGE="http://www.gnome.org/" +DEPEND=">=gnome-base/gdk-pixbuf-0.8.0 >=gnome-base/bonobo-0.16 >=gnome-base/gnome-print-0.20 >=gnome-base/gconf-0.4" src_unpack() { unpack ${A} @@ -16,8 +17,7 @@ src_unpack() { src_compile() { cd ${S} - try ./configure --host=${CHOST} --prefix=/opt/gnome \ - --with-bonobo --with-gconf + try ./configure --host=${CHOST} --without-bonobo --prefix=/opt/gnome --with-gconf # bonobo support doesn't work yet try make } diff --git a/gnome-base/gtkhtml/gtkhtml-0.7.ebuild b/gnome-base/gtkhtml/gtkhtml-0.7.ebuild new file mode 100644 index 000000000000..832640c0e4ed --- /dev/null +++ b/gnome-base/gtkhtml/gtkhtml-0.7.ebuild @@ -0,0 +1,34 @@ +# 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/gtkhtml/gtkhtml-0.7.ebuild,v 1.1 2000/10/31 02:43:30 drobbins Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="gtkhtml" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gtkhtml/"${A} +HOMEPAGE="http://www.gnome.org/" +DEPEND=">=gnome-base/gdk-pixbuf-0.8.0 >=gnome-base/bonobo-0.16 >=gnome-base/gnome-print-0.20 >=gnome-base/gconf-0.4" + +src_unpack() { + unpack ${A} +} + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome --with-bonobo --with-gconf + # bonobo support doesn't work yet ? + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + dodoc AUTHORS COPYING* ChangeLog README + dodoc NEWS TODO +} + + + + + |