summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-04 21:57:52 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-04 21:57:52 +0000
commiteacf763410af084ceac6b6be5bb2dc0de092d40c (patch)
tree9dae403ac2aa9060f62e6fb9160e9116ec5923d3 /gnome-base
parentREADME contains basic installation instructions (diff)
downloadhistorical-eacf763410af084ceac6b6be5bb2dc0de092d40c.tar.gz
historical-eacf763410af084ceac6b6be5bb2dc0de092d40c.tar.bz2
historical-eacf763410af084ceac6b6be5bb2dc0de092d40c.zip
*** empty log message ***
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gnome-applets/gnome-applets-1.4.0.1.ebuild9
-rw-r--r--gnome-base/gnome-core/gnome-core-1.4.0.4.ebuild9
-rw-r--r--gnome-base/librsvg/librsvg-1.0.0.ebuild7
3 files changed, 15 insertions, 10 deletions
diff --git a/gnome-base/gnome-applets/gnome-applets-1.4.0.1.ebuild b/gnome-base/gnome-applets/gnome-applets-1.4.0.1.ebuild
index 529c042e15ab..7038f8e29288 100644
--- a/gnome-base/gnome-applets/gnome-applets-1.4.0.1.ebuild
+++ b/gnome-base/gnome-applets/gnome-applets-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/gnome-applets/gnome-applets-1.4.0.1.ebuild,v 1.1 2001/04/15 21:45:13 pete Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-1.4.0.1.ebuild,v 1.2 2001/06/04 21:57:52 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -14,7 +14,12 @@ DEPEND="nls? ( sys-devel/gettext )
>=gnome-base/gnome-core-1.4
>=gnome-base/libgtop-1.0.12
>=gnome-base/libghttp-1.0.9
- >=gnome-base/scrollkeeper-0.2"
+ >=gnome-base/scrollkeeper-0.2
+ >=dev-util/xml-i18n-tools-0.8.4"
+
+RDEPEND=">=gnome-base/gnome-core-1.4
+ >=gnome-base/libgtop-1.0.12
+ >=gnome-base/libghttp-1.0.9"
src_compile() {
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 563eb76aafca..e060f436d45e 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.2 2001/06/04 10:34:15 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core/gnome-core-1.4.0.4.ebuild,v 1.3 2001/06/04 21:57:52 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -10,16 +10,13 @@ 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=">=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"
+RDEPEND=">=gnome-base/control-center-1.2.4 >=gnome-base/libglade-0.16-r1"
#gtkhtml? ( >=gnome-base/gtkhtml-0.7 )
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
>=sys-apps/tcp-wrappers-7.6
+ >=gnome-base/scrollkeeper-0.2
>=dev-util/xml-i18n-tools-0.8.4"
diff --git a/gnome-base/librsvg/librsvg-1.0.0.ebuild b/gnome-base/librsvg/librsvg-1.0.0.ebuild
index cf8612056fcb..702a50455859 100644
--- a/gnome-base/librsvg/librsvg-1.0.0.ebuild
+++ b/gnome-base/librsvg/librsvg-1.0.0.ebuild
@@ -12,7 +12,10 @@ HOMEPAGE="http://www.gnome.org/"
DEPEND=">=gnome-base/gnome-libs-1.2.10
>=media-libs/freetype-2.0.1
>=gnome-base/libxml-1.8
- >=gnome-base/gdk-pixbuf-0.10"
+ >=gnome-base/gdk-pixbuf-0.10
+ >=app-arch/rpm-3.0.6"
+RDEPEND="virtual/glibc"
+
src_compile() {
try ./configure --host=${CHOST} --prefix=/opt/gnome \
@@ -20,7 +23,7 @@ src_compile() {
try make
}
-src_install() {
+src_install() {
try make DESTDIR=${D} install
dodoc AUTHORS COPYING ChangeLog NEWS README*
}