diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-11-21 20:23:11 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-11-21 20:23:11 +0000 |
commit | 8951a6aa24b6d9aa48097cf50b41fa8f97a55c14 (patch) | |
tree | e17c7022f5fdd5e15caa222f14c244a45a664f7e /gnome-extra | |
parent | This is the Very Secure FTP Daemon. A newly written server which (diff) | |
download | gentoo-2-8951a6aa24b6d9aa48097cf50b41fa8f97a55c14.tar.gz gentoo-2-8951a6aa24b6d9aa48097cf50b41fa8f97a55c14.tar.bz2 gentoo-2-8951a6aa24b6d9aa48097cf50b41fa8f97a55c14.zip |
new version
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gal/files/digest-gal-0.18.1 | 1 | ||||
-rw-r--r-- | gnome-extra/gal/gal-0.18.1.ebuild | 50 | ||||
-rw-r--r-- | gnome-extra/guppi/files/digest-guppi-0.40.2 | 1 | ||||
-rw-r--r-- | gnome-extra/guppi/guppi-0.40.2.ebuild | 75 |
4 files changed, 127 insertions, 0 deletions
diff --git a/gnome-extra/gal/files/digest-gal-0.18.1 b/gnome-extra/gal/files/digest-gal-0.18.1 new file mode 100644 index 000000000000..4e0c1e6bf348 --- /dev/null +++ b/gnome-extra/gal/files/digest-gal-0.18.1 @@ -0,0 +1 @@ +MD5 64c430e62c237cc01d8d7ce14425885e gal-0.18.1.tar.bz2 876544 diff --git a/gnome-extra/gal/gal-0.18.1.ebuild b/gnome-extra/gal/gal-0.18.1.ebuild new file mode 100644 index 000000000000..e882e4c46182 --- /dev/null +++ b/gnome-extra/gal/gal-0.18.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Mikael Hallendal <hallski@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gal/gal-0.18.1.ebuild,v 1.1 2001/11/21 20:23:11 azarah Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="The Gnome Application Libraries" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.bz2" +HOMEPAGE="http://www.gnome.org/" + +DEPEND="nls? ( sys-devel/gettext ) + >=dev-util/intltool-0.11 + sys-devel/perl + >=gnome-base/gnome-vfs-1.0.2-r1 + >=dev-libs/libunicode-0.4-r1 + alsa? ( >=media-libs/alsa-lib-0.5.10 ) + >=gnome-base/gnome-print-0.30 + >=gnome-base/libglade-0.17-r1 + >=dev-libs/libxml-1.8.16" + +src_compile() { + local myconf + + if [ -z "`use nls`" ] + then + myconf="--disable-nls" + fi + + ./configure --host=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + ${myconf} || die + + make || die # Doesn't work with -j 4 (hallski) +} + +src_install() { + make prefix=${D}/usr \ + sysconfdir=${D}/etc \ + localstatedir=${D}/var/lib \ + install || die + + dodoc AUTHORS COPYING ChangeLog NEWS README +} + + + + + diff --git a/gnome-extra/guppi/files/digest-guppi-0.40.2 b/gnome-extra/guppi/files/digest-guppi-0.40.2 new file mode 100644 index 000000000000..568f81ec9140 --- /dev/null +++ b/gnome-extra/guppi/files/digest-guppi-0.40.2 @@ -0,0 +1 @@ +MD5 04a8d686f8d0a2fdeab80afcf1d0d478 Guppi-0.40.2.tar.bz2 1089536 diff --git a/gnome-extra/guppi/guppi-0.40.2.ebuild b/gnome-extra/guppi/guppi-0.40.2.ebuild new file mode 100644 index 000000000000..cb998193fa4a --- /dev/null +++ b/gnome-extra/guppi/guppi-0.40.2.ebuild @@ -0,0 +1,75 @@ +# 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/guppi/guppi-0.40.2.ebuild,v 1.1 2001/11/21 20:20:17 azarah Exp $ + +PN=Guppi +P=${PN}-${PV} +S=${WORKDIR}/${P} +DESCRIPTION="GNOME Plottin Tool" +# ftp.gnome.org is slooow in updating ;/ +SRC_URI="ftp://ftp.yggdrasil.com/mirrors/site/ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.bz2 + ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.bz2" +HOMEPAGE="http://www.gnome.org/guppi/" + +RDEPEND=">=x11-libs/gtk+-1.2.10-r3 + >=gnome-base/gnome-libs-1.4.1.2 + >=gnome-base/oaf-0.6.7 + >=gnome-base/libglade-0.17 + >=gnome-base/gnome-print-0.31 + >=media-libs/gdk-pixbuf-0.13 + >=dev-util/guile-1.4 + bonobo? ( >=gnome-base/bonobo-1.0.17 )" + +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=dev-util/intltool-0.11 + python? ( >=dev-lang/python-2.0 )" + + +src_compile() { + + local myconf + + if [ "`use bonobo`" ] + then + myconf="--enable-bonobo" + else + myconf="--disable-bonobo" + fi + + if [ "`use python`" ] + then + myconf="${myconf} --enable-python" + else + myconf="${myconf} --disable-python" + fi + + if [ -z "`use nls`" ] ; then + myconf="${myconf} --disable-nls" + fi + + if [ -z "`use readline`" ] ; then + myconf="${myconf} --disable-guile-readline" + fi + + CFLAGS="${CFLAGS} `gnome-config --cflags libglade`" + + ./configure --host=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + ${myconf} || die + + make || die # Doesn't work with -j 4 (hallski) +} + +src_install() { + + make prefix=${D}/usr \ + sysconfdir=${D}/etc \ + localstatedir=${D}/var/lib \ + install || die + + dodoc AUTHORS COPYING ChangeLog NEWS README TODO +} |