diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-10-27 14:42:12 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-10-27 14:42:12 +0000 |
commit | e2fb0e2ddd7df5fefc4719a438b34d55dc208647 (patch) | |
tree | 31d0827a5ce6214104f1bacce83f1a4e2bc36d38 /gnome-base | |
parent | hax out m4 from apps/e (diff) | |
download | historical-e2fb0e2ddd7df5fefc4719a438b34d55dc208647.tar.gz historical-e2fb0e2ddd7df5fefc4719a438b34d55dc208647.tar.bz2 historical-e2fb0e2ddd7df5fefc4719a438b34d55dc208647.zip |
gnome 2.1 commit
Diffstat (limited to 'gnome-base')
42 files changed, 617 insertions, 14 deletions
diff --git a/gnome-base/ORBit2/ChangeLog b/gnome-base/ORBit2/ChangeLog index 8d39147481b2..1c162aaed9c0 100644 --- a/gnome-base/ORBit2/ChangeLog +++ b/gnome-base/ORBit2/ChangeLog @@ -1,5 +1,10 @@ -# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ChangeLog,v 1.8 2002/09/06 03:29:25 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ChangeLog,v 1.9 2002/10/27 14:42:11 foser Exp $ + +*ORBit2-2.5.0 (27 Oct 2002) + + 27 Oct 2002; foser <foser@gentoo.org> ORBit2-2.5.0 : + Gnome 2.1 commit *ORBit2-2.4.3 (06 Sep 2002) 06 Sep 2002; Spider <spider@gentoo.org> ORBit2-2.4.3.ebuild : diff --git a/gnome-base/ORBit2/ORBit2-2.5.0.ebuild b/gnome-base/ORBit2/ORBit2-2.5.0.ebuild new file mode 100644 index 000000000000..bfdef32da308 --- /dev/null +++ b/gnome-base/ORBit2/ORBit2-2.5.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ORBit2-2.5.0.ebuild,v 1.1 2002/10/27 14:42:11 foser Exp $ + +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="ORBit2 is a high-performance CORBA ORB" +HOMEPAGE="http://www.gnome.org/" + +MAKEOPTS="-j1" + +RDEPEND=">=dev-libs/glib-2 + >=dev-libs/popt-1.5 + >=dev-libs/libIDL-0.7.4 + >=net-libs/linc-0.7" + +DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64 ppc alpha" + + +DOCS="AUTHORS ChangeLog COPYING* README* HACKING INSTALL NEWS TODO MAINTAINERS" diff --git a/gnome-base/ORBit2/files/digest-ORBit2-2.5.0 b/gnome-base/ORBit2/files/digest-ORBit2-2.5.0 new file mode 100644 index 000000000000..b6b61ade66e7 --- /dev/null +++ b/gnome-base/ORBit2/files/digest-ORBit2-2.5.0 @@ -0,0 +1 @@ +MD5 cad3f34dac24bd1152a8f14dfb7f8544 ORBit2-2.5.0.tar.bz2 429821 diff --git a/gnome-base/bonobo-activation/ChangeLog b/gnome-base/bonobo-activation/ChangeLog index 91a8b2b4555a..7f1e9f978fe0 100644 --- a/gnome-base/bonobo-activation/ChangeLog +++ b/gnome-base/bonobo-activation/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for gnome-base/bonobo-activation # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo-activation/ChangeLog,v 1.9 2002/07/29 02:21:59 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo-activation/ChangeLog,v 1.10 2002/10/27 14:42:11 foser Exp $ +*bonobo-activation-2.1.0 (27 Oct 2002) + + 27 Oct 2002; foser <foser@gentoo.org> bonobo-activation-2.1.0.ebuild : + Gnome 2.1 commit *bonobo-activation-1.0.3 (19 Jul 2002) 29 Jul 2002; Spider <spider@gentoo.org> bonobo-activation-1.0.3.ebuild : diff --git a/gnome-base/bonobo-activation/bonobo-activation-2.1.0.ebuild b/gnome-base/bonobo-activation/bonobo-activation-2.1.0.ebuild new file mode 100644 index 000000000000..1b0a49f3eae7 --- /dev/null +++ b/gnome-base/bonobo-activation/bonobo-activation-2.1.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo-activation/bonobo-activation-2.1.0.ebuild,v 1.1 2002/10/27 14:42:11 foser Exp $ + +IUSE="doc" + +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="Gnome2 replacement for OAF" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="x86 ppc sparc sparc64 alpha" + +RDEPEND=">=dev-libs/glib-2.0.1 + >=dev-libs/libxml2-2.4.20 + >=dev-libs/popt-1.5 + >=gnome-base/ORBit2-2.4.0 + >=net-libs/linc-0.5.1" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + doc? ( >=dev-util/gtk-doc-0.9-r2 + >=app-text/openjade-1.3 )" + +LIBTOOL_FIX="1" + +DOCS="AUTHORS ABOUT-NLS COPYING* ChangeLog README* INSTALL NEWS TODO docs/* api-docs/*" + + diff --git a/gnome-base/bonobo-activation/files/digest-bonobo-activation-2.1.0 b/gnome-base/bonobo-activation/files/digest-bonobo-activation-2.1.0 new file mode 100644 index 000000000000..8bb6fb6527ea --- /dev/null +++ b/gnome-base/bonobo-activation/files/digest-bonobo-activation-2.1.0 @@ -0,0 +1 @@ +MD5 b2a88b40619724d423c918d37e4ebcba bonobo-activation-2.1.0.tar.bz2 452883 diff --git a/gnome-base/control-center/ChangeLog b/gnome-base/control-center/ChangeLog index 652da83a51da..aef170e94aa6 100644 --- a/gnome-base/control-center/ChangeLog +++ b/gnome-base/control-center/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for gnome-base/control-center # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/ChangeLog,v 1.14 2002/09/06 04:17:12 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/ChangeLog,v 1.15 2002/10/27 14:42:11 foser Exp $ +*control-center-2.1.1 (27 Oct 2002) + 27 Oct 2002; foser <foser@gentoo.org> control-center-2.1.1.ebuild : + Gnome 2.1 commit *control-center-2.0.1.1 (06 Sep 2002) 06 Sep 2002; Spider <spider@gentoo.org> control-center-2.0.1.1.ebuild : diff --git a/gnome-base/control-center/control-center-2.1.1.ebuild b/gnome-base/control-center/control-center-2.1.1.ebuild new file mode 100644 index 000000000000..d91a846b16da --- /dev/null +++ b/gnome-base/control-center/control-center-2.1.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/control-center-2.1.1.ebuild,v 1.1 2002/10/27 14:42:12 foser Exp $ + +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="the gnome2 Desktop configuration tool" +HOMEPAGE="http://www.gnome.org/" +SLOT="2" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc sparc64 alpha" + +RDEPEND="=x11-libs/gtk+-2.1* + >=dev-libs/glib-2.0.6 + >=gnome-base/gconf-1.2.1 + =gnome-base/libgnomeui-2.1* + >=gnome-base/libglade-2.0.1 + >=gnome-base/libbonobo-2 + >=gnome-base/libbonoboui-2.0 + >=gnome-base/gnome-vfs-2.0.4 + =gnome-base/gnome-desktop-2.1* + >=app-text/scrollkeeper-0.3.11" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" + +src_unpack() { + unpack ${A} + + # Fix prbolem font capplet not linking to the right libXft + cd ${S}/capplets/font + cp Makefile.in Makefile.in.orig + sed -e "s:FONT_CAPPLET_LIBS =:FONT_CAPPLET_LIBS = -L/usr/lib:" \ + Makefile.in.orig > Makefile.in + +} + +DOCS="AUTHORS ChangeLog COPYING README* TODO INSTALL NEWS" + diff --git a/gnome-base/control-center/files/digest-control-center-2.1.1 b/gnome-base/control-center/files/digest-control-center-2.1.1 new file mode 100644 index 000000000000..84c94d31e260 --- /dev/null +++ b/gnome-base/control-center/files/digest-control-center-2.1.1 @@ -0,0 +1 @@ +MD5 26bc0d9a01ff5aa3ca490165203dc286 control-center-2.1.1.tar.bz2 1183343 diff --git a/gnome-base/eel/ChangeLog b/gnome-base/eel/ChangeLog index bc7002364666..03283094ffb9 100644 --- a/gnome-base/eel/ChangeLog +++ b/gnome-base/eel/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for gnome-base/eel # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/eel/ChangeLog,v 1.19 2002/09/14 22:57:44 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/eel/ChangeLog,v 1.20 2002/10/27 14:42:12 foser Exp $ +*eel-2.1.1 (27 Oct 2002) + + 27 Oct 2002; foser <foser@gentoo.org> eel-2.1.1.ebuild : + Gnome 2.1 commit *eel-2.0.7 (14 Sep 2002) 14 Sep 2002; Spider <spider@gentoo.org> eel-2.0.7.ebuild : diff --git a/gnome-base/eel/eel-2.1.1.ebuild b/gnome-base/eel/eel-2.1.1.ebuild new file mode 100644 index 000000000000..7374bc7dceb6 --- /dev/null +++ b/gnome-base/eel/eel-2.1.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/eel/eel-2.1.1.ebuild,v 1.1 2002/10/27 14:42:12 foser Exp $ + +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="EEL is the Eazel Extentions Library" +HOMEPAGE="http://www.gnome.org/" +SLOT="2" +LICENSE="GPL-2 LGPL-2.1" +KEYWORDS="x86 ppc sparc sparc64 alpha" + +RDEPEND=">=dev-libs/glib-2.0.6-r1 + >=gnome-base/gconf-1.2.1 + =x11-libs/gtk+-2.1* + >=media-libs/libart_lgpl-2.3.10 + >=dev-libs/libxml2-2.4.25 + >=gnome-base/gnome-vfs-2.0.4 + >=dev-libs/popt-1.6.3 + >=gnome-base/libbonobo-2.0.0 + >=gnome-base/libbonoboui-2.0 + =gnome-base/bonobo-activation-2.1* + =gnome-base/libgnome-2.1* + =gnome-base/libgnomeui-2.1* + =gnome-base/libgnomecanvas-2.1* + =gnome-base/gail-1.1*" + +DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" + +LIBTOOL_FIX="1" + +DOCS="AUTHORS ChangeLog COPYING* HACKING THANKS README* INSTALL NEWS TODO MAINTAINERS" + +src_compile() { + gnome2_src_compile --enable-platform-gnome-2 +} + diff --git a/gnome-base/eel/files/digest-eel-2.1.1 b/gnome-base/eel/files/digest-eel-2.1.1 new file mode 100644 index 000000000000..e52a0a72093c --- /dev/null +++ b/gnome-base/eel/files/digest-eel-2.1.1 @@ -0,0 +1 @@ +MD5 60ab1297dadc7e9a9fe3a20a93107fd8 eel-2.1.1.tar.bz2 462960 diff --git a/gnome-base/gail/ChangeLog b/gnome-base/gail/ChangeLog index 6ac0ff7302e8..66c54bdb95a3 100644 --- a/gnome-base/gail/ChangeLog +++ b/gnome-base/gail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gail # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.6 2002/08/07 22:29:28 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.7 2002/10/27 14:42:12 foser Exp $ + +*gail-1.1.2 (27 Oct 2002) + + 27 Oct 2002; foser <foser@gentoo.org> gail-1.1.2.ebuild : + Gnome 2.2 commit *gail-0.17 (07 Aug 2002) 07 Aug 2002; Gabriele Giorgetti <stroke@gentoo.org> gail-0.17.ebuild: diff --git a/gnome-base/gail/files/digest-gail-1.1.2 b/gnome-base/gail/files/digest-gail-1.1.2 new file mode 100644 index 000000000000..23fe1e35c451 --- /dev/null +++ b/gnome-base/gail/files/digest-gail-1.1.2 @@ -0,0 +1 @@ +MD5 27b56beeeaac36bf69bbf76e24e4107b gail-1.1.2.tar.bz2 311041 diff --git a/gnome-base/gail/gail-1.1.2.ebuild b/gnome-base/gail/gail-1.1.2.ebuild new file mode 100644 index 000000000000..e24ad39c68c9 --- /dev/null +++ b/gnome-base/gail/gail-1.1.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-1.1.2.ebuild,v 1.1 2002/10/27 14:42:12 foser Exp $ + +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="Part of Gnome Accessibility" +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +KEYWORDS="x86 ppc sparc sparc64 alpha" +LICENSE="GPL-2" + +DEPEND=">=dev-util/pkgconfig-0.12.0 + =x11-libs/gtk+-2.1* + >=dev-libs/glib-2.0.4 + =x11-libs/pango-1.1* + =dev-libs/atk-1.1* + =gnome-base/libgnomecanvas-2.1*" + +DOCS="AUTHORS ChangeLog COPYING README* INSTALL NEWS" + diff --git a/gnome-base/gnome-desktop/ChangeLog b/gnome-base/gnome-desktop/ChangeLog index 2128ddd35246..ce6ef3f14c7d 100644 --- a/gnome-base/gnome-desktop/ChangeLog +++ b/gnome-base/gnome-desktop/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gnome-desktop # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-desktop/ChangeLog,v 1.13 2002/10/14 15:24:59 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-desktop/ChangeLog,v 1.14 2002/10/27 14:42:12 foser Exp $ + +*gnome-desktop-2.1.0 (27 Oct 2002) + + 27 Oct 2002; foser <foser@gentoo.org> gnome-desktop-2.1.0.ebuild : + Gnome 2.1 commit *gnome-desktop-2.0.9 (14 Oct 2002) 14 Oct 2002; foser <foser@gentoo.org> gnome-desktop-2.0.9.ebuild : diff --git a/gnome-base/gnome-desktop/files/digest-gnome-desktop-2.1.0 b/gnome-base/gnome-desktop/files/digest-gnome-desktop-2.1.0 new file mode 100644 index 000000000000..69f2c0b19fb9 --- /dev/null +++ b/gnome-base/gnome-desktop/files/digest-gnome-desktop-2.1.0 @@ -0,0 +1 @@ +MD5 926241955ffe3bcd075765c44b184381 gnome-desktop-2.1.0.tar.bz2 1090639 diff --git a/gnome-base/gnome-desktop/gnome-desktop-2.1.0.ebuild b/gnome-base/gnome-desktop/gnome-desktop-2.1.0.ebuild new file mode 100644 index 000000000000..1992d5b1bfbb --- /dev/null +++ b/gnome-base/gnome-desktop/gnome-desktop-2.1.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-desktop/gnome-desktop-2.1.0.ebuild,v 1.1 2002/10/27 14:42:12 foser Exp $ + +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="Libraries for the gnome desktop that is not part of the UI" +HOMEPAGE="http://www.gnome.org/" + +SLOT="0" +KEYWORDS="x86 ppc sparc sparc64 alpha" +LICENSE="GPL-2 FDL-1.1 LGPL-2.1" + +RDEPEND="=gnome-base/libgnomeui-2.1* + =gnome-base/libgnomecanvas-2.1* + =x11-libs/gtk+-2.1* + >=gnome-base/gnome-vfs-2.0.4 + !gnome-base/gnome-core" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.22 + >=dev-util/pkgconfig-0.12.0" + +DOCS="AUTHORS ChangeLog COPYING* README* INSTALL NEWS HACKING" + + diff --git a/gnome-base/gnome-panel/ChangeLog b/gnome-base/gnome-panel/ChangeLog index 3ac18ffe3710..3db60761769c 100644 --- a/gnome-base/gnome-panel/ChangeLog +++ b/gnome-base/gnome-panel/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for gnome-base/gnome-panel # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.23 2002/10/24 20:00:08 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.24 2002/10/27 14:42:12 foser Exp $ +*gnome-panel-2.1.1 (27 Oct 2002) + + 27 Oct 2002; foser <foser@gentoo.org> gnome-panel-2.1.1.ebuild : + Gnome 2.1 commit *gnome-panel-1.4.2 (24 oct 2002) 24 Oct 2002; Spider <spider@gentoo.org> gnome-panel-1.4.2.ebuild : diff --git a/gnome-base/gnome-panel/files/digest-gnome-panel-2.1.1 b/gnome-base/gnome-panel/files/digest-gnome-panel-2.1.1 new file mode 100644 index 000000000000..1a4a5fa98714 --- /dev/null +++ b/gnome-base/gnome-panel/files/digest-gnome-panel-2.1.1 @@ -0,0 +1 @@ +MD5 4767eb85ba95dd92fcfa52be8e460156 gnome-panel-2.1.1.tar.bz2 1704689 diff --git a/gnome-base/gnome-panel/gnome-panel-2.1.1.ebuild b/gnome-base/gnome-panel/gnome-panel-2.1.1.ebuild new file mode 100644 index 000000000000..862f484b23d8 --- /dev/null +++ b/gnome-base/gnome-panel/gnome-panel-2.1.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.1.1.ebuild,v 1.1 2002/10/27 14:42:12 foser Exp $ + +IUSE="doc" + +MAKEOPTS="-j1" +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="The Panel for Gnome2" +HOMEPAGE="http://www.gnome.org/" + +SLOT="0" +LICENSE="GPL-2 FDL-1.1 LGPL-2.1" +KEYWORDS="x86 ppc sparc sparc64 alpha" + +RDEPEND="=x11-libs/gtk+-2.1* + >=dev-libs/libxml2-2.4.25 + >=dev-libs/glib-2.0.6-r1 + =x11-libs/libwnck-2.1* + >=app-text/scrollkeeper-0.3.11 + >=gnome-base/ORBit2-2.4.3 + =gnome-base/bonobo-activation-2.1* + >=gnome-base/gconf-1.2.1 + >=gnome-base/gnome-vfs-2.0.4 + =gnome-base/gnome-desktop-2.1* + >=gnome-base/libbonobo-2 + >=gnome-base/libbonoboui-2.0 + >=gnome-base/libglade-2.0.1 + =gnome-base/libgnome-2.1* + =gnome-base/libgnomecanvas-2.1* + =gnome-base/libgnomeui-2.1*" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.22 + doc? ( >=dev-util/gtk-doc-0.9-r2 )" + +DOCS="AUTHORS COPYING* ChangeLog HACKING INSTALL NEWS README*" diff --git a/gnome-base/gnome-session/ChangeLog b/gnome-base/gnome-session/ChangeLog index faec01e700f5..a77ae06e9ab7 100644 --- a/gnome-base/gnome-session/ChangeLog +++ b/gnome-base/gnome-session/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gnome-session # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.14 2002/10/14 15:24:59 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.15 2002/10/27 14:42:12 foser Exp $ + +*gnome-session-2.1.1 (27 Oct 2002) + + 27 Oct 2002; foser <foser@gentoo.org> gnome-session-2.1.1.ebuild : + Gnome 2.1 commit *gnome-session-2.0.8 (14 Oct 2002) 14 Oct 2002; foser <foser@gentoo.org> gnome-session-2.0.8.ebuild : diff --git a/gnome-base/gnome-session/files/digest-gnome-session-2.1.1 b/gnome-base/gnome-session/files/digest-gnome-session-2.1.1 new file mode 100644 index 000000000000..8a2be727422f --- /dev/null +++ b/gnome-base/gnome-session/files/digest-gnome-session-2.1.1 @@ -0,0 +1 @@ +MD5 f689b041cca1bab773dc5d123abdb2cf gnome-session-2.1.1.tar.bz2 825827 diff --git a/gnome-base/gnome-session/gnome-session-2.1.1.ebuild b/gnome-base/gnome-session/gnome-session-2.1.1.ebuild new file mode 100644 index 000000000000..1a39bd176048 --- /dev/null +++ b/gnome-base/gnome-session/gnome-session-2.1.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.1.1.ebuild,v 1.1 2002/10/27 14:42:12 foser Exp $ + +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="the Gnome2 session manager" +HOMEPAGE="http://www.gnome.org/" + +SLOT="0" +KEYWORDS="x86 ppc sparc sparc64 alpha" +LICENSE="GPL-2 LGPL-2.1 FDL-1.1" + +RDEPEND=">=dev-libs/glib-2 + =x11-libs/gtk+-2.1* + >=media-sound/esound-0.2.29 + =gnome-base/libgnomeui-2.1* + =gnome-base/libgnomecanvas-2.1* + >=sys-devel/gettext-0.10.40 + >=sys-apps/tcp-wrappers-7.6 + >=gnome-base/gconf-1.2.1" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.22 + !gnome-base/gnome-core" + +# gnome-base/gnome-core overwrite /usr/bin/gnome-session + +DOC="AUTHORS COPY* README HACKING INSTALL NEWS TODO ChangeLog" + +src_install() { + gnome2_src_install + + dodir /etc/X11/Sessions + exeinto /etc/X11/Sessions + doexe ${FILESDIR}/Gnome +} + + + + diff --git a/gnome-base/gnome/ChangeLog b/gnome-base/gnome/ChangeLog index b1e17c779f4e..f0ca03a79818 100644 --- a/gnome-base/gnome/ChangeLog +++ b/gnome-base/gnome/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gnome # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.41 2002/10/17 21:11:26 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.42 2002/10/27 14:42:12 foser Exp $ + +*gnome-2.1.1 (27 Oct 2002) + + 27 Oct 2002; foser <foser@gentoo.org> gnome-2.1.1.ebuild : + Gnome 2.1 commit *gnome-2.0.2-r2 (17 Oct 2002) diff --git a/gnome-base/gnome/files/digest-gnome-2.1.1 b/gnome-base/gnome/files/digest-gnome-2.1.1 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/gnome-base/gnome/files/digest-gnome-2.1.1 diff --git a/gnome-base/gnome/gnome-2.1.1.ebuild b/gnome-base/gnome/gnome-2.1.1.ebuild new file mode 100644 index 000000000000..3a7429c503b7 --- /dev/null +++ b/gnome-base/gnome/gnome-2.1.1.ebuild @@ -0,0 +1,88 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.1.1.ebuild,v 1.1 2002/10/27 14:42:12 foser Exp $ + +S=${WORKDIR} +DESCRIPTION="GNOME 2.0 - merge this package to merge the Gnome2 desktop" +HOMEPAGE="http://www.gnome.org/" +LICENSE="as-is" +SLOT="2.0" + +# when unmasking for an arch +# double check none of the deps are still masked ! +KEYWORDS="ppc x86 sparc sparc64 alpha" + + +# Note to developers: +# This is a wrapper for the complete Gnome2 desktop, +# This means all components that a user expects in Gnome2 are present +# please do not reduce this list further unless +# dependencies pull in what you remove. +# With "emerge gnome" a user expects the full "standard" distribution of Gnome and should be provided with that, consider only installing the parts needed for smaller installations. + +# Metacity was choosen as the default window manager because of sawfish's long time of non-working state. + +# eog is installed to provide with image previews in nautilus. + +# gedit is a core example of Gnome2 platform + +# applets will pull in the gnome-panel + +# after the blank line are the "complete" list we use for gnome2 betas + +# after the second blank line added packages for gnome2.1 +# file-roller, system-tray-applet and gcalctool being fifth toe + +RDEPEND="!gnome-base/gnome-core + >=x11-wm/metacity-2.4.2 + =gnome-base/gnome-session-2.1* + >=gnome-extra/bug-buddy-2.2.0 + >=gnome-base/gdm-2.4.0.11 + =media-gfx/eog-1.1* + =app-editors/gedit-2.1* + =gnome-extra/yelp-2.1* + =gnome-base/nautilus-2.1* + =x11-terms/gnome-terminal-2.1* + >=gnome-base/gnome-applets-2.0.2 + =gnome-base/control-center-2.1* + =gnome-extra/gnome-utils-2.1* + =gnome-extra/gnome-media-2.1* + >=gnome-extra/gnome-system-monitor-2.0.2 + =gnome-extra/gnome-games-2.1* + >=gnome-extra/gconf-editor-0.3.1 + >=gnome-extra/gnome2-user-docs-2.0.1 + + + =x11-libs/gtk+-2.1* + =x11-libs/pango-1.1* + =dev-libs/atk-1.1* + >=dev-libs/glib-2.0.6 + =gnome-base/eel-2.1* + =gnome-base/gnome-panel-2.1* + =gnome-base/gnome-desktop-2.1* + >=gnome-base/gnome-vfs-2.0.4 + >=gnome-base/libbonoboui-2.0 + >=gnome-base/libbonobo-2.0.0 + =gnome-base/librsvg-2.1* + =gnome-base/libgnome-2.1* + =gnome-base/libgnomecanvas-2.1* + =gnome-base/libgnomeui-2.1* + =gnome-base/bonobo-activation-2.1* + >=net-libs/linc-0.7.0 + >=x11-libs/libzvt-2.0.1 + >=gnome-base/libglade-2.0.1 + =x11-libs/libwnck-2.1* + >=gnome-base/ORBit2-2.4.3 + + >=x11-themes/gnome-icon-theme-0.1 + >=x11-themes/gnome-themes-0.1 + >=app-arch/file-roller-2.1.1 + >=gnome-extra/gcalctool-4.1.9 + >=gnome-extra/system-tray-applet-0.15" + +pkg_postinst () { + einfo "note that to change windowmanager to metacity do: " + einfo " export WINDOW_MANAGER=\"/usr/bin/metacity\"" + einfo "of course this works for all other window managers as well" + +} diff --git a/gnome-base/libgnome/ChangeLog b/gnome-base/libgnome/ChangeLog index 7dadff149f8d..cc9ba2ccd766 100644 --- a/gnome-base/libgnome/ChangeLog +++ b/gnome-base/libgnome/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for gnome-base/libgnome # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.11 2002/09/13 15:12:16 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.12 2002/10/27 14:42:12 foser Exp $ +*libgnome-2.1.0 (27 Oct 2002) + + 27 Oct 2002; foser <foser@gentoo.org> libgnome-2.1.0.ebuild : + Gnome 2.1 commit *libgnome-2.0.5 (13 Sep 2002) 13 Sep 2002; Spider <spider@gentoo.org> libgnome-2.0.5.ebuild : diff --git a/gnome-base/libgnome/files/digest-libgnome-2.1.0 b/gnome-base/libgnome/files/digest-libgnome-2.1.0 new file mode 100644 index 000000000000..d5d8c3564612 --- /dev/null +++ b/gnome-base/libgnome/files/digest-libgnome-2.1.0 @@ -0,0 +1 @@ +MD5 68bfa4cbe375894abee9fdbe8cfc9ef8 libgnome-2.1.0.tar.bz2 460160 diff --git a/gnome-base/libgnome/libgnome-2.1.0.ebuild b/gnome-base/libgnome/libgnome-2.1.0.ebuild new file mode 100644 index 000000000000..dacecd0c903d --- /dev/null +++ b/gnome-base/libgnome/libgnome-2.1.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.1.0.ebuild,v 1.1 2002/10/27 14:42:12 foser Exp $ + +IUSE="doc" + +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="Essential Gnome Libraries" +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +KEYWORDS="x86 ppc sparc sparc64 alpha" +LICENSE="GPL-2 LGPL-2.1" + +RDEPEND=">=dev-libs/libxslt-1.0.21 + >=dev-libs/glib-2.0.6 + >=gnome-base/gconf-1.2.1 + >=gnome-base/gnome-mime-data-2.0.1 + >=gnome-base/libbonobo-2.0.0 + >=gnome-base/gnome-vfs-2.0.4 + >=media-sound/esound-0.2.29 + >=media-libs/audiofile-0.2.3 + >=dev-libs/libxml2-2.4.25 + >=sys-apps/gawk-3.1.0 + >=sys-devel/perl-5.6.1-r3" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.22 + doc? ( >=dev-util/gtk-doc-0.9 ) + >=dev-util/pkgconfig-0.12.0" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" diff --git a/gnome-base/libgnomecanvas/ChangeLog b/gnome-base/libgnomecanvas/ChangeLog index 24b4fe2e3b8b..852c53d51e9e 100644 --- a/gnome-base/libgnomecanvas/ChangeLog +++ b/gnome-base/libgnomecanvas/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/libgnomecanvas # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/ChangeLog,v 1.7 2002/09/06 03:28:27 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/ChangeLog,v 1.8 2002/10/27 14:42:12 foser Exp $ + +*libgnomecanvas-2.1.0 (27 Oct 2002) + + 27 Oct 2002; foser <foser@gentoo.org> libgnomecanvase-2.1.0.ebuild : + Gnome 2.1 commit *libgnomecanvas-2.0.4 (06 Sep 2002) 06 Sep 2002 ; Spider <spider@gentoo.org> libgnomecanvas-2.0.4.ebuild : diff --git a/gnome-base/libgnomecanvas/files/digest-libgnomecanvas-2.1.0 b/gnome-base/libgnomecanvas/files/digest-libgnomecanvas-2.1.0 new file mode 100644 index 000000000000..b59a569aa05c --- /dev/null +++ b/gnome-base/libgnomecanvas/files/digest-libgnomecanvas-2.1.0 @@ -0,0 +1 @@ +MD5 03a10a5ae9d49d39d7d579323281c6bb libgnomecanvas-2.1.0.tar.bz2 382175 diff --git a/gnome-base/libgnomecanvas/libgnomecanvas-2.1.0.ebuild b/gnome-base/libgnomecanvas/libgnomecanvas-2.1.0.ebuild new file mode 100644 index 000000000000..fb51f3687eb8 --- /dev/null +++ b/gnome-base/libgnomecanvas/libgnomecanvas-2.1.0.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/libgnomecanvas/libgnomecanvas-2.1.0.ebuild,v 1.1 2002/10/27 14:42:12 foser Exp $ + +IUSE="doc" + +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="the Gnome 2 Canvas library" +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +KEYWORDS="x86 ppc sparc sparc64 alpha" +LICENSE="GPL-2 LGPL-2.1" + + +RDEPEND=">=gnome-base/libglade-2.0.1 + >=x11-libs/gtk+-2.1 + >=dev-libs/glib-2.0.6 + >=x11-libs/pango-1.1 + >=media-libs/libart_lgpl-2.3.10 + >=dev-libs/libxslt-1.0.21 + >=media-libs/freetype-2.0.9 + >=sys-devel/gettext-0.10.40 + >=sys-devel/perl-5.6.1 + >=sys-apps/gawk-3.1.0 + >=sys-devel/bison-1.28-r3" + + +DEPEND=">=dev-util/pkgconfig-0.12.0 + doc? ( >=dev-util/gtk-doc-0.9-r2 ) + ${RDEPEND}" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" + + + + + diff --git a/gnome-base/libgnomeui/ChangeLog b/gnome-base/libgnomeui/ChangeLog index b931ebecb347..e4ec866cb569 100644 --- a/gnome-base/libgnomeui/ChangeLog +++ b/gnome-base/libgnomeui/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for gnome-base/libgnomeui # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v 1.9 2002/09/06 03:25:39 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v 1.10 2002/10/27 14:42:12 foser Exp $ +*libgnomeui-2.1.1 (27 Oct 2002) + + 27 Oct 2002; foser <foser@gentoo.org> libgnomeui-2.1.1.ebuild : + Gnome 2.1 commit *libgnomeui-2.0.5 (06 Sep 2002) 06 Sep 2002; Spider <spider@gentoo.org> libgnomeui-2.0.5.ebuild : diff --git a/gnome-base/libgnomeui/files/digest-libgnomeui-2.1.1 b/gnome-base/libgnomeui/files/digest-libgnomeui-2.1.1 new file mode 100644 index 000000000000..451659095c6b --- /dev/null +++ b/gnome-base/libgnomeui/files/digest-libgnomeui-2.1.1 @@ -0,0 +1 @@ +MD5 bd69cd4cc081ea0355eae2a8b46b6771 libgnomeui-2.1.1.tar.bz2 852668 diff --git a/gnome-base/libgnomeui/libgnomeui-2.1.1.ebuild b/gnome-base/libgnomeui/libgnomeui-2.1.1.ebuild new file mode 100644 index 000000000000..289a6ed57313 --- /dev/null +++ b/gnome-base/libgnomeui/libgnomeui-2.1.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.1.1.ebuild,v 1.1 2002/10/27 14:42:12 foser Exp $ + +IUSE="doc" + +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="User interface part of libgnome" +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +KEYWORDS="x86 ppc sparc sparc64 alpha" +LICENSE="GPL-2 LGPL-2.1" + +RDEPEND="=x11-libs/gtk+-2.1* + >=sys-devel/perl-5.0.0 + >=sys-apps/gawk-3.1.0 + >=dev-libs/popt-1.6.0 + >=sys-devel/bison-1.28 + >=sys-devel/gettext-0.10.40 + >=media-sound/esound-0.2.29 + >=media-libs/audiofile-0.2.3 + >=gnome-base/libbonoboui-2.0 + >=gnome-base/gconf-1.2.1 + =gnome-base/libgnome-2.1* + =gnome-base/libgnomecanvas-2.1*" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + doc? ( >=dev-util/gtk-doc-0.9-r2 )" +DOCS="AUTHORS COPYING.LIB INSTALL NEWS README" + + + diff --git a/gnome-base/librsvg/ChangeLog b/gnome-base/librsvg/ChangeLog index c7450c7f683d..e4d5250b3bb7 100644 --- a/gnome-base/librsvg/ChangeLog +++ b/gnome-base/librsvg/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for gnome-base/librsvg # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.6 2002/07/26 17:16:32 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.7 2002/10/27 14:42:12 foser Exp $ +*librsvg-2.1.1 (27 Oct 2002) + + 27 Oct 2002; foser <foser@gentoo.org> librsvg-2.1.1.ebuild : + Gnome 2.1 commit *librsvg-2.0.1 (25 Jul 2002) 26 Jul 2002; Spider <spider@gentoo.org> librsvg-2.0.1.ebuild : diff --git a/gnome-base/librsvg/files/digest-librsvg-2.1.1 b/gnome-base/librsvg/files/digest-librsvg-2.1.1 new file mode 100644 index 000000000000..87042af6d1b2 --- /dev/null +++ b/gnome-base/librsvg/files/digest-librsvg-2.1.1 @@ -0,0 +1 @@ +MD5 fff15d3fbeb0d15bcd4720cf6b7e0307 librsvg-2.1.1.tar.bz2 192784 diff --git a/gnome-base/librsvg/librsvg-2.1.1.ebuild b/gnome-base/librsvg/librsvg-2.1.1.ebuild new file mode 100644 index 000000000000..18c451aaefa7 --- /dev/null +++ b/gnome-base/librsvg/librsvg-2.1.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.1.1.ebuild,v 1.1 2002/10/27 14:42:12 foser Exp $ + +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="rendering svg library" +HOMEPAGE="http://www.gnome.org/" +SLOT="2" +KEYWORDS="x86 ppc sparc sparc64 alpha" +LICENSE="GPL-2 LGPL-2.1" + +RDEPEND=">=dev-libs/glib-2.0.4 + =x11-libs/gtk+-2.1* + >=media-libs/libart_lgpl-2.3.10 + >=dev-libs/libxml2-2.4.25 + =x11-libs/pango-1.1*" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" + +G2CONF="${G2CONF} --enable-platform-gnome-2" + +DOCS="AUTHORS ChangeLog COPYIN* README INSTALL NEWS TODO" + + diff --git a/gnome-base/nautilus/ChangeLog b/gnome-base/nautilus/ChangeLog index 0a83bca6c550..3fd16f479a88 100644 --- a/gnome-base/nautilus/ChangeLog +++ b/gnome-base/nautilus/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/nautilus # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.28 2002/09/14 22:57:44 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.29 2002/10/27 14:42:12 foser Exp $ + +*nautilus-2.1.1 (27 Oct 2002) + + 27 Oct 2002; foser <foser@gentoo.org> nautilus-2.1.1.ebuild : + Gnome 2.1 commit *nautilus-2.0.7 (14 Sep 2002) 14 Sep 2002; Spider <spider@gentoo.org> nautilus-2.0.7.ebuild : diff --git a/gnome-base/nautilus/files/digest-nautilus-2.1.1 b/gnome-base/nautilus/files/digest-nautilus-2.1.1 new file mode 100644 index 000000000000..85c3d80a8e5d --- /dev/null +++ b/gnome-base/nautilus/files/digest-nautilus-2.1.1 @@ -0,0 +1 @@ +MD5 74c845fe31bc76b8a5dbb44d668ff74a nautilus-2.1.1.tar.bz2 4158606 diff --git a/gnome-base/nautilus/nautilus-2.1.1.ebuild b/gnome-base/nautilus/nautilus-2.1.1.ebuild new file mode 100644 index 000000000000..56bf6eb3b951 --- /dev/null +++ b/gnome-base/nautilus/nautilus-2.1.1.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/nautilus/nautilus-2.1.1.ebuild,v 1.1 2002/10/27 14:42:12 foser Exp $ + +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="A filemanager for the Gnome2 desktop" +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +LICENSE="GPL-2 LGPL-2.1 FDL-1.1" +KEYWORDS="x86 ppc sparc sparc64 alpha" + +RDEPEND="app-admin/fam-oss + >=dev-libs/glib-2.0.6-r1 + >=gnome-base/gconf-1.2.1 + =x11-libs/gtk+-2.1* + >=dev-libs/libxml2-2.4.25 + >=gnome-base/gnome-vfs-2.0.4 + >=media-sound/esound-0.2.29 + =gnome-base/bonobo-activation-2.1* + =gnome-base/eel-2.1* + =gnome-base/gail-1.1* + =gnome-base/libgnome-2.1* + =gnome-base/libgnomeui-2.1* + =gnome-base/gnome-desktop-2.1* + >=media-libs/libart_lgpl-2.3.10 + >=gnome-base/libbonobo-2.0.0 + >=gnome-base/libbonoboui-2.0 + =gnome-base/libgnomecanvas-2.1* + =gnome-base/librsvg-2.1* + >=app-text/scrollkeeper-0.3.11 + =gnome-extra/gnome-utils-2.1*" + +DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" + + +G2CONF="${G2CONF} --enable-platform-gnome-2 --enable-gdialog=yes" +DOCS="AUTHORS COPYIN* ChangeLo* HACKING INSTALL MAINTAINERS NEWS README THANKS TODO" |