diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-01-31 01:40:23 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-01-31 01:40:23 +0000 |
commit | cc08543575a6b320f3c2be460f60962dc533fab0 (patch) | |
tree | c0c84a544e9c65f214231209877f055b1e026bd6 /gnome-base | |
parent | part of gnome2.2 rc2 mask (diff) | |
download | gentoo-2-cc08543575a6b320f3c2be460f60962dc533fab0.tar.gz gentoo-2-cc08543575a6b320f3c2be460f60962dc533fab0.tar.bz2 gentoo-2-cc08543575a6b320f3c2be460f60962dc533fab0.zip |
gnome2.2 rc2 commit
Diffstat (limited to 'gnome-base')
64 files changed, 866 insertions, 36 deletions
diff --git a/gnome-base/ORBit2/ChangeLog b/gnome-base/ORBit2/ChangeLog index f17387162cc0..d899b485a61a 100644 --- a/gnome-base/ORBit2/ChangeLog +++ b/gnome-base/ORBit2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/ORBit2 # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ChangeLog,v 1.13 2002/12/17 19:54:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ChangeLog,v 1.14 2003/01/31 01:40:23 foser Exp $ + +*ORBit2-2.5.1 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> ORBit-2.5.1.ebuild : + GNOME 2.2 rc1 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-base/ORBit2/ORBit2-2.5.1.ebuild b/gnome-base/ORBit2/ORBit2-2.5.1.ebuild new file mode 100644 index 000000000000..4fb0081f603c --- /dev/null +++ b/gnome-base/ORBit2/ORBit2-2.5.1.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.1.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +inherit gnome2 + +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.14" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +DOCS="AUTHORS ChangeLog COPYING* README* HACKING INSTALL NEWS TODO MAINTAINERS" diff --git a/gnome-base/ORBit2/files/digest-ORBit2-2.5.1 b/gnome-base/ORBit2/files/digest-ORBit2-2.5.1 new file mode 100644 index 000000000000..1d36f5285332 --- /dev/null +++ b/gnome-base/ORBit2/files/digest-ORBit2-2.5.1 @@ -0,0 +1 @@ +MD5 3b7685e53866e6031dfaf860aa39e0d6 ORBit2-2.5.1.tar.bz2 432528 diff --git a/gnome-base/bonobo-activation/ChangeLog b/gnome-base/bonobo-activation/ChangeLog index cc669f4ed89b..f09ca9758dac 100644 --- a/gnome-base/bonobo-activation/ChangeLog +++ b/gnome-base/bonobo-activation/ChangeLog @@ -1,9 +1,13 @@ # 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.13 2002/12/13 10:56:53 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo-activation/ChangeLog,v 1.14 2003/01/31 01:40:23 foser Exp $ + +*bonobo-activation-2.2.0 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> bonobo-activation-2.2.0.ebuild : + GNOME 2.2 rc2 commit 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - *bonobo-activation-1.0.4 (28 Nov 2002) 28 Nov 2002; Spider <spider@gentoo.org> bonobo-activation-1.0.4.ebuild : diff --git a/gnome-base/bonobo-activation/bonobo-activation-2.2.0.ebuild b/gnome-base/bonobo-activation/bonobo-activation-2.2.0.ebuild new file mode 100644 index 000000000000..db17949a822e --- /dev/null +++ b/gnome-base/bonobo-activation/bonobo-activation-2.2.0.ebuild @@ -0,0 +1,30 @@ +# 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.2.0.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +IUSE="doc" + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="Gnome2 replacement for OAF" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~x86 ~ppc" + +RDEPEND=">=dev-libs/glib-2.0.1 + >=dev-libs/libxml2-2.4.20 + >=dev-libs/popt-1.5 + >=gnome-base/ORBit2-2.4 + >=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" diff --git a/gnome-base/bonobo-activation/files/digest-bonobo-activation-2.2.0 b/gnome-base/bonobo-activation/files/digest-bonobo-activation-2.2.0 new file mode 100644 index 000000000000..4bc59ddda280 --- /dev/null +++ b/gnome-base/bonobo-activation/files/digest-bonobo-activation-2.2.0 @@ -0,0 +1 @@ +MD5 d2b1478cd2b38b4f1fbbbcf03009aca1 bonobo-activation-2.2.0.tar.bz2 425821 diff --git a/gnome-base/control-center/ChangeLog b/gnome-base/control-center/ChangeLog index 176d434eebb1..ca4c39b858d0 100644 --- a/gnome-base/control-center/ChangeLog +++ b/gnome-base/control-center/ChangeLog @@ -1,6 +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.23 2003/01/03 17:51:26 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/ChangeLog,v 1.24 2003/01/31 01:40:23 foser Exp $ + +*control-center-2.2.0 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> control-center-2.2.0.ebuild : + GNOME 2.2 rc2 commit 16 Dec 2002; Aron Griffis <agriffis@gentoo.org> control-center-1.4.0.5-r1.ebuild : Added ~alpha to KEYWORDS diff --git a/gnome-base/control-center/control-center-2.2.0.ebuild b/gnome-base/control-center/control-center-2.2.0.ebuild new file mode 100644 index 000000000000..cf1305f8490d --- /dev/null +++ b/gnome-base/control-center/control-center-2.2.0.ebuild @@ -0,0 +1,31 @@ +# 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.2.0.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="the gnome2 Desktop configuration tool" +HOMEPAGE="http://www.gnome.org/" +SLOT="2" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +RDEPEND=">=x11-libs/gtk+-2.2 + >=gnome-base/gconf-1.2 + >=gnome-base/libgnomeui-2 + >=gnome-base/libglade-2 + >=gnome-base/libbonobo-2 + >=gnome-base/libbonoboui-2 + >=gnome-base/gnome-vfs-2 + >=gnome-base/gnome-desktop-2 + >=gnome-base/libgnomeui-2 + dev-libs/libxml2 + media-sound/esound + >=x11-wm/metacity-2.4.5" + +DEPEND="${RDEPEND} + >=app-text/scrollkeeper-0.3.11 + >=dev-util/pkgconfig-0.12.0" + +DOCS="AUTHORS ChangeLog COPYING README TODO INSTALL NEWS" diff --git a/gnome-base/control-center/files/digest-control-center-2.2.0 b/gnome-base/control-center/files/digest-control-center-2.2.0 new file mode 100644 index 000000000000..c54d8b760660 --- /dev/null +++ b/gnome-base/control-center/files/digest-control-center-2.2.0 @@ -0,0 +1 @@ +MD5 f877c41bc3ad3e3a8823564f95c3b17e control-center-2.2.0.tar.bz2 1406758 diff --git a/gnome-base/eel/ChangeLog b/gnome-base/eel/ChangeLog index ce4ee3ef737f..df0e4c55b23e 100644 --- a/gnome-base/eel/ChangeLog +++ b/gnome-base/eel/ChangeLog @@ -1,6 +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.25 2002/12/13 10:56:53 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/eel/ChangeLog,v 1.26 2003/01/31 01:40:23 foser Exp $ + +*eel-2.2.0.2 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> eel-2.2.0.2.ebuild : + GNOME 2.2 rc2 commit 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-base/eel/eel-2.2.0.2.ebuild b/gnome-base/eel/eel-2.2.0.2.ebuild new file mode 100644 index 000000000000..d9f6652e4080 --- /dev/null +++ b/gnome-base/eel/eel-2.2.0.2.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/eel/eel-2.2.0.2.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +inherit gnome2 + +IUSE="" +S=${WORKDIR}/${P} +DESCRIPTION="EEL is the Eazel Extentions Library" +HOMEPAGE="http://www.gnome.org/" +SLOT="2" +LICENSE="GPL-2 LGPL-2" +KEYWORDS="~x86 ~ppc" + +RDEPEND=">=dev-libs/glib-2 + >=gnome-base/gconf-1.2 + >=x11-libs/gtk+-2.1 + >=media-libs/libart_lgpl-2.3.8 + >=dev-libs/libxml2-2.4.7 + >=gnome-base/gnome-vfs-2 + >=dev-libs/popt-1.5 + >=gnome-base/libglade-2 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2 + >=gnome-base/gail-0.16" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" + +LIBTOOL_FIX="1" + +DOCS="AUTHORS ChangeLog COPYING* HACKING THANKS README INSTALL NEWS TODO MAINTAINERS" diff --git a/gnome-base/eel/files/digest-eel-2.2.0.2 b/gnome-base/eel/files/digest-eel-2.2.0.2 new file mode 100644 index 000000000000..8c302dd96797 --- /dev/null +++ b/gnome-base/eel/files/digest-eel-2.2.0.2 @@ -0,0 +1 @@ +MD5 5145fc6b81b55647d3dd056da77a46c0 eel-2.2.0.2.tar.bz2 469845 diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index a22aaecfc48e..124677540b1c 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gconf # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.26 2002/12/16 22:48:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.27 2003/01/31 01:40:23 foser Exp $ + +*gconf-2.2.0 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> gconf-2.2.0.ebuild : + GNOME 2.2 rc2 commit 16 Dec 2002; Aron Griffis <agriffis@gentoo.org> gconf-1.0.8-r4.ebuild : Added ~alpha to KEYWORDS diff --git a/gnome-base/gconf/files/digest-gconf-2.2.0 b/gnome-base/gconf/files/digest-gconf-2.2.0 new file mode 100644 index 000000000000..fcce97c00d1e --- /dev/null +++ b/gnome-base/gconf/files/digest-gconf-2.2.0 @@ -0,0 +1 @@ +MD5 07ed2f6c583d5664cd728787cf59219b GConf-2.2.0.tar.bz2 1049910 diff --git a/gnome-base/gconf/gconf-2.2.0.ebuild b/gnome-base/gconf/gconf-2.2.0.ebuild new file mode 100644 index 000000000000..7c29eb85771a --- /dev/null +++ b/gnome-base/gconf/gconf-2.2.0.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.2.0.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +IUSE="doc" + +PN=GConf +P=${PN}-${PV} + +inherit gnome2 + +S=${WORKDIR}/${P} + +DESCRIPTION="Gnome Configuration System and Daemon" +HOMEPAGE="http://www.gnome.org/" +LICENSE="LGPL-2" + +SLOT="2" +KEYWORDS="~x86 ~ppc" + +RDEPEND=">=dev-libs/glib-2.0.1 + >=gnome-base/ORBit2-2.4 + >=dev-libs/libxml2-2.4.17 + >=net-libs/linc-0.5 + >=x11-libs/gtk+-2" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + doc? ( dev-util/gtk-doc )" + +LIBTOOL_FIX="1" + +kill_gconf () { + # this function will kill all running gconfd that could be causing troubles + if [ -x /usr/bin/gconftool ] + then + /usr/bin/gconftool --shutdown + fi + if [ -x /usr/bin/gconftool-1 ] + then + /usr/bin/gconftool-1 --shutdown + fi + + # and for gconf 2 + if [ -x /usr/bin/gconftool-2 ] + then + /usr/bin/gconftool-2 --shutdown + fi +} + +pkg_setup () { + kill_gconf +} + +pkg_preinst () { + kill_gconf + # hack hack + dodir /etc/gconf/gconf.xml.mandatory + dodir /etc/gconf/gconf.xml.defaults + touch ${D}/etc/gconf/gconf.xml.mandatory/.keep + touch ${D}/etc/gconf/gconf.xml.defaults/.keep + + dodir /etc/env.d + echo 'CONFIG_PROTECT_MASK="/etc/gconf"' >${D}/etc/env.d/50gconf + + dodir /root/.gconfd +} + +pkg_postinst () { + kill_gconf + gnome2_pkg_postinst + + #change the permissions to avoid some gconf bugs + einfo "changing permissions for gconf dirs" + find /etc/gconf/ -type d -exec chmod ugo+rx "{}" \; + einfo "changing permissions for gconf files" + find /etc/gconf/ -type f -exec chmod ugo+r "{}" \; + +} + +DOCS="ABOUT-NLS AUTHORS ChangeLog COPYING README INSTALL NEWS TODO" diff --git a/gnome-base/gnome-applets/ChangeLog b/gnome-base/gnome-applets/ChangeLog index 14eb0faad3d1..a8572cd66d6c 100644 --- a/gnome-base/gnome-applets/ChangeLog +++ b/gnome-base/gnome-applets/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gnome-applets # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.22 2002/12/13 10:56:53 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.23 2003/01/31 01:40:23 foser Exp $ + +*gnome-applets-2.2.0 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> gnome-applets-2.2.0.ebuild : + GNOME 2.2 rc2 commit 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-base/gnome-applets/files/digest-gnome-applets-2.2.0 b/gnome-base/gnome-applets/files/digest-gnome-applets-2.2.0 new file mode 100644 index 000000000000..e698086d680e --- /dev/null +++ b/gnome-base/gnome-applets/files/digest-gnome-applets-2.2.0 @@ -0,0 +1 @@ +MD5 2c5650d11253fd5c4716c96f688729f7 gnome-applets-2.2.0.tar.bz2 1971390 diff --git a/gnome-base/gnome-applets/gnome-applets-2.2.0.ebuild b/gnome-base/gnome-applets/gnome-applets-2.2.0.ebuild new file mode 100644 index 000000000000..f69610c6338d --- /dev/null +++ b/gnome-base/gnome-applets/gnome-applets-2.2.0.ebuild @@ -0,0 +1,80 @@ +# 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-applets/gnome-applets-2.2.0.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +IUSE="doc" + +inherit libtool gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="Applets for the Gnome2 Desktop and Panel" +HOMEPAGE="http://www.gnome.org/" +SLOT="2" +LICENSE="GPL-2 FDL-1.1" +KEYWORDS="~x86 ~ppc" + +RDEPEND=">=x11-libs/gtk+-2.1 + >=x11-libs/libwnck-0.13 + >=gnome-base/gail-0.13 + >=gnome-base/gconf-1.2.1 + >=gnome-base/gnome-vfs-2 + >=gnome-base/libgtop-2 + >=gnome-base/gnome-panel-2 + >=gnome-base/libglade-2 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2" + +DEPEND=">=dev-util/pkgconfig-0.12.0 + >=app-text/scrollkeeper-0.3.11 + doc? ( dev-util/gtk-doc ) + ${DEPEND}" + +src_compile() { + elibtoolize + ./configure --host=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --disable-install-schemas \ + --enable-platform-gnome-2 \ + --enable-panelmenu=yes || die + make || die +} + +src_install() { + export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" + make prefix=${D}/usr \ + sysconfdir=${D}/etc \ + infodir=${D}/usr/share/info \ + mandir=${D}/usr/share/man \ + localstatedir=${D}/var \ + install || die + unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL + + dodoc AUTHORS ChangeLog COPYING* README* INSTALL NEWS message-of-doom + docinto battstat + dodoc battstat/AUTHORS battstat/ChangeLog battstat/README battstat/TODO + docinto cdplayer + dodoc cdplayer/ChangeLog + docinto charpic + dodoc charpic/ChangeLog + docinto drivemount + dodoc drivemount/AUTHORS drivemount/ChangeLog + docinto geyes + dodoc geyes/AUTHORS geyes/ChangeLog geyes/NEWS geyes/README* + docinto gkb-new + dodoc gkb-new/AUTHORS gkb-new/ChangeLog gkb-new/README gkb-new/TODO + docinto gtik + dodoc gtik/AUTHORS gtik/README gtik/ChangeLog gtik/NEWS + docinto gweather + dodoc gweather/AUTHORS gweather/ChangeLog gweather/NEWS gweather/README gweather/TODO + docinto mini-commander + dodoc mini-commander/AUTHORS mini-commander/ChangeLog mini-commander/NEWS mini-commander/README mini-commander/TODO + docinto mixer + dodoc mixer/AUTHORS mixer/ChangeLog + docinto modemlights + dodoc modemlights/AUTHORS modemlights/ChangeLog modemlights/TODO + docinto multiload + dodoc multiload/AUTHORS multiload/ChangeLog +} diff --git a/gnome-base/gnome-desktop/ChangeLog b/gnome-base/gnome-desktop/ChangeLog index d6c912552439..700bca757184 100644 --- a/gnome-base/gnome-desktop/ChangeLog +++ b/gnome-base/gnome-desktop/ChangeLog @@ -1,9 +1,13 @@ # 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.18 2002/12/13 10:56:53 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-desktop/ChangeLog,v 1.19 2003/01/31 01:40:23 foser Exp $ + +*gnome-desktop-2.2.0 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> gnome-desktop-2.2.0.ebuild : + GNOME 2.2 rc2 commit 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - *gnome-desktop-2.0.10 (16 Nov 2002) diff --git a/gnome-base/gnome-desktop/files/digest-gnome-desktop-2.2.0 b/gnome-base/gnome-desktop/files/digest-gnome-desktop-2.2.0 new file mode 100644 index 000000000000..eb4365f8f8e4 --- /dev/null +++ b/gnome-base/gnome-desktop/files/digest-gnome-desktop-2.2.0 @@ -0,0 +1 @@ +MD5 e6ddcb2fb4baca2c68c945cfd8e7a5fb gnome-desktop-2.2.0.tar.bz2 1047385 diff --git a/gnome-base/gnome-desktop/gnome-desktop-2.2.0.ebuild b/gnome-base/gnome-desktop/gnome-desktop-2.2.0.ebuild new file mode 100644 index 000000000000..2b3bff19b139 --- /dev/null +++ b/gnome-base/gnome-desktop/gnome-desktop-2.2.0.ebuild @@ -0,0 +1,26 @@ +# 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.2.0.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +inherit gnome2 + +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" +LICENSE="GPL-2 FDL-1.1 LGPL-2" + +RDEPEND=">=x11-libs/gtk+-2.1 + >=gnome-base/libgnomeui-2.1 + >=gnome-base/libgnomecanvas-2 + >=gnome-base/gnome-vfs-2 + >=x11-libs/startup-notification-0.5 + !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 30180fd481d3..f99df83c61f3 100644 --- a/gnome-base/gnome-panel/ChangeLog +++ b/gnome-base/gnome-panel/ChangeLog @@ -1,11 +1,15 @@ # 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.31 2003/01/07 20:53:05 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.32 2003/01/31 01:40:23 foser Exp $ + +*gnome-panel-2.2.0 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> gnome-panel-2.2.0.ebuild : + GNOME 2.2 rc2 commit 07 Jan 2003; Spider <spider@gentoo.org> gnome-panel-1.4.2-r1.ebuild : marked as stable on x86 - 16 Dec 2002; Aron Griffis <agriffis@gentoo.org> gnome-panel-1.4.2-r1.ebuild : Added ~alpha to KEYWORDS diff --git a/gnome-base/gnome-panel/files/digest-gnome-panel-2.2.0 b/gnome-base/gnome-panel/files/digest-gnome-panel-2.2.0 new file mode 100644 index 000000000000..75eac83eb3be --- /dev/null +++ b/gnome-base/gnome-panel/files/digest-gnome-panel-2.2.0 @@ -0,0 +1 @@ +MD5 49adb468345073b509aa829972d544fc gnome-panel-2.2.0.tar.bz2 1729809 diff --git a/gnome-base/gnome-panel/gnome-panel-2.2.0.ebuild b/gnome-base/gnome-panel/gnome-panel-2.2.0.ebuild new file mode 100644 index 000000000000..834ceb3556c3 --- /dev/null +++ b/gnome-base/gnome-panel/gnome-panel-2.2.0.ebuild @@ -0,0 +1,37 @@ +# 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.2.0.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="The Panel for Gnome2" +HOMEPAGE="http://www.gnome.org/" + +SLOT="0" +LICENSE="GPL-2 FDL-1.1 LGPL-2" +KEYWORDS="~x86 ~ppc" + +IUSE="doc" +MAKEOPTS="-j1" + +RDEPEND=">=x11-libs/gtk+-2.1 + >=x11-libs/libwnck-2.1.5 + >=gnome-base/ORBit2-2.4 + >=gnome-base/bonobo-activation-2 + >=gnome-base/gnome-vfs-2.1.3 + >=gnome-base/gnome-desktop-2.1.4 + >=gnome-base/libbonoboui-2.1.1 + >=gnome-base/libglade-2 + >=gnome-base/libgnome-2.1.1 + >=gnome-base/libgnomeui-2.1 + !gnome-extra/system-tray-applet" + +DEPEND="${RDEPEND} + >=gnome-base/gconf-1.2.1 + >=app-text/scrollkeeper-0.3.11 + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.21 + doc? ( >=dev-util/gtk-doc-0.9 )" + +DOCS="AUTHORS COPYING* ChangeLog HACKING INSTALL NEWS README" diff --git a/gnome-base/gnome-session/ChangeLog b/gnome-base/gnome-session/ChangeLog index 3b4a878973b3..e095d0251a58 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.21 2002/12/13 10:56:53 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.22 2003/01/31 01:40:23 foser Exp $ + +*gnome-session-2.2.0.1 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> gnome-session-2.2.0.1.ebuild : + GNOME 2.2 rc2 commit 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-base/gnome-session/files/digest-gnome-session-2.2.0.1 b/gnome-base/gnome-session/files/digest-gnome-session-2.2.0.1 new file mode 100644 index 000000000000..17c5d17ac318 --- /dev/null +++ b/gnome-base/gnome-session/files/digest-gnome-session-2.2.0.1 @@ -0,0 +1 @@ +MD5 22c8dbb3574787458a64118394ec53af gnome-session-2.2.0.1.tar.bz2 728437 diff --git a/gnome-base/gnome-session/gnome-session-2.2.0.1.ebuild b/gnome-base/gnome-session/gnome-session-2.2.0.1.ebuild new file mode 100644 index 000000000000..3b532c689f77 --- /dev/null +++ b/gnome-base/gnome-session/gnome-session-2.2.0.1.ebuild @@ -0,0 +1,36 @@ +# 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.2.0.1.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="the Gnome2 session manager" +HOMEPAGE="http://www.gnome.org/" + +SLOT="0" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2 LGPL-2 FDL-1.1" + +RDEPEND=">=x11-libs/gtk+-2.1 + >=media-sound/esound-0.2.26 + >=gnome-base/libgnomeui-2 + >=sys-devel/gettext-0.10.40 + >=sys-apps/tcp-wrappers-7.6" + +DEPEND="${RDEPEND} + >=gnome-base/gconf-1.2.1 + >=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 COPYING* 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-vfs/ChangeLog b/gnome-base/gnome-vfs/ChangeLog index f8321bf503ce..b5125fb91dbd 100644 --- a/gnome-base/gnome-vfs/ChangeLog +++ b/gnome-base/gnome-vfs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/gnome-vfs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.35 2003/01/08 22:28:35 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.36 2003/01/31 01:40:23 foser Exp $ + +*gnome-vfs-2.2.0 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> gnome-vfs-2.2.0.ebuild : + GNOME 2.2 rc2 commit + added ogg detection patch 09 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gnome-vfs-1.0.5-r3.ebuild : Mark stable, as evo-1.2.1 are unmasked ... diff --git a/gnome-base/gnome-vfs/files/digest-gnome-vfs-2.2.0 b/gnome-base/gnome-vfs/files/digest-gnome-vfs-2.2.0 new file mode 100644 index 000000000000..c109c7eb7f70 --- /dev/null +++ b/gnome-base/gnome-vfs/files/digest-gnome-vfs-2.2.0 @@ -0,0 +1 @@ +MD5 da9caa0a7d2793b99b13fd3ba7ba1391 gnome-vfs-2.2.0.tar.bz2 968448 diff --git a/gnome-base/gnome-vfs/files/gnome-vfs-2-oggdetect.diff b/gnome-base/gnome-vfs/files/gnome-vfs-2-oggdetect.diff new file mode 100644 index 000000000000..3f852154abf5 --- /dev/null +++ b/gnome-base/gnome-vfs/files/gnome-vfs-2-oggdetect.diff @@ -0,0 +1,21 @@ +Index: libgnomevfs/gnome-vfs-mime-magic.c +=================================================================== +RCS file: /cvs/gnome/gnome-vfs/libgnomevfs/gnome-vfs-mime-magic.c,v +retrieving revision 1.43 +diff -u -r1.43 gnome-vfs-mime-magic.c +--- libgnomevfs/gnome-vfs-mime-magic.c 19 Dec 2002 17:57:19 -0000 1.43 ++++ libgnomevfs/gnome-vfs-mime-magic.c 20 Jan 2003 12:57:20 -0000 +@@ -855,6 +855,13 @@ + && (sniff_buffer->buffer[7] < 0x80u) + && (sniff_buffer->buffer[8] < 0x80u) + && (sniff_buffer->buffer[9] < 0x80u)) { ++ /* checks for existance of vorbis identification header */ ++ for (offset=10; offset < GNOME_VFS_MP3_SNIFF_LENGTH-7; offset++) { ++ if (strncmp ((char *) &sniff_buffer->buffer[offset], ++ "\x01vorbis", 7) == 0) { ++ return FALSE; ++ } ++ } + return TRUE; + } + diff --git a/gnome-base/gnome-vfs/gnome-vfs-2.0.4.1.ebuild b/gnome-base/gnome-vfs/gnome-vfs-2.0.4.1.ebuild index 2cede501562e..3f33063fd5f8 100644 --- a/gnome-base/gnome-vfs/gnome-vfs-2.0.4.1.ebuild +++ b/gnome-base/gnome-vfs/gnome-vfs-2.0.4.1.ebuild @@ -1,10 +1,10 @@ # 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-vfs/gnome-vfs-2.0.4.1.ebuild,v 1.6 2002/12/24 20:41:36 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.0.4.1.ebuild,v 1.7 2003/01/31 01:40:23 foser Exp $ IUSE="doc" -inherit gnome2 +inherit gnome2 libtool S=${WORKDIR}/${P} DESCRIPTION="Gnome Virtual Filesystem" @@ -31,6 +31,8 @@ DEPEND="${RDEPEND} DOCS="AUTHORS COPYING* ChangeLog HACKING INSTALL NEWS README TODO" src_compile() { + elibtoolize + gnome2_src_compile DESTDIR=${D} } diff --git a/gnome-base/gnome-vfs/gnome-vfs-2.2.0.ebuild b/gnome-base/gnome-vfs/gnome-vfs-2.2.0.ebuild new file mode 100644 index 000000000000..edb14b29e8f7 --- /dev/null +++ b/gnome-base/gnome-vfs/gnome-vfs-2.2.0.ebuild @@ -0,0 +1,57 @@ +# 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-vfs/gnome-vfs-2.2.0.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +IUSE="doc ssl" + +inherit gnome2 eutils + +S=${WORKDIR}/${P} +DESCRIPTION="Gnome Virtual Filesystem" +HOMEPAGE="http://www.gnome.org/" +SLOT="2" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2 LGPL-2.1" + +RDEPEND=">=dev-libs/glib-2 + >=gnome-base/gconf-1.2.1 + >=gnome-base/ORBit2-2.4 + >=gnome-base/libbonobo-2 + >=gnome-base/bonobo-activation-1 + >=dev-libs/libxml2-2.2.8 + >=sys-devel/gettext-0.10.40 + app-admin/fam-oss + ssl? ( >=dev-libs/openssl-0.9.5 )" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.22 + >=dev-util/pkgconfig-0.12.0 + doc? ( >=dev-util/gtk-doc-0.9 )" + +DOCS="AUTHORS COPYING* ChangeLog HACKING INSTALL NEWS README TODO" + +src_unpack() { + unpack ${A} + + # fixes oggs with id3 tags detection + cd ${S} + epatch ${FILESDIR}/${PN}-2-oggdetect.diff +} + +src_compile() { + gnome2_src_compile DESTDIR=${D} +} + +src_install() { + gnome2_src_install + # FIXME: there are bettere ways + echo "trash: libvfolder-desktop.so">>${D}/etc/gnome-vfs-2.0/modules/default-modules.conf +} + +pkg_preinst () { + ## this check is there because gnome-vfs still adheres the file, though it doesn't need it. backwards compliance isnt always good + REMOVE="${ROOT}/etc/gnome-vfs-2.0/vfolders/applications.vfolder-info" + if [ -f ${REMOVE} ] ; then + rm -f ${REMOVE} + fi +} diff --git a/gnome-base/libbonobo/ChangeLog b/gnome-base/libbonobo/ChangeLog index 3ea6170f0517..5c65f54c208a 100644 --- a/gnome-base/libbonobo/ChangeLog +++ b/gnome-base/libbonobo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/libbonobo # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/ChangeLog,v 1.13 2002/12/13 10:56:53 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/ChangeLog,v 1.14 2003/01/31 01:40:23 foser Exp $ + +*libbonobo-2.2.0 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> libbonobo-2.2.0.ebuild : + GNOME 2.2 rc2 commit 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-base/libbonobo/files/digest-libbonobo-2.2.0 b/gnome-base/libbonobo/files/digest-libbonobo-2.2.0 new file mode 100644 index 000000000000..f693a6a19b6e --- /dev/null +++ b/gnome-base/libbonobo/files/digest-libbonobo-2.2.0 @@ -0,0 +1 @@ +MD5 4a17e033d67fa9ed353108a95670794b libbonobo-2.2.0.tar.bz2 754714 diff --git a/gnome-base/libbonobo/libbonobo-2.2.0.ebuild b/gnome-base/libbonobo/libbonobo-2.2.0.ebuild new file mode 100644 index 000000000000..cfe8e36efe3b --- /dev/null +++ b/gnome-base/libbonobo/libbonobo-2.2.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/libbonobo/libbonobo-2.2.0.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +IUSE="doc" + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="a CORBA framework " +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +KEYWORDS="~x86 ~ppc" +LICENSE="LGPL-2.1 GPL-2" + +RDEPEND=">=dev-libs/glib-2.0.1 + >=gnome-base/ORBit2-2.4.0 + >=gnome-base/bonobo-activation-1" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.17 + doc? ( >=dev-util/gtk-doc-0.6 )" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO" diff --git a/gnome-base/libbonoboui/ChangeLog b/gnome-base/libbonoboui/ChangeLog index f4dcebc98790..a16a67634e70 100644 --- a/gnome-base/libbonoboui/ChangeLog +++ b/gnome-base/libbonoboui/ChangeLog @@ -1,6 +1,11 @@ # 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.17 2002/12/22 14:22:40 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.18 2003/01/31 01:40:23 foser Exp $ + +*libbonoboui-2.2.0 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> libbonobui-2.2.0.ebuild : + GNOME 2.2 rc2 commit 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-base/libbonoboui/files/digest-libbonoboui-2.2.0 b/gnome-base/libbonoboui/files/digest-libbonoboui-2.2.0 new file mode 100644 index 000000000000..d8af9e05009c --- /dev/null +++ b/gnome-base/libbonoboui/files/digest-libbonoboui-2.2.0 @@ -0,0 +1 @@ +MD5 e3a5090990f0dcf88aa1e8e8cea74e4f libbonoboui-2.2.0.tar.bz2 510400 diff --git a/gnome-base/libbonoboui/libbonoboui-2.2.0.ebuild b/gnome-base/libbonoboui/libbonoboui-2.2.0.ebuild new file mode 100644 index 000000000000..2f0e3ba365fe --- /dev/null +++ b/gnome-base/libbonoboui/libbonoboui-2.2.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/libbonoboui/libbonoboui-2.2.0.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="User Interface part of Lib bonobo" +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +KEYWORDS="~x86 ~ppc" +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 + >=dev-libs/libxml2-2.4.20" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.22" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" diff --git a/gnome-base/libgnome/ChangeLog b/gnome-base/libgnome/ChangeLog index 747df05ff3cf..05f24033fbd6 100644 --- a/gnome-base/libgnome/ChangeLog +++ b/gnome-base/libgnome/ChangeLog @@ -1,6 +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.16 2002/12/13 10:56:53 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.17 2003/01/31 01:40:23 foser Exp $ + +*libgnome-2.2.0 + + 30 Jan 2003; foser <foser@gentoo.org> libgnome-2.2.0.ebuild : + GNOME 2.2 rc2 commit 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-base/libgnome/files/digest-libgnome-2.2.0.1 b/gnome-base/libgnome/files/digest-libgnome-2.2.0.1 new file mode 100644 index 000000000000..8ccceaf4bc6f --- /dev/null +++ b/gnome-base/libgnome/files/digest-libgnome-2.2.0.1 @@ -0,0 +1 @@ +MD5 8735919b4ff0a6588f8da9d49220228d libgnome-2.2.0.1.tar.bz2 716319 diff --git a/gnome-base/libgnome/libgnome-2.2.0.1.ebuild b/gnome-base/libgnome/libgnome-2.2.0.1.ebuild new file mode 100644 index 000000000000..807d900939bf --- /dev/null +++ b/gnome-base/libgnome/libgnome-2.2.0.1.ebuild @@ -0,0 +1,31 @@ +# 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.2.0.1.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +IUSE="doc" + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="Essential Gnome Libraries" +HOMEPAGE="http://www.gnome.org/" + +SLOT="0" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2 LGPL-2.1" + +RDEPEND=">=dev-libs/libxslt-1.0.18 + >=dev-libs/glib-2.0.3 + >=gnome-base/gconf-1.2 + >=gnome-base/libbonobo-2 + >=gnome-base/gnome-vfs-2 + >=media-sound/esound-0.2.26 + >=media-libs/audiofile-0.2.3 + >=dev-libs/libxml2-2.4.22" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.22 + >=dev-util/pkgconfig-0.12.0 + doc? ( >=dev-util/gtk-doc-0.6 )" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" diff --git a/gnome-base/libgnomecanvas/ChangeLog b/gnome-base/libgnomecanvas/ChangeLog index 33396bfe8294..32631165041b 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.12 2002/12/13 10:56:53 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/ChangeLog,v 1.13 2003/01/31 01:40:23 foser Exp $ + +*libgnomecanvas-2.2.0.1 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> libgnomecanvas-2.2.0.1.ebuild : + GNOME 2.2 rc2 commit 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-base/libgnomecanvas/files/digest-libgnomecanvas-2.2.0.1 b/gnome-base/libgnomecanvas/files/digest-libgnomecanvas-2.2.0.1 new file mode 100644 index 000000000000..c41a2e6d25d2 --- /dev/null +++ b/gnome-base/libgnomecanvas/files/digest-libgnomecanvas-2.2.0.1 @@ -0,0 +1 @@ +MD5 c7164feb78aee8c2c9c706fee1289963 libgnomecanvas-2.2.0.1.tar.bz2 403357 diff --git a/gnome-base/libgnomecanvas/libgnomecanvas-2.2.0.1.ebuild b/gnome-base/libgnomecanvas/libgnomecanvas-2.2.0.1.ebuild new file mode 100644 index 000000000000..1e643ac817f0 --- /dev/null +++ b/gnome-base/libgnomecanvas/libgnomecanvas-2.2.0.1.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/libgnomecanvas/libgnomecanvas-2.2.0.1.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +inherit gnome2 + +IUSE="doc" +S=${WORKDIR}/${P} +DESCRIPTION="the Gnome 2 Canvas library" +HOMEPAGE="http://www.gnome.org/" + +SLOT="0" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2 LGPL-2" + +RDEPEND=">=gnome-base/libglade-2 + >=x11-libs/gtk+-2.0.3 + >=x11-libs/pango-1.0.1 + >=media-libs/libart_lgpl-2.3.8" + +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/libgnomeprint/ChangeLog b/gnome-base/libgnomeprint/ChangeLog index e9c0afc2a4c0..70a294cd10d0 100644 --- a/gnome-base/libgnomeprint/ChangeLog +++ b/gnome-base/libgnomeprint/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/libgnomeprint # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.13 2002/12/17 19:39:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.14 2003/01/31 01:40:23 foser Exp $ + +*libgnomeprint-2.2.1 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> libgnomeprint-*.ebuild : + GNOME 2.2 rc1 commit + fixed SLOT 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-base/libgnomeprint/files/digest-libgnomeprint-2.2.1 b/gnome-base/libgnomeprint/files/digest-libgnomeprint-2.2.1 new file mode 100644 index 000000000000..b8baa0ab4d4e --- /dev/null +++ b/gnome-base/libgnomeprint/files/digest-libgnomeprint-2.2.1 @@ -0,0 +1 @@ +MD5 8cfedc9d44e3b13ac271e8a9141fed5f libgnomeprint-2.2.1.tar.bz2 543503 diff --git a/gnome-base/libgnomeprint/libgnomeprint-1.115.0-r2.ebuild b/gnome-base/libgnomeprint/libgnomeprint-1.115.0-r2.ebuild index eb5bb38895e7..59f6530635c7 100644 --- a/gnome-base/libgnomeprint/libgnomeprint-1.115.0-r2.ebuild +++ b/gnome-base/libgnomeprint/libgnomeprint-1.115.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-1.115.0-r2.ebuild,v 1.7 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-1.115.0-r2.ebuild,v 1.8 2003/01/31 01:40:23 foser Exp $ IUSE="doc" @@ -16,7 +16,7 @@ S=${WORKDIR}/${P} DESCRIPTION="Printer handling for Gnome" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" -SLOT="0" +SLOT="2" KEYWORDS="x86 ppc sparc " LICENSE="GPL-2 LGPL-2.1" diff --git a/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild b/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild index 152fb82555ad..cba4b458f8b0 100644 --- a/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild +++ b/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild,v 1.8 2002/12/15 10:44:19 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-1.116.0.ebuild,v 1.9 2003/01/31 01:40:23 foser Exp $ IUSE="doc" @@ -11,7 +11,7 @@ S=${WORKDIR}/${P} DESCRIPTION="Printer handling for Gnome" SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" -SLOT="0" +SLOT="2" KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2 LGPL-2.1" diff --git a/gnome-base/libgnomeprint/libgnomeprint-1.116.1.ebuild b/gnome-base/libgnomeprint/libgnomeprint-1.116.1.ebuild index d3f46ab6db8b..e00793e107d8 100644 --- a/gnome-base/libgnomeprint/libgnomeprint-1.116.1.ebuild +++ b/gnome-base/libgnomeprint/libgnomeprint-1.116.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-1.116.1.ebuild,v 1.3 2002/12/09 04:22:38 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-1.116.1.ebuild,v 1.4 2003/01/31 01:40:23 foser Exp $ inherit libtool gnome.org @@ -8,7 +8,7 @@ inherit libtool gnome.org S=${WORKDIR}/${P} DESCRIPTION="Printer handling for Gnome" HOMEPAGE="http://www.gnome.org/" -SLOT="0" +SLOT="2" KEYWORDS="x86 ~ppc ~sparc " LICENSE="GPL-2 LGPL-2.1" diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.2.1.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.2.1.ebuild new file mode 100644 index 000000000000..bf61e704aa98 --- /dev/null +++ b/gnome-base/libgnomeprint/libgnomeprint-2.2.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.2.1.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="Printer handling for Gnome" +HOMEPAGE="http://www.gnome.org/" +SLOT="2.2" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2 LGPL-2.1" + +RDEPEND=">=dev-libs/glib-2 + >=x11-libs/pango-1 + >=media-libs/fontconfig-1 + >=media-libs/libart_lgpl-2.3.7 + >=dev-libs/libxml2-2.4.23 + >=media-libs/freetype-2.0.5" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + doc? ( >=dev-util/gtk-doc-0.10 )" + +DOCS="AUTHORS COPYING* ChangeLog* INSTALL NEWS README" diff --git a/gnome-base/libgnomeprintui/ChangeLog b/gnome-base/libgnomeprintui/ChangeLog index ea9dbe9026d9..6d757f0e671f 100644 --- a/gnome-base/libgnomeprintui/ChangeLog +++ b/gnome-base/libgnomeprintui/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/libgnomeprintui # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.9 2002/12/13 10:56:53 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.10 2003/01/31 01:40:23 foser Exp $ + +*libgnomeprintui-2.2.1 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> libgnomeprintui-*.ebuild : + GNOME 2.2 rc2 commit + Fixed SLOT 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-base/libgnomeprintui/files/digest-libgnomeprintui-2.2.1 b/gnome-base/libgnomeprintui/files/digest-libgnomeprintui-2.2.1 new file mode 100644 index 000000000000..8a881417d1c9 --- /dev/null +++ b/gnome-base/libgnomeprintui/files/digest-libgnomeprintui-2.2.1 @@ -0,0 +1 @@ +MD5 5efae71afdd67f15169ca7534f8e5ace libgnomeprintui-2.2.1.tar.bz2 347372 diff --git a/gnome-base/libgnomeprintui/libgnomeprintui-1.115.0.ebuild b/gnome-base/libgnomeprintui/libgnomeprintui-1.115.0.ebuild index a7276a136e99..15fd889d6722 100644 --- a/gnome-base/libgnomeprintui/libgnomeprintui-1.115.0.ebuild +++ b/gnome-base/libgnomeprintui/libgnomeprintui-1.115.0.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-1.115.0.ebuild,v 1.7 2002/12/09 04:22:38 manson Exp $ - +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-1.115.0.ebuild,v 1.8 2003/01/31 01:40:23 foser Exp $ inherit gnome2 @@ -9,7 +8,7 @@ S=${WORKDIR}/${P} DESCRIPTION="user interface libraries for gnome print" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" -SLOT="0" +SLOT="2" KEYWORDS="x86 ppc sparc " LICENSE="GPL-2 LGPL-2.1" diff --git a/gnome-base/libgnomeprintui/libgnomeprintui-1.116.0.ebuild b/gnome-base/libgnomeprintui/libgnomeprintui-1.116.0.ebuild index f3fb71f6ebc4..19e5e989f27e 100644 --- a/gnome-base/libgnomeprintui/libgnomeprintui-1.116.0.ebuild +++ b/gnome-base/libgnomeprintui/libgnomeprintui-1.116.0.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-1.116.0.ebuild,v 1.8 2002/12/15 10:44:19 bjb Exp $ - +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-1.116.0.ebuild,v 1.9 2003/01/31 01:40:23 foser Exp $ inherit gnome2 @@ -9,7 +8,7 @@ S=${WORKDIR}/${P} DESCRIPTION="user interface libraries for gnome print" SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" -SLOT="0" +SLOT="2" KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2 LGPL-2.1" diff --git a/gnome-base/libgnomeprintui/libgnomeprintui-2.2.1.ebuild b/gnome-base/libgnomeprintui/libgnomeprintui-2.2.1.ebuild new file mode 100644 index 000000000000..f4ee05d2cf14 --- /dev/null +++ b/gnome-base/libgnomeprintui/libgnomeprintui-2.2.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.2.1.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +inherit gnome2 + +IUSE="doc" + +S=${WORKDIR}/${P} +DESCRIPTION="user interface libraries for gnome print" +HOMEPAGE="http://www.gnome.org/" + +SLOT="2.2" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2 LGPL-2.1" + +RDEPEND=">=gnome-base/libgnomeprint-2.2 + >=gnome-base/libgnomecanvas-2" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + doc? ( >=dev-util/gtk-doc-0.10 )" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" diff --git a/gnome-base/libgnomeui/ChangeLog b/gnome-base/libgnomeui/ChangeLog index 4857094eb2fc..df9c3b878a77 100644 --- a/gnome-base/libgnomeui/ChangeLog +++ b/gnome-base/libgnomeui/ChangeLog @@ -1,6 +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.17 2002/12/13 10:56:53 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v 1.18 2003/01/31 01:40:23 foser Exp $ + +*libgnomeui-2.2.0.1 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> libgnomeui-2.2.0.1.ebuild : + GNOME 2.2 rc2 commit 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-base/libgnomeui/files/digest-libgnomeui-2.2.0.1 b/gnome-base/libgnomeui/files/digest-libgnomeui-2.2.0.1 new file mode 100644 index 000000000000..5ebc15fb53ea --- /dev/null +++ b/gnome-base/libgnomeui/files/digest-libgnomeui-2.2.0.1 @@ -0,0 +1 @@ +MD5 f8cb4ecb5058e59a2df11a007323ae91 libgnomeui-2.2.0.1.tar.bz2 1129048 diff --git a/gnome-base/libgnomeui/libgnomeui-2.2.0.1.ebuild b/gnome-base/libgnomeui/libgnomeui-2.2.0.1.ebuild new file mode 100644 index 000000000000..f411e3a4665b --- /dev/null +++ b/gnome-base/libgnomeui/libgnomeui-2.2.0.1.ebuild @@ -0,0 +1,36 @@ +# 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.2.0.1.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +IUSE="doc" + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="User interface part of libgnome" +HOMEPAGE="http://www.gnome.org/" + +SLOT="0" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2 LGPL-2" + +RDEPEND=">=x11-libs/pango-1.1.2 + >=sys-devel/perl-5.002 + >=sys-apps/gawk-3.1.0 + >=dev-libs/popt-1.5 + >=sys-devel/bison-1.28 + >=sys-devel/gettext-0.10.40 + >=media-sound/esound-0.2.26 + >=media-libs/audiofile-0.2.3 + >=gnome-base/libbonoboui-2 + >=gnome-base/gconf-1.2 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomecanvas-2 + x11-themes/gnome-icon-theme + x11-themes/gnome-themes" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + doc? ( >=dev-util/gtk-doc-0.6 )" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" diff --git a/gnome-base/librsvg/ChangeLog b/gnome-base/librsvg/ChangeLog index b8f2ead178b4..f434b11aa70f 100644 --- a/gnome-base/librsvg/ChangeLog +++ b/gnome-base/librsvg/ChangeLog @@ -1,6 +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.10 2002/12/13 10:56:53 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.11 2003/01/31 01:40:23 foser Exp $ + +*librsvg-2.2.1 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> librsvg-2.2.1.ebuild : + GNOME 2.2 rc2 commit 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-base/librsvg/files/digest-librsvg-2.2.1 b/gnome-base/librsvg/files/digest-librsvg-2.2.1 new file mode 100644 index 000000000000..0f8fa8e5e635 --- /dev/null +++ b/gnome-base/librsvg/files/digest-librsvg-2.2.1 @@ -0,0 +1 @@ +MD5 8b2acd099b935c824c45c9d8883fb5a0 librsvg-2.2.1.tar.bz2 203974 diff --git a/gnome-base/librsvg/librsvg-2.2.1.ebuild b/gnome-base/librsvg/librsvg-2.2.1.ebuild new file mode 100644 index 000000000000..efd929972ce9 --- /dev/null +++ b/gnome-base/librsvg/librsvg-2.2.1.ebuild @@ -0,0 +1,23 @@ +# 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.2.1.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="rendering svg library" +HOMEPAGE="http://www.gnome.org/" +SLOT="2" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2 LGPL-2.1" + +RDEPEND=">=dev-libs/glib-2 + >=x11-libs/gtk+-2 + >=media-libs/libart_lgpl-2.3.10 + >=dev-libs/libxml2-2.4.7 + >=x11-libs/pango-1.1" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" + +DOCS="AUTHORS ChangeLog COPYIN* README INSTALL NEWS TODO" diff --git a/gnome-base/nautilus/ChangeLog b/gnome-base/nautilus/ChangeLog index 95d1f2f4db2e..834e1c9de3b2 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.34 2002/12/13 10:56:53 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.35 2003/01/31 01:40:23 foser Exp $ + +*nautilus-2.2.0.2 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> nautilus-2.2.0.2.ebuild : + GNOME 2.2 rc2 commit 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-base/nautilus/files/digest-nautilus-2.2.0.2 b/gnome-base/nautilus/files/digest-nautilus-2.2.0.2 new file mode 100644 index 000000000000..8feecf2947b5 --- /dev/null +++ b/gnome-base/nautilus/files/digest-nautilus-2.2.0.2 @@ -0,0 +1 @@ +MD5 27538efc26c651edf21d71ae0c81f9cf nautilus-2.2.0.2.tar.bz2 4414561 diff --git a/gnome-base/nautilus/nautilus-2.2.0.2.ebuild b/gnome-base/nautilus/nautilus-2.2.0.2.ebuild new file mode 100644 index 000000000000..a5beb7862724 --- /dev/null +++ b/gnome-base/nautilus/nautilus-2.2.0.2.ebuild @@ -0,0 +1,44 @@ +# 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.2.0.2.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="A filemanager for the Gnome2 desktop" +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +LICENSE="GPL-2 LGPL-2 FDL-1.1" +KEYWORDS="~x86 ~ppc" +IUSE="oggvorbis" + +RDEPEND="app-admin/fam-oss + >=dev-libs/glib-2 + >=x11-libs/pango-1.1.2 + >=x11-libs/gtk+-2.1.1 + >=dev-libs/libxml2-2.4.7 + >=gnome-base/gnome-vfs-2.1.5 + >=media-sound/esound-0.2.27 + >=gnome-base/bonobo-activation-2 + >=gnome-base/eel-${PV} + >=gnome-base/libgnome-2.1.1 + >=gnome-base/libgnomeui-2.1.1 + >=gnome-base/gnome-desktop-2.1 + >=media-libs/libart_lgpl-2.3.10 + >=gnome-base/libbonobo-2.1 + >=gnome-base/libbonoboui-2 + >=gnome-base/librsvg-2.0.1 + >=gnome-base/ORBit2-2.4 + sys-apps/eject + oggvorbis? ( media-sound/vorbis-tools ) + x11-themes/gnome-icon-theme + x11-themes/gnome-themes" + +DEPEND="${RDEPEND} + >=app-text/scrollkeeper-0.3.11 + >=dev-util/pkgconfig-0.12.0 + >=gnome-base/gconf-1.2.1" + +G2CONF="${G2CONF} --enable-gdialog=yes" + +DOCS="AUTHORS COPYIN* ChangeLo* HACKING INSTALL MAINTAINERS NEWS README THANKS TODO" |