diff options
49 files changed, 767 insertions, 103 deletions
diff --git a/app-misc/gtkdiff/files/digest-gtkdiff-1.8.0 b/app-misc/gtkdiff/files/digest-gtkdiff-1.8.0 new file mode 100644 index 000000000000..13522b6d0e8e --- /dev/null +++ b/app-misc/gtkdiff/files/digest-gtkdiff-1.8.0 @@ -0,0 +1 @@ +MD5 536979ae70650680518a0b79d14e9366 gtkdiff-1.8.0.tar.gz diff --git a/app-misc/gtkdiff/gtkdiff-1.8.0.ebuild b/app-misc/gtkdiff/gtkdiff-1.8.0.ebuild new file mode 100644 index 000000000000..27005a4b25c6 --- /dev/null +++ b/app-misc/gtkdiff/gtkdiff-1.8.0.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/app-misc/gtkdiff/gtkdiff-1.8.0.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="GTK Frontend for diff" +SRC_URI="http://www.ainet.or.jp/~inoue/software/gtkdiff/${P}.tar.gz" +HOMEPAGE="http://www.ainet.or.jp/~inoue/software/gtkdiff/index-e.html" + +DEPEND=">=gnome-base/gnome-libs-1.2.8" + +src_compile() { + + try ./configure --prefix=/opt/gnome --host=${CHOST} + try make + +} + +src_install () { + + try make prefix=${D}/opt/gnome install + dodoc AUTHORS COPYING ChangeLog NEWS README TODO +} + diff --git a/app-office/abiword/abiword-0.7.14.ebuild b/app-office/abiword/abiword-0.7.14.ebuild new file mode 100644 index 000000000000..a343d450ed10 --- /dev/null +++ b/app-office/abiword/abiword-0.7.14.ebuild @@ -0,0 +1,46 @@ +# 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/app-office/abiword/abiword-0.7.14.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $ + +A="abi-${PV}.tar.gz abidistfiles-${PV}.tar.gz expat-${PV}.tar.gz + unixfonts-${PV}.tar.gz wv-${PV}.tar.gz" +S=${WORKDIR}/abi-${PV} +DESCRIPTION="Framework for creating database applications" +SRC_URI="http://www.abisource.com/downloads/Version-${PV}/abi-${PV}.tar.gz + http://www.abisource.com/downloads/Version-${PV}/abidistfiles-${PV}.tar.gz + http://www.abisource.com/downloads/Version-${PV}/expat-${PV}.tar.gz + http://www.abisource.com/downloads/Version-${PV}/expat-${PV}.tar.gz + http://www.abisource.com/downloads/Version-${PV}/psiconv-${PV}.tar.gz + http://www.abisource.com/downloads/Version-${PV}/unixfonts-${PV}.tar.gz + http://www.abisource.com/downloads/Version-${PV}/wv-${PV}.tar.gz" + + +HOMEPAGE="http://www.gnome.org/gnome-office/abiword.shtml/" + +DEPEND="virtual/glibc + >=sys-devel/gcc-2.95.2 + =media-libs/freetype-1.3.1-r2 + >=media-libs/libpng-1.0.7 + >=x11-libs/gtk+-1.2.8 + virtual/x11" + + +src_compile() { + try make prefix=/opt/gnome/ UNIX_CAN_BUILD_STATIC=0 +} + +src_install() { + try make prefix=${D}/opt/gnome UNIX_CAN_BUILD_STATIC=0 install + cp ${D}/opt/gnome/AbiSuite/bin/AbiWord AbiWord.orig + sed -e "s:${D}::" AbiWord.orig > ${D}/opt/gnome/AbiSuite/bin/AbiWord + cd ${D}/opt/gnome/bin + rm -f abiword + rm -f AbiWord + ln -s ../AbiSuite/bin/AbiWord AbiWord + ln -s ../AbiSuite/bin/AbiWord abiword +} + + + + diff --git a/app-office/abiword/files/digest-abiword-0.7.14 b/app-office/abiword/files/digest-abiword-0.7.14 new file mode 100644 index 000000000000..ba15c3e10fdc --- /dev/null +++ b/app-office/abiword/files/digest-abiword-0.7.14 @@ -0,0 +1,5 @@ +MD5 60902c1142c6a2cc136cef2fcc2ff925 abi-0.7.14.tar.gz +MD5 c6585585cd9b3a4832f97bd71fcb81df abidistfiles-0.7.14.tar.gz +MD5 1007c612a4a5ff992e7e9a138d1bd8df expat-0.7.14.tar.gz +MD5 f8644723b7077a95736d6df24598aef4 unixfonts-0.7.14.tar.gz +MD5 3a4b9b91a6620cbbc788e077b06cfb65 wv-0.7.14.tar.gz diff --git a/app-office/dia/dia-0.88.1.ebuild b/app-office/dia/dia-0.88.1.ebuild new file mode 100644 index 000000000000..1b1349b7ae7b --- /dev/null +++ b/app-office/dia/dia-0.88.1.ebuild @@ -0,0 +1,46 @@ +# 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/app-office/dia/dia-0.88.1.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Diagram Creation Program" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/gnome-office/dia.shtml" + +DEPEND=">=gnome-base/gnome-print-0.24 + >=app-arch/rpm-3.0.5 + bonobo? ( gnome-base/bonobo ) + python? ( dev-lang/python-2.0 )" + + +src_compile() { + + local myconf + if [ "`use bonobo`" ] + then + myconf="--enable-bonobo" + fi +# if [ "`use python`" ] +# then +# myconf="$myconf --with-python" +# fi + try ./configure --host=${CHOST} --prefix=/opt/gnome \ + --sysconfdir=/etc/opt/gnome \ + --enable-gnome --enable-gnome-print ${myconf} + try make + +} + +src_install () { + + try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install + dodoc AUTHORS COPYING ChangeLog README NEWS TODO KNOWN_BUGS + +} + + + + + diff --git a/app-office/dia/files/digest-dia-0.88.1 b/app-office/dia/files/digest-dia-0.88.1 new file mode 100644 index 000000000000..77311d467dc7 --- /dev/null +++ b/app-office/dia/files/digest-dia-0.88.1 @@ -0,0 +1 @@ +MD5 66a8017a9a93efe08c658f0a29838724 dia-0.88.1.tar.gz diff --git a/app-office/gnofin/files/digest-gnofin-0.8.4 b/app-office/gnofin/files/digest-gnofin-0.8.4 new file mode 100644 index 000000000000..ef296ed7caeb --- /dev/null +++ b/app-office/gnofin/files/digest-gnofin-0.8.4 @@ -0,0 +1 @@ +MD5 eb552f99fcf605b699519671ca4102f1 gnofin-0.8.4.tar.gz diff --git a/app-office/gnofin/gnofin-0.8.4.ebuild b/app-office/gnofin/gnofin-0.8.4.ebuild new file mode 100644 index 000000000000..bfbc4113e8c0 --- /dev/null +++ b/app-office/gnofin/gnofin-0.8.4.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: /var/cvsroot/gentoo-x86/app-office/gnofin/gnofin-0.8.4.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="a personal finance application for GNOME" +SRC_URI="ftp://gnofin.sourceforge.net/pub/gnofin/stable/source/${A} + http://download.sourceforge.net/gnofin/${A} + http://jagger.ME.Berkley.EDU/~dfisher/gnofin/stable/source/${A}" + +HOMEPAGE="http://gnofin.sourceforge.net" + +DEPEND=">=gnome-base/gnome-libs-1.2.4 + >=gnome-base/libxml-1.8.10" + +src_compile() { + try ./configure --host=${CHOST} --prefix=/opt/gnome \ + try make +} + +src_install() { + try make prefix=${D}/opt/gnome install + dodoc AUTHORS COPYING* ChangeLog NEWS + dodoc README* +} + + + + + diff --git a/app-office/gnumeric/files/digest-gnumeric-0.65 b/app-office/gnumeric/files/digest-gnumeric-0.65 new file mode 100644 index 000000000000..b079e55622a1 --- /dev/null +++ b/app-office/gnumeric/files/digest-gnumeric-0.65 @@ -0,0 +1 @@ +MD5 d31a2258b3f8ded219677a54f4fbe23f gnumeric-0.65.tar.gz diff --git a/app-office/gnumeric/gnumeric-0.65.ebuild b/app-office/gnumeric/gnumeric-0.65.ebuild new file mode 100644 index 000000000000..9df77e53551d --- /dev/null +++ b/app-office/gnumeric/gnumeric-0.65.ebuild @@ -0,0 +1,51 @@ +# 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/app-office/gnumeric/gnumeric-0.65.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="gnumeric" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnumeric/"${A} +HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml" + +DEPEND=">=sys-devel/perl-5 + >=dev-lang/python-2.0 + >=gnome-base/gal-0.3.0 + >=gnome-libs/gb-0.0.17 + >=gnome-libs/libole2-0.1.7 + bonobo? ( >=gnome-base/bonobo-0.28 + >=gnome-libs/libgda-0.2.0 ) " + +src_unpack() { + unpack ${A} + cd ${S} + cp configure configure.orig + sed -e 's:"%d,:"%d",:' configure.orig > configure +} + +src_compile() { + cd ${S} + local myconf + if [ "`use bonobo`" ] + then + myconf="--with-bonobo" + fi + LDFLAGS="-L/opt/gnome/lib -lunicode" try ./configure --host=${CHOST} --prefix=/opt/gnome \ + ${myconf} --with-gb + cd ${S} + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome PREFIX=${D}/usr install + dodoc AUTHORS COPYING *ChangeLog HACKING NEWS README TODO + +} + + + + + + diff --git a/app-text/scrollkeeper/scrollkeeper-0.2.ebuild b/app-text/scrollkeeper/scrollkeeper-0.2.ebuild index 7ce7d46e60ae..355933e82322 100644 --- a/app-text/scrollkeeper/scrollkeeper-0.2.ebuild +++ b/app-text/scrollkeeper/scrollkeeper-0.2.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/app-text/scrollkeeper/scrollkeeper-0.2.ebuild,v 1.2 2001/04/19 00:47:47 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/scrollkeeper/scrollkeeper-0.2.ebuild,v 1.3 2001/06/04 10:34:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,19 +11,23 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} HOMEPAGE="http://www.gnome.org/" DEPEND="nls? ( sys-devel/gettext ) - >=gnome-base/libxml-1.8.11" - -src_compile() { - + >=gnome-base/libxml-1.8.11 >=sys-libs/zlib-1.1.3" +RDEPEND=">=gnome-base/libxml-1.8.11 >=sys-libs/zlib-1.1.3" + +src_compile() { + local myconf + if [ -z "`use nls`" ] ; then + myconf ="--disable-nls" + fi try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome \ - --mandir=/opt/gnome/share/man --localstatedir=/var + --mandir=/opt/gnome/man --localstatedir=/var $myconf try make } src_install() { try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome \ - localstatedir=${D}/var mandir=${D}/opt/gnome/share/man install + localstatedir=${D}/var mandir=${D}/opt/gnome/man install dodoc AUTHORS COPYING* ChangeLog README NEWS diff --git a/dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild b/dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild index 3c55ed0e92c3..853d4058a456 100644 --- a/dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild +++ b/dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild,v 1.2 2001/05/20 13:50:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild,v 1.3 2001/06/04 10:34:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -14,7 +14,11 @@ DEPEND=">=x11-libs/gtk+-1.2.9 gnome? ( >=gnome-base/libglade-0.16 >=gnome-base/gdk-pixbuf-0.9.0-r1 )" -src_compile() { +DEPEND=">=x11-libs/gtk+-1.2.9 + gnome? ( >=gnome-base/libglade-0.16 + >=gnome-base/gdk-pixbuf-0.9.0-r1 )" + +src_compile() { if [ -n "`use gnome`" ] then try ./configure --host=${CHOST} --with-gnome --with-libglade diff --git a/gnome-apps/bug-buddy/bug-buddy-2.0.1.ebuild b/gnome-apps/bug-buddy/bug-buddy-2.0.1.ebuild new file mode 100644 index 000000000000..38e7ce84c53d --- /dev/null +++ b/gnome-apps/bug-buddy/bug-buddy-2.0.1.ebuild @@ -0,0 +1,30 @@ +# 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-apps/bug-buddy/bug-buddy-2.0.1.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="bug-buddy" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/" + +DEPEND=">=gnome-base/libglade-0.15" + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + dodoc AUTHORS COPYING* NEWS + dodoc README* TODO +} + + + + + diff --git a/gnome-apps/bug-buddy/files/digest-bug-buddy-2.0.1 b/gnome-apps/bug-buddy/files/digest-bug-buddy-2.0.1 new file mode 100644 index 000000000000..1f97fd52a069 --- /dev/null +++ b/gnome-apps/bug-buddy/files/digest-bug-buddy-2.0.1 @@ -0,0 +1 @@ +MD5 e70f4e0be3ee08ae34190c20d89bf16e bug-buddy-2.0.1.tar.gz diff --git a/gnome-apps/gnofin/files/digest-gnofin-0.8.4 b/gnome-apps/gnofin/files/digest-gnofin-0.8.4 new file mode 100644 index 000000000000..ef296ed7caeb --- /dev/null +++ b/gnome-apps/gnofin/files/digest-gnofin-0.8.4 @@ -0,0 +1 @@ +MD5 eb552f99fcf605b699519671ca4102f1 gnofin-0.8.4.tar.gz diff --git a/gnome-apps/gnofin/gnofin-0.8.4.ebuild b/gnome-apps/gnofin/gnofin-0.8.4.ebuild new file mode 100644 index 000000000000..be80449984a0 --- /dev/null +++ b/gnome-apps/gnofin/gnofin-0.8.4.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: /var/cvsroot/gentoo-x86/gnome-apps/gnofin/gnofin-0.8.4.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="a personal finance application for GNOME" +SRC_URI="ftp://gnofin.sourceforge.net/pub/gnofin/stable/source/${A} + http://download.sourceforge.net/gnofin/${A} + http://jagger.ME.Berkley.EDU/~dfisher/gnofin/stable/source/${A}" + +HOMEPAGE="http://gnofin.sourceforge.net" + +DEPEND=">=gnome-base/gnome-libs-1.2.4 + >=gnome-base/libxml-1.8.10" + +src_compile() { + try ./configure --host=${CHOST} --prefix=/opt/gnome \ + try make +} + +src_install() { + try make prefix=${D}/opt/gnome install + dodoc AUTHORS COPYING* ChangeLog NEWS + dodoc README* +} + + + + + diff --git a/gnome-apps/gphoto/gphoto-0.4.3.ebuild b/gnome-apps/gphoto/gphoto-0.4.3.ebuild index db1cca73a2ef..86f96044840e 100644 --- a/gnome-apps/gphoto/gphoto-0.4.3.ebuild +++ b/gnome-apps/gphoto/gphoto-0.4.3.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 AJ Lewis <aj@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gphoto/gphoto-0.4.3.ebuild,v 1.4 2001/05/15 15:41:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gphoto/gphoto-0.4.3.ebuild,v 1.5 2001/06/04 10:34:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,20 +10,20 @@ SRC_URI="http://www.gphoto.net/dist/${A}" HOMEPAGE="http://www.gphoto.org" DEPEND="virtual/glibc - sys-apps/sed - >=x11-libs/gtk+-1.2 >=media-libs/imlib-1.8 >=media-gfx/imagemagick-4.1" -src_compile() { - try CFLAGS=\"${CFLAGS/-pipe/}\" ./configure --prefix=/usr/ --mandir=/usr/share/man --infodir=/usr/share/info +src_compile() { + + # -pipe does no work + try CFLAGS=\"${CFLAGS/-pipe/}\" ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome try make clean try make ${MAKEOPTS} } -src_install() { - try make prefix=${D}/usr/ mandir=${D}/usr/share/man infodir=${D}/usr/share/info install +src_install() { + try make prefix=${D}/opt/gnome --sysconfdir=${D}/etc/opd/gnome install dodoc AUTHORS CONTACTS COPYING ChangeLog FAQ MANUAL NEWS* PROGRAMMERS \ README THANKS THEMES TODO } diff --git a/gnome-apps/gqview/files/digest-gqview-0.11.0 b/gnome-apps/gqview/files/digest-gqview-0.11.0 new file mode 100644 index 000000000000..cae2e037e36b --- /dev/null +++ b/gnome-apps/gqview/files/digest-gqview-0.11.0 @@ -0,0 +1 @@ +MD5 13302d9f99e5f591f2bceee06935a603 gqview-0.11.0.tar.gz diff --git a/gnome-apps/gqview/gqview-0.11.0.ebuild b/gnome-apps/gqview/gqview-0.11.0.ebuild new file mode 100644 index 000000000000..ef839395acc4 --- /dev/null +++ b/gnome-apps/gqview/gqview-0.11.0.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 Your Name <your email> +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gqview/gqview-0.11.0.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="A GNOME image browser" +SRC_URI="http://download.sourceforge.net/gqview/${A}" +HOMEPAGE="http://gqview.sourceforge.net" + +DEPEND="virtual/glibc + gnome-base/gdk-pixbuf + nls? ( sys-devel/gettext )" + +src_compile() { + local myconf + if [ -z "`use nls`" ] + then + myconf="--disable-nls" + fi + + try ./configure --prefix=/opt/gnome --mandir=/opt/gnome/share/man \ + --host=${CHOST} ${myconf} + try make + +} + +src_install () { + + try make prefix=${D}/opt/gnome mandir=${D}/opt/gnome/share/man \ + GNOME_DATADIR=${D}/opt/gnome/share install + +} + diff --git a/gnome-apps/gtkdiff/files/digest-gtkdiff-1.8.0 b/gnome-apps/gtkdiff/files/digest-gtkdiff-1.8.0 new file mode 100644 index 000000000000..13522b6d0e8e --- /dev/null +++ b/gnome-apps/gtkdiff/files/digest-gtkdiff-1.8.0 @@ -0,0 +1 @@ +MD5 536979ae70650680518a0b79d14e9366 gtkdiff-1.8.0.tar.gz diff --git a/gnome-apps/gtkdiff/gtkdiff-1.8.0.ebuild b/gnome-apps/gtkdiff/gtkdiff-1.8.0.ebuild new file mode 100644 index 000000000000..37adff1443ab --- /dev/null +++ b/gnome-apps/gtkdiff/gtkdiff-1.8.0.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-apps/gtkdiff/gtkdiff-1.8.0.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="GTK Frontend for diff" +SRC_URI="http://www.ainet.or.jp/~inoue/software/gtkdiff/${P}.tar.gz" +HOMEPAGE="http://www.ainet.or.jp/~inoue/software/gtkdiff/index-e.html" + +DEPEND=">=gnome-base/gnome-libs-1.2.8" + +src_compile() { + + try ./configure --prefix=/opt/gnome --host=${CHOST} + try make + +} + +src_install () { + + try make prefix=${D}/opt/gnome install + dodoc AUTHORS COPYING ChangeLog NEWS README TODO +} + diff --git a/gnome-apps/gupsc/files/digest-gupsc-0.3.1 b/gnome-apps/gupsc/files/digest-gupsc-0.3.1 new file mode 100644 index 000000000000..136951d002ee --- /dev/null +++ b/gnome-apps/gupsc/files/digest-gupsc-0.3.1 @@ -0,0 +1 @@ +MD5 da182496ff347dccc4c24f2e9c803a06 gupsc-0.3.1.tar.bz2 diff --git a/gnome-apps/gupsc/gupsc-0.3.1.ebuild b/gnome-apps/gupsc/gupsc-0.3.1.ebuild new file mode 100644 index 000000000000..d13480ba09ff --- /dev/null +++ b/gnome-apps/gupsc/gupsc-0.3.1.ebuild @@ -0,0 +1,26 @@ +# 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-apps/gupsc/gupsc-0.3.1.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $ + +A=${P}.tar.bz2 +S=${WORKDIR}/${P} +DESCRIPTION="A Gnome client for the Network UPS Tools (nut)" +SRC_URI="http://www.stud.ifi.uio.no/~hennikul/gupsc/download/"${A} +HOMEPAGE="http://www.stud.ifi.uio.no/~hennikul/gupsc/" + +DEPEND=">=gnome-base/gnome-libs-1.2.4" + + +src_compile() { + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make +} + +src_install() { + try make DESTDIR=${D} install + dodoc AUTHORS COPYING ChangeLog NEWS README TODO +} + + + diff --git a/gnome-base/bonobo/bonobo-1.0.4.ebuild b/gnome-base/bonobo/bonobo-1.0.4.ebuild index 116208cbdb28..adba332f374a 100644 --- a/gnome-base/bonobo/bonobo-1.0.4.ebuild +++ b/gnome-base/bonobo/bonobo-1.0.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.4.ebuild,v 1.1 2001/05/17 00:10:07 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.4.ebuild,v 1.2 2001/06/04 10:34:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,9 +10,12 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" -DEPEND="nls? ( sys-devel/gettext ) +DEPEND="nls? ( sys-devel/gettext ) sys-devel/perl >=gnome-base/oaf-0.6.5 - >=gnome-base/ORBit-0.5.8 + >=dev-util/xml-i18n-tools-0.8.4 + >=gnome-base/gnome-print-0.25" + +RDEPEND=">=gnome-base/oaf-0.6.5 >=gnome-base/gnome-print-0.25" src_compile() { @@ -25,7 +28,7 @@ src_compile() { # on of the samples in the package need to be regenerated from the idl files rm -f ${S}/samples/bonobo-class/Bonobo_Sample_Echo.h rm -f ${S}/samples/bonobo-class/Bonobo_Sample_Echo-*.c - + try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome ${myconf} try make } diff --git a/gnome-base/control-center/control-center-1.4.0.1.ebuild b/gnome-base/control-center/control-center-1.4.0.1.ebuild index 81318a875c3f..0d7c9cff18a5 100644 --- a/gnome-base/control-center/control-center-1.4.0.1.ebuild +++ b/gnome-base/control-center/control-center-1.4.0.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/control-center/control-center-1.4.0.1.ebuild,v 1.1 2001/04/13 16:59:03 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/control-center-1.4.0.1.ebuild,v 1.2 2001/06/04 10:34:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,10 +10,10 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" -DEPEND="nls? ( sys-devel/gettext ) - >=gnome-base/gnome-env-1.0 - >=gnome-base/gdk-pixbuf-0.10.1 - >=gnome-base/gnome-vfs-1.0" +DEPEND="nls? ( sys-devel/gettext ) >=dev-util/xml-i18n-tools-0.8.4 + >=gnome-base/gnome-vfs-1.0 >=gnome-base/gdk-pixbuf-0.11.0" + +RDEPEND=">=gnome-base/gnome-vfs-1.0 >=gnome-base/gdk-pixbuf-0.11.0" src_compile() { local myconf diff --git a/gnome-base/gal/gal-0.8.ebuild b/gnome-base/gal/gal-0.8.ebuild index 841dbe09f671..166648a296cc 100644 --- a/gnome-base/gal/gal-0.8.ebuild +++ b/gnome-base/gal/gal-0.8.ebuild @@ -11,9 +11,10 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A} HOMEPAGE="http://www.gnome.org/" DEPEND="nls? ( sys-devel/gettext ) + >=dev-util/xml-i18n-tools-0.8.4 sys-devel/perl >=gnome-base/gnome-vfs-1.0.1 - >=gnome-base/libglade-0.16 >=gnome-base/libunicode-0.4 + alsa? ( >=media-libs/alsa-lib-0.5.10 ) >=gnome-base/gnome-print-0.29" RDEPEND="virtual/glibc" @@ -22,7 +23,7 @@ RDEPEND="virtual/glibc" src_compile() { local myconf if [ -z "`use nls`" ] - then + then myconf="--disable-nls" fi try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome ${myconf} diff --git a/gnome-base/gconf/gconf-1.0.1.ebuild b/gnome-base/gconf/gconf-1.0.1.ebuild index c4965448b781..2880defbc6cb 100644 --- a/gnome-base/gconf/gconf-1.0.1.ebuild +++ b/gnome-base/gconf/gconf-1.0.1.ebuild @@ -13,11 +13,17 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/${A} HOMEPAGE="http://www.gnome.org/" DEPEND="nls? ( sys-devel/gettext ) + >=sys-libs/db-3.2.3h >=gnome-base/gnome-env-1.0 >=gnome-base/oaf-0.6.5 - >=x11-libs/gtk+-1.2.9 + >=gnome-base/gnome-libs-1.2.10 >=dev-util/guile-1.4" +DEPEND=">=sys-libs/db-3.2.3h + >=gnome-base/gnome-env-1.0 + >=gnome-base/oaf-0.6.5 + >=gnome-base/gnome-libs-1.2.10" + src_unpack() { unpack ${A} # for some reason, the GConf package doesn't come w/ an intl directory, diff --git a/gnome-base/gnome-core/gnome-core-1.4.0.4.ebuild b/gnome-base/gnome-core/gnome-core-1.4.0.4.ebuild index e64ee70cd044..563eb76aafca 100644 --- a/gnome-base/gnome-core/gnome-core-1.4.0.4.ebuild +++ b/gnome-base/gnome-core/gnome-core-1.4.0.4.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/gnome-core/gnome-core-1.4.0.4.ebuild,v 1.1 2001/05/17 00:10:07 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core/gnome-core-1.4.0.4.ebuild,v 1.2 2001/06/04 10:34:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,35 +10,30 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" -RDEPEND="gtkhtml? ( >=gnome-base/gtkhtml-0.7 ) - >=gnome-base/control-center-1.2.4 +RDEPEND=">=gnome-base/control-center-1.2.4 >=gnome-base/glibwww-0.2-r1 >=gnome-base/libghttp-1.0.9 >=gnome-base/libglade-0.16-r1 >=gnome-base/scrollkeeper-0.2" +#gtkhtml? ( >=gnome-base/gtkhtml-0.7 ) DEPEND="${RDEPEND} - >=dev-util/xml-i18n-tools-0.8 - >=sys-devel/autoconf-2.13 - >=sys-devel/automake-1.4" + nls? ( sys-devel/gettext ) + >=sys-apps/tcp-wrappers-7.6 + >=dev-util/xml-i18n-tools-0.8.4" -#src_unpack() { -# unpack ${A} -# cd ${S} -# patch -p1 < ${FILESDIR}/${PF}-gentoo.diff -# try NOCONFIGURE=yes srcdir=${S} bash macros/autogen.sh -#} -src_compile() { +src_compile() { local myconf local myldflags - if [ -z "`use nls`" ] - then + if [ -z "`use nls`" ] ; then myconf="--disable-nls" fi if [ "`use gtkhtml`" ] then - myconf="${myconf} --enable-gtkhtml-help" + # does not work ! + #myconf="${myconf} --enable-gtkhtml-help" + echo fi if [ "`use kde`" ] then @@ -50,7 +45,7 @@ src_compile() { try make } -src_install() { +src_install() { try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome mandir=${D}/opt/gnome/man install dodoc AUTHORS COPYING* ChangeLog README NEWS } diff --git a/gnome-base/gnome-print/gnome-print-0.29.ebuild b/gnome-base/gnome-print/gnome-print-0.29.ebuild new file mode 100644 index 000000000000..4b2625ef25ce --- /dev/null +++ b/gnome-base/gnome-print/gnome-print-0.29.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# /home/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.28.ebuild,v 1.2 2001/04/19 16:37:12 achim Exp + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="gnome-print" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A} +HOMEPAGE="http://www.gnome.org/" + +DEPEND="nls? ( sys-devel/gettext ) sys-devel/perl + >=gnome-base/gdk-pixbuf-0.9.0 + >=gnome-base/libglade-0.13 + >=app-text/ghostscript-6.50-r2" + +RDEPEND=">=gnome-base/gdk-pixbuf-0.9.0 + >=gnome-base/libglade-0.13" + + +src_compile() { + local myconf + if [ -z "`use nls`" ] + then + myconf="--disable-nls" + fi + try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome + try make +} + +src_install() { + try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install + dosed /opt/gnome/share/fonts/fontmap + dodoc AUTHORS COPYING ChangeLog NEWS README TODO +} + + + + + diff --git a/gnome-base/gnome-vfs/gnome-vfs-1.0.1.ebuild b/gnome-base/gnome-vfs/gnome-vfs-1.0.1.ebuild index f673b203be85..2d8be019e7e2 100644 --- a/gnome-base/gnome-vfs/gnome-vfs-1.0.1.ebuild +++ b/gnome-base/gnome-vfs/gnome-vfs-1.0.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/gnome-vfs/gnome-vfs-1.0.1.ebuild,v 1.1 2001/05/17 00:10:07 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-1.0.1.ebuild,v 1.2 2001/06/04 10:34:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,11 +10,10 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" -DEPEND="nls? ( sys-devel/gettext ) - >=gnome-base/gnome-env-1.0 - >=gnome-base/gconf-1.0.0 - >=gnome-base/gnome-libs-1.2.13" +DEPEND="nls? ( sys-devel/gettext ) >=dev-util/xml-i18n-toools-0.8.4 + >=gnome-base/gconf-1.0.0" +DEPEND=">=gnome-base/gconf-1.0.0" src_unpack() { unpack ${A} diff --git a/gnome-base/gtkhtml/gtkhtml-0.9.2.ebuild b/gnome-base/gtkhtml/gtkhtml-0.9.2.ebuild index 6420707b807c..93d7926da579 100644 --- a/gnome-base/gtkhtml/gtkhtml-0.9.2.ebuild +++ b/gnome-base/gtkhtml/gtkhtml-0.9.2.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.9.2.ebuild,v 1.1 2001/05/17 00:10:07 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gtkhtml/gtkhtml-0.9.2.ebuild,v 1.2 2001/06/04 10:34:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,23 +10,22 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gtkhtml/${A} ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" -RDEPEND=">=gnome-base/gal-0.5 +DEPEND=">=gnome-base/gal-0.5 >=gnome-base/gconf-1.0 >=gnome-base/control-center-1.2.4 >=gnome-base/glibwww-0.2-r1 - >=gnome-base/libghttp-1.0.9" - -DEPEND="${RDEPEND} - >=sys-devel/automake-1.4" - -src_unpack() { - unpack ${A} - cd ${S} -# patch -p1 < ${FILESDIR}/${P}-gentoo.diff -# try aclocal -I macros -# try autoconf - try automake -} + >=gnome-base/libghttp-1.0.9 + >=gnome-base/libunicode-0.4 + bonobo? ( >=gnome-base/bonobo-1.0.4 ) + >=dev-util/xml-i18n-tools-0.8.4" + +DEPEND=">=gnome-base/gal-0.5 + >=gnome-base/gconf-1.0 + >=gnome-base/control-center-1.2.4 + >=gnome-base/libghttp-1.0.9 + >=gnome-base/libunicode-0.4 + bonobo? ( >=gnome-base/bonobo-1.0.4 )" + src_compile() { @@ -53,8 +52,6 @@ src_compile() { src_install() { try make DESTDIR=${D} install - #insinto /opt/gnome/include/gtkhtml - #doins src/htmlurl.h dodoc AUTHORS COPYING* ChangeLog README dodoc NEWS TODO diff --git a/gnome-base/libgtop/libgtop-1.0.12.ebuild b/gnome-base/libgtop/libgtop-1.0.12.ebuild index 40231c0e6838..ddf55170ce55 100644 --- a/gnome-base/libgtop/libgtop-1.0.12.ebuild +++ b/gnome-base/libgtop/libgtop-1.0.12.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/libgtop/libgtop-1.0.12.ebuild,v 1.1 2001/03/06 05:21:10 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-1.0.12.ebuild,v 1.2 2001/06/04 10:34:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,11 +11,14 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} HOMEPAGE="http://www.gnome.org/" -DEPEND="nls? ( sys-devel/gettext ) +DEPEND="nls? ( sys-devel/gettext ) sys-devel/perl >=gnome-base/gnome-libs-1.2.12 >=sys-devel/bc-1.06 >=sys-libs/readline-4.1" +DEPEND="nls? ( sys-devel/gettext ) + >=gnome-base/gnome-libs-1.2.12" + src_compile() { local myconf if [ -z "`use nls`" ] diff --git a/gnome-base/scrollkeeper/scrollkeeper-0.2.ebuild b/gnome-base/scrollkeeper/scrollkeeper-0.2.ebuild index 28eec41d7ca1..a7dc56924710 100644 --- a/gnome-base/scrollkeeper/scrollkeeper-0.2.ebuild +++ b/gnome-base/scrollkeeper/scrollkeeper-0.2.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/scrollkeeper/scrollkeeper-0.2.ebuild,v 1.2 2001/04/19 00:47:47 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/scrollkeeper/scrollkeeper-0.2.ebuild,v 1.3 2001/06/04 10:34:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,19 +11,23 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} HOMEPAGE="http://www.gnome.org/" DEPEND="nls? ( sys-devel/gettext ) - >=gnome-base/libxml-1.8.11" - -src_compile() { - + >=gnome-base/libxml-1.8.11 >=sys-libs/zlib-1.1.3" +RDEPEND=">=gnome-base/libxml-1.8.11 >=sys-libs/zlib-1.1.3" + +src_compile() { + local myconf + if [ -z "`use nls`" ] ; then + myconf ="--disable-nls" + fi try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome \ - --mandir=/opt/gnome/share/man --localstatedir=/var + --mandir=/opt/gnome/man --localstatedir=/var $myconf try make } src_install() { try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome \ - localstatedir=${D}/var mandir=${D}/opt/gnome/share/man install + localstatedir=${D}/var mandir=${D}/opt/gnome/man install dodoc AUTHORS COPYING* ChangeLog README NEWS diff --git a/gnome-extra/bug-buddy/bug-buddy-2.0.1.ebuild b/gnome-extra/bug-buddy/bug-buddy-2.0.1.ebuild new file mode 100644 index 000000000000..f177d659acfc --- /dev/null +++ b/gnome-extra/bug-buddy/bug-buddy-2.0.1.ebuild @@ -0,0 +1,30 @@ +# 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-extra/bug-buddy/bug-buddy-2.0.1.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="bug-buddy" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/" + +DEPEND=">=gnome-base/libglade-0.15" + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + dodoc AUTHORS COPYING* NEWS + dodoc README* TODO +} + + + + + diff --git a/gnome-extra/bug-buddy/files/digest-bug-buddy-2.0.1 b/gnome-extra/bug-buddy/files/digest-bug-buddy-2.0.1 new file mode 100644 index 000000000000..1f97fd52a069 --- /dev/null +++ b/gnome-extra/bug-buddy/files/digest-bug-buddy-2.0.1 @@ -0,0 +1 @@ +MD5 e70f4e0be3ee08ae34190c20d89bf16e bug-buddy-2.0.1.tar.gz diff --git a/gnome-extra/gal/gal-0.8.ebuild b/gnome-extra/gal/gal-0.8.ebuild index 841dbe09f671..166648a296cc 100644 --- a/gnome-extra/gal/gal-0.8.ebuild +++ b/gnome-extra/gal/gal-0.8.ebuild @@ -11,9 +11,10 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A} HOMEPAGE="http://www.gnome.org/" DEPEND="nls? ( sys-devel/gettext ) + >=dev-util/xml-i18n-tools-0.8.4 sys-devel/perl >=gnome-base/gnome-vfs-1.0.1 - >=gnome-base/libglade-0.16 >=gnome-base/libunicode-0.4 + alsa? ( >=media-libs/alsa-lib-0.5.10 ) >=gnome-base/gnome-print-0.29" RDEPEND="virtual/glibc" @@ -22,7 +23,7 @@ RDEPEND="virtual/glibc" src_compile() { local myconf if [ -z "`use nls`" ] - then + then myconf="--disable-nls" fi try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome ${myconf} diff --git a/gnome-extra/gtkhtml/gtkhtml-0.9.2.ebuild b/gnome-extra/gtkhtml/gtkhtml-0.9.2.ebuild index c5a82dfd0e26..8ddec8628499 100644 --- a/gnome-extra/gtkhtml/gtkhtml-0.9.2.ebuild +++ b/gnome-extra/gtkhtml/gtkhtml-0.9.2.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-extra/gtkhtml/gtkhtml-0.9.2.ebuild,v 1.1 2001/05/17 00:10:07 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-0.9.2.ebuild,v 1.2 2001/06/04 10:34:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,23 +10,22 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gtkhtml/${A} ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" -RDEPEND=">=gnome-base/gal-0.5 +DEPEND=">=gnome-base/gal-0.5 >=gnome-base/gconf-1.0 >=gnome-base/control-center-1.2.4 >=gnome-base/glibwww-0.2-r1 - >=gnome-base/libghttp-1.0.9" - -DEPEND="${RDEPEND} - >=sys-devel/automake-1.4" - -src_unpack() { - unpack ${A} - cd ${S} -# patch -p1 < ${FILESDIR}/${P}-gentoo.diff -# try aclocal -I macros -# try autoconf - try automake -} + >=gnome-base/libghttp-1.0.9 + >=gnome-base/libunicode-0.4 + bonobo? ( >=gnome-base/bonobo-1.0.4 ) + >=dev-util/xml-i18n-tools-0.8.4" + +DEPEND=">=gnome-base/gal-0.5 + >=gnome-base/gconf-1.0 + >=gnome-base/control-center-1.2.4 + >=gnome-base/libghttp-1.0.9 + >=gnome-base/libunicode-0.4 + bonobo? ( >=gnome-base/bonobo-1.0.4 )" + src_compile() { @@ -53,8 +52,6 @@ src_compile() { src_install() { try make DESTDIR=${D} install - #insinto /opt/gnome/include/gtkhtml - #doins src/htmlurl.h dodoc AUTHORS COPYING* ChangeLog README dodoc NEWS TODO diff --git a/gnome-office/abiword/abiword-0.7.14.ebuild b/gnome-office/abiword/abiword-0.7.14.ebuild new file mode 100644 index 000000000000..8bf83b0f792f --- /dev/null +++ b/gnome-office/abiword/abiword-0.7.14.ebuild @@ -0,0 +1,46 @@ +# 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-office/abiword/abiword-0.7.14.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $ + +A="abi-${PV}.tar.gz abidistfiles-${PV}.tar.gz expat-${PV}.tar.gz + unixfonts-${PV}.tar.gz wv-${PV}.tar.gz" +S=${WORKDIR}/abi-${PV} +DESCRIPTION="Framework for creating database applications" +SRC_URI="http://www.abisource.com/downloads/Version-${PV}/abi-${PV}.tar.gz + http://www.abisource.com/downloads/Version-${PV}/abidistfiles-${PV}.tar.gz + http://www.abisource.com/downloads/Version-${PV}/expat-${PV}.tar.gz + http://www.abisource.com/downloads/Version-${PV}/expat-${PV}.tar.gz + http://www.abisource.com/downloads/Version-${PV}/psiconv-${PV}.tar.gz + http://www.abisource.com/downloads/Version-${PV}/unixfonts-${PV}.tar.gz + http://www.abisource.com/downloads/Version-${PV}/wv-${PV}.tar.gz" + + +HOMEPAGE="http://www.gnome.org/gnome-office/abiword.shtml/" + +DEPEND="virtual/glibc + >=sys-devel/gcc-2.95.2 + =media-libs/freetype-1.3.1-r2 + >=media-libs/libpng-1.0.7 + >=x11-libs/gtk+-1.2.8 + virtual/x11" + + +src_compile() { + try make prefix=/opt/gnome/ UNIX_CAN_BUILD_STATIC=0 +} + +src_install() { + try make prefix=${D}/opt/gnome UNIX_CAN_BUILD_STATIC=0 install + cp ${D}/opt/gnome/AbiSuite/bin/AbiWord AbiWord.orig + sed -e "s:${D}::" AbiWord.orig > ${D}/opt/gnome/AbiSuite/bin/AbiWord + cd ${D}/opt/gnome/bin + rm -f abiword + rm -f AbiWord + ln -s ../AbiSuite/bin/AbiWord AbiWord + ln -s ../AbiSuite/bin/AbiWord abiword +} + + + + diff --git a/gnome-office/abiword/files/digest-abiword-0.7.14 b/gnome-office/abiword/files/digest-abiword-0.7.14 new file mode 100644 index 000000000000..ba15c3e10fdc --- /dev/null +++ b/gnome-office/abiword/files/digest-abiword-0.7.14 @@ -0,0 +1,5 @@ +MD5 60902c1142c6a2cc136cef2fcc2ff925 abi-0.7.14.tar.gz +MD5 c6585585cd9b3a4832f97bd71fcb81df abidistfiles-0.7.14.tar.gz +MD5 1007c612a4a5ff992e7e9a138d1bd8df expat-0.7.14.tar.gz +MD5 f8644723b7077a95736d6df24598aef4 unixfonts-0.7.14.tar.gz +MD5 3a4b9b91a6620cbbc788e077b06cfb65 wv-0.7.14.tar.gz diff --git a/gnome-office/dia/dia-0.88.1.ebuild b/gnome-office/dia/dia-0.88.1.ebuild new file mode 100644 index 000000000000..0d7c4fd0532d --- /dev/null +++ b/gnome-office/dia/dia-0.88.1.ebuild @@ -0,0 +1,46 @@ +# 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-office/dia/dia-0.88.1.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Diagram Creation Program" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/gnome-office/dia.shtml" + +DEPEND=">=gnome-base/gnome-print-0.24 + >=app-arch/rpm-3.0.5 + bonobo? ( gnome-base/bonobo ) + python? ( dev-lang/python-2.0 )" + + +src_compile() { + + local myconf + if [ "`use bonobo`" ] + then + myconf="--enable-bonobo" + fi +# if [ "`use python`" ] +# then +# myconf="$myconf --with-python" +# fi + try ./configure --host=${CHOST} --prefix=/opt/gnome \ + --sysconfdir=/etc/opt/gnome \ + --enable-gnome --enable-gnome-print ${myconf} + try make + +} + +src_install () { + + try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install + dodoc AUTHORS COPYING ChangeLog README NEWS TODO KNOWN_BUGS + +} + + + + + diff --git a/gnome-office/dia/files/digest-dia-0.88.1 b/gnome-office/dia/files/digest-dia-0.88.1 new file mode 100644 index 000000000000..77311d467dc7 --- /dev/null +++ b/gnome-office/dia/files/digest-dia-0.88.1 @@ -0,0 +1 @@ +MD5 66a8017a9a93efe08c658f0a29838724 dia-0.88.1.tar.gz diff --git a/gnome-office/gnumeric/files/digest-gnumeric-0.65 b/gnome-office/gnumeric/files/digest-gnumeric-0.65 new file mode 100644 index 000000000000..b079e55622a1 --- /dev/null +++ b/gnome-office/gnumeric/files/digest-gnumeric-0.65 @@ -0,0 +1 @@ +MD5 d31a2258b3f8ded219677a54f4fbe23f gnumeric-0.65.tar.gz diff --git a/gnome-office/gnumeric/gnumeric-0.65.ebuild b/gnome-office/gnumeric/gnumeric-0.65.ebuild new file mode 100644 index 000000000000..af8e6c8c239e --- /dev/null +++ b/gnome-office/gnumeric/gnumeric-0.65.ebuild @@ -0,0 +1,51 @@ +# 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-office/gnumeric/gnumeric-0.65.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="gnumeric" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnumeric/"${A} +HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml" + +DEPEND=">=sys-devel/perl-5 + >=dev-lang/python-2.0 + >=gnome-base/gal-0.3.0 + >=gnome-libs/gb-0.0.17 + >=gnome-libs/libole2-0.1.7 + bonobo? ( >=gnome-base/bonobo-0.28 + >=gnome-libs/libgda-0.2.0 ) " + +src_unpack() { + unpack ${A} + cd ${S} + cp configure configure.orig + sed -e 's:"%d,:"%d",:' configure.orig > configure +} + +src_compile() { + cd ${S} + local myconf + if [ "`use bonobo`" ] + then + myconf="--with-bonobo" + fi + LDFLAGS="-L/opt/gnome/lib -lunicode" try ./configure --host=${CHOST} --prefix=/opt/gnome \ + ${myconf} --with-gb + cd ${S} + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome PREFIX=${D}/usr install + dodoc AUTHORS COPYING *ChangeLog HACKING NEWS README TODO + +} + + + + + + diff --git a/media-gfx/gphoto/gphoto-0.4.3.ebuild b/media-gfx/gphoto/gphoto-0.4.3.ebuild index 6460510bebb7..bcb49f1bbe07 100644 --- a/media-gfx/gphoto/gphoto-0.4.3.ebuild +++ b/media-gfx/gphoto/gphoto-0.4.3.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 AJ Lewis <aj@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto/gphoto-0.4.3.ebuild,v 1.4 2001/05/15 15:41:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto/gphoto-0.4.3.ebuild,v 1.5 2001/06/04 10:34:15 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,20 +10,20 @@ SRC_URI="http://www.gphoto.net/dist/${A}" HOMEPAGE="http://www.gphoto.org" DEPEND="virtual/glibc - sys-apps/sed - >=x11-libs/gtk+-1.2 >=media-libs/imlib-1.8 >=media-gfx/imagemagick-4.1" -src_compile() { - try CFLAGS=\"${CFLAGS/-pipe/}\" ./configure --prefix=/usr/ --mandir=/usr/share/man --infodir=/usr/share/info +src_compile() { + + # -pipe does no work + try CFLAGS=\"${CFLAGS/-pipe/}\" ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome try make clean try make ${MAKEOPTS} } -src_install() { - try make prefix=${D}/usr/ mandir=${D}/usr/share/man infodir=${D}/usr/share/info install +src_install() { + try make prefix=${D}/opt/gnome --sysconfdir=${D}/etc/opd/gnome install dodoc AUTHORS CONTACTS COPYING ChangeLog FAQ MANUAL NEWS* PROGRAMMERS \ README THANKS THEMES TODO } diff --git a/media-gfx/gqview/files/digest-gqview-0.11.0 b/media-gfx/gqview/files/digest-gqview-0.11.0 new file mode 100644 index 000000000000..cae2e037e36b --- /dev/null +++ b/media-gfx/gqview/files/digest-gqview-0.11.0 @@ -0,0 +1 @@ +MD5 13302d9f99e5f591f2bceee06935a603 gqview-0.11.0.tar.gz diff --git a/media-gfx/gqview/gqview-0.11.0.ebuild b/media-gfx/gqview/gqview-0.11.0.ebuild new file mode 100644 index 000000000000..252730cb70bb --- /dev/null +++ b/media-gfx/gqview/gqview-0.11.0.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 Your Name <your email> +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gqview/gqview-0.11.0.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="A GNOME image browser" +SRC_URI="http://download.sourceforge.net/gqview/${A}" +HOMEPAGE="http://gqview.sourceforge.net" + +DEPEND="virtual/glibc + gnome-base/gdk-pixbuf + nls? ( sys-devel/gettext )" + +src_compile() { + local myconf + if [ -z "`use nls`" ] + then + myconf="--disable-nls" + fi + + try ./configure --prefix=/opt/gnome --mandir=/opt/gnome/share/man \ + --host=${CHOST} ${myconf} + try make + +} + +src_install () { + + try make prefix=${D}/opt/gnome mandir=${D}/opt/gnome/share/man \ + GNOME_DATADIR=${D}/opt/gnome/share install + +} + diff --git a/net-mail/sylpheed/sylpheed-0.4.66.ebuild b/net-mail/sylpheed/sylpheed-0.4.66.ebuild index 158f1dcc3740..102ac83f5fe0 100644 --- a/net-mail/sylpheed/sylpheed-0.4.66.ebuild +++ b/net-mail/sylpheed/sylpheed-0.4.66.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 Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.4.66.ebuild,v 1.1 2001/05/12 15:47:02 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.4.66.ebuild,v 1.2 2001/06/04 10:34:15 achim Exp $ #P= A=${P}.tar.bz2 @@ -11,9 +11,13 @@ SRC_URI="http://sylpheed.good-day.net/sylpheed/${A}" HOMEPAGE="http://sylpheed.good-day.net" DEPEND=">=x11-libs/gtk+-1.2 + >=media-libs/compface-1.4 gnome? ( >=gnome-base/gdk-pixbuf-0.10 ) nls? ( sys-devel/gettext )" +RDEPEND=">=x11-libs/gtk+-1.2 + gnome? ( >=gnome-base/gdk-pixbuf-0.10 )" + src_compile() { local myconf diff --git a/net-misc/gupsc/files/digest-gupsc-0.3.1 b/net-misc/gupsc/files/digest-gupsc-0.3.1 new file mode 100644 index 000000000000..136951d002ee --- /dev/null +++ b/net-misc/gupsc/files/digest-gupsc-0.3.1 @@ -0,0 +1 @@ +MD5 da182496ff347dccc4c24f2e9c803a06 gupsc-0.3.1.tar.bz2 diff --git a/net-misc/gupsc/gupsc-0.3.1.ebuild b/net-misc/gupsc/gupsc-0.3.1.ebuild new file mode 100644 index 000000000000..e1ae15396a9a --- /dev/null +++ b/net-misc/gupsc/gupsc-0.3.1.ebuild @@ -0,0 +1,26 @@ +# 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/net-misc/gupsc/gupsc-0.3.1.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $ + +A=${P}.tar.bz2 +S=${WORKDIR}/${P} +DESCRIPTION="A Gnome client for the Network UPS Tools (nut)" +SRC_URI="http://www.stud.ifi.uio.no/~hennikul/gupsc/download/"${A} +HOMEPAGE="http://www.stud.ifi.uio.no/~hennikul/gupsc/" + +DEPEND=">=gnome-base/gnome-libs-1.2.4" + + +src_compile() { + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make +} + +src_install() { + try make DESTDIR=${D} install + dodoc AUTHORS COPYING ChangeLog NEWS README TODO +} + + + |