summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-office/dia/dia-0.88.1.ebuild47
-rw-r--r--app-text/ggv/ggv-1.0.1.ebuild6
-rw-r--r--dev-libs/libusb/files/digest-libusb-0.1.3b1
-rw-r--r--dev-libs/libusb/libusb-0.1.3b.ebuild26
-rw-r--r--dev-util/gob/files/digest-gob-1.0.91
-rw-r--r--dev-util/gob/gob-1.0.9.ebuild27
-rw-r--r--gnome-apps/bug-buddy/bug-buddy-2.0.1.ebuild13
-rw-r--r--gnome-apps/gdm/gdm-2.0_beta4-r2.ebuild12
-rw-r--r--gnome-apps/ggv/ggv-1.0.1.ebuild6
-rw-r--r--gnome-apps/gphoto/files/digest-gphoto-2.0_beta11
-rw-r--r--gnome-apps/gphoto/gphoto-0.4.3.ebuild4
-rw-r--r--gnome-apps/gphoto/gphoto-2.0_beta1.ebuild34
-rw-r--r--gnome-apps/users-guide/users-guide-1.2.ebuild12
-rw-r--r--gnome-base/eel/eel-1.0.ebuild11
-rw-r--r--gnome-base/gdm/gdm-2.0_beta4-r2.ebuild12
-rw-r--r--gnome-base/libglade/libglade-0.16-r1.ebuild6
-rw-r--r--gnome-extra/bug-buddy/bug-buddy-2.0.1.ebuild13
-rw-r--r--gnome-extra/gnome-pim/gnome-pim-1.4.0.ebuild16
-rw-r--r--gnome-extra/libgda/files/digest-libgda-0.2.91
-rw-r--r--gnome-extra/libgda/libgda-0.2.9.ebuild61
-rw-r--r--gnome-extra/medusa/medusa-0.5.1.ebuild11
-rw-r--r--gnome-extra/users-guide/users-guide-1.2.ebuild12
-rw-r--r--gnome-libs/eel/eel-1.0.ebuild11
-rw-r--r--gnome-libs/libgda/files/digest-libgda-0.2.91
-rw-r--r--gnome-libs/libgda/libgda-0.2.9.ebuild61
-rw-r--r--gnome-libs/medusa/medusa-0.5.1.ebuild11
-rw-r--r--gnome-office/dia/dia-0.88.1.ebuild47
-rw-r--r--gnome-office/eog/eog-0.6.ebuild31
-rw-r--r--gnome-office/gnome-pim/gnome-pim-1.4.0.ebuild16
-rw-r--r--media-gfx/eog/eog-0.6.ebuild31
-rw-r--r--media-gfx/gphoto/files/digest-gphoto-2.0_beta11
-rw-r--r--media-gfx/gphoto/gphoto-0.4.3.ebuild4
-rw-r--r--media-gfx/gphoto/gphoto-2.0_beta1.ebuild34
-rw-r--r--media-video/xmps/xmps-0.2.0.ebuild15
-rw-r--r--net-irc/xchat/xchat-1.6.4.ebuild33
-rw-r--r--net-misc/wget/files/digest-wget-1.71
-rw-r--r--net-misc/wget/wget-1.7.ebuild48
-rw-r--r--x11-base/xfree/files/digest-xfree-4.1.05
38 files changed, 549 insertions, 134 deletions
diff --git a/app-office/dia/dia-0.88.1.ebuild b/app-office/dia/dia-0.88.1.ebuild
index 1b1349b7ae7b..05f7e0765c5a 100644
--- a/app-office/dia/dia-0.88.1.ebuild
+++ b/app-office/dia/dia-0.88.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/app-office/dia/dia-0.88.1.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.88.1.ebuild,v 1.2 2001/06/05 19:43:20 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,33 +9,50 @@ 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 )
+DEPEND=">=gnome-base/libxml-1.8.13 nls? ( sys-devel/gettext )
+ >=gnome-base/gdk-pixbuf-0.11.0
+ >=app-arch/rpm-3.0.6
+ bonobo? ( >=gnome-base/bonobo-1.0.4 )
python? ( dev-lang/python-2.0 )"
-
+RDEPEND=">=gnome-base/libxml-1.8.13
+ >=gnome-base/gdk-pixbuf-0.11.0
+ >=app-arch/rpm-3.0.6
+ bonobo? ( >=gnome-base/bonobo-1.0.4 )"
src_compile() {
local myconf
- if [ "`use bonobo`" ]
- then
- myconf="--enable-bonobo"
+ local myprefix
+ myprefix="--prefix=/usr/X11R6 --sysconfdir=/etc/X11"
+ if [ "`use gnome`" ] ; then
+ myconf="--enable-gnome"
+ myprefix="--prefix=/opt/gnome --sysconfdir=/etc/opt/gnome"
+ else
+ myconf=""
+ fi
+
+ if [ "`use bonobo`" ]; then
+ myconf="--enable-gnome --enable-bonobo"
fi
-# if [ "`use python`" ]
-# then
+# 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}
+ if [ -z "`use nls`" ] ; then
+ myconf="$myconf --disable-nls"
+ fi
+ try ./configure --host=${CHOST} ${myprefix} ${myconf}
+ # enable-gnome-print not recoomended
try make
}
src_install () {
-
- try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
+ myprefix="prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11"
+ if [ "`use gnome`" ] ; then
+ myconf="--enable-gnome"
+ myprefix="prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome"
+ fi
+ try make $myprefix install
dodoc AUTHORS COPYING ChangeLog README NEWS TODO KNOWN_BUGS
}
diff --git a/app-text/ggv/ggv-1.0.1.ebuild b/app-text/ggv/ggv-1.0.1.ebuild
index 2dc388020bf5..ef0577012d90 100644
--- a/app-text/ggv/ggv-1.0.1.ebuild
+++ b/app-text/ggv/ggv-1.0.1.ebuild
@@ -9,11 +9,13 @@ DESCRIPTION="Gnome Ghostview"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A}
HOMEPAGE="http://www.gnome.org/"
-DEPEND=">=app-text/ghostscript-6.23
- >=gnome-base/gnome-libs-1.2.4
+DEPEND=">=gnome-base/gnome-libs-1.2.4
bonobo? ( >=gnome-base/bonobo-1.0 )
nls? ( sys-devel/gettext )"
+RDEPEND=">=gnome-base/gnome-libs-1.2.4
+ bonobo? ( >=gnome-base/bonobo-1.0 )"
+
src_compile() {
local myconf
if [ -z "`use nls`" ] ; then
diff --git a/dev-libs/libusb/files/digest-libusb-0.1.3b b/dev-libs/libusb/files/digest-libusb-0.1.3b
new file mode 100644
index 000000000000..999539c7d507
--- /dev/null
+++ b/dev-libs/libusb/files/digest-libusb-0.1.3b
@@ -0,0 +1 @@
+MD5 a5d80dff371935ca0bb0e4f9547ac401 libusb-0.1.3b.tar.gz
diff --git a/dev-libs/libusb/libusb-0.1.3b.ebuild b/dev-libs/libusb/libusb-0.1.3b.ebuild
new file mode 100644
index 000000000000..b2676158ff35
--- /dev/null
+++ b/dev-libs/libusb/libusb-0.1.3b.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 Your Name <your email>
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.3b.ebuild,v 1.1 2001/06/05 19:43:20 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="Userspace access to USB devices"
+SRC_URI="http://prdownloads.sourceforge.net/libusb/${A}"
+HOMEPAGE="http://libusb.sourceforge.net"
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+
+ try ./configure --prefix=/usr --host=${CHOST}
+ try make
+
+}
+
+src_install () {
+
+ try make DESTDIR=${D} install
+ dodoc AUTHORS NEWS README
+}
+
diff --git a/dev-util/gob/files/digest-gob-1.0.9 b/dev-util/gob/files/digest-gob-1.0.9
new file mode 100644
index 000000000000..d1b3aa2defc5
--- /dev/null
+++ b/dev-util/gob/files/digest-gob-1.0.9
@@ -0,0 +1 @@
+MD5 c32b6af9d6d3fe0f325a10bf369365dc gob-1.0.9.tar.gz
diff --git a/dev-util/gob/gob-1.0.9.ebuild b/dev-util/gob/gob-1.0.9.ebuild
new file mode 100644
index 000000000000..acf14a395823
--- /dev/null
+++ b/dev-util/gob/gob-1.0.9.ebuild
@@ -0,0 +1,27 @@
+# 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/dev-util/gob/gob-1.0.9.ebuild,v 1.1 2001/06/05 19:43:20 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="GOB is a preprocessor for making GTK+ objects with inline C code"
+SRC_URI="http://ftp.5z.com/pub/gob/${A}"
+HOMEPAGE="http://www.5z.com/jirka/gob.html"
+
+DEPEND=">=dev-libs/glib-1.2.10 sys-devel/flex"
+RDEPEND=">=dev-libs/glib-1.2.10"
+src_compile() {
+
+ try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST}
+ try make
+
+}
+
+src_install () {
+
+ try make DESTDIR=${D} install
+ dodoc AUTHORS COPYING CHangeLog NEWS README TODO
+
+}
+
diff --git a/gnome-apps/bug-buddy/bug-buddy-2.0.1.ebuild b/gnome-apps/bug-buddy/bug-buddy-2.0.1.ebuild
index e1ace02fd6c0..e9ee81272af7 100644
--- a/gnome-apps/bug-buddy/bug-buddy-2.0.1.ebuild
+++ b/gnome-apps/bug-buddy/bug-buddy-2.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-apps/bug-buddy/bug-buddy-2.0.1.ebuild,v 1.2 2001/06/04 21:57:52 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-apps/bug-buddy/bug-buddy-2.0.1.ebuild,v 1.3 2001/06/05 19:43:20 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,8 +9,15 @@ DESCRIPTION="bug-buddy"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
HOMEPAGE="http://www.gnome.org/"
-DEPEND="virtual/glibc nls? ( sys-devel/gettext)
- >=gnome-base/gnome-core"
+DEPEND="virtual/glibc nls? ( sys-devel/gettext )
+ >=gnome-base/gnome-vfs-1.0.1
+ >=gnome-base/libglade-0.15
+ >=gnome-base/gdk-pixbuf-0.11.0"
+
+RDEPEND="virtual/glibc
+ >=gnome-base/gnome-vfs-1.0.1
+ >=gnome-base/libglade-0.15
+ >=gnome-base/gdk-pixbuf-0.11.0"
src_compile() {
local myconf
diff --git a/gnome-apps/gdm/gdm-2.0_beta4-r2.ebuild b/gnome-apps/gdm/gdm-2.0_beta4-r2.ebuild
index 2e7c7d0376f7..d51dfa2c8e48 100644
--- a/gnome-apps/gdm/gdm-2.0_beta4-r2.ebuild
+++ b/gnome-apps/gdm/gdm-2.0_beta4-r2.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-apps/gdm/gdm-2.0_beta4-r2.ebuild,v 1.1 2001/05/07 20:39:54 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gdm/gdm-2.0_beta4-r2.ebuild,v 1.2 2001/06/05 19:43:20 achim Exp $
P=gdm-2.0beta4
A=${P}.tar.gz
@@ -14,6 +14,9 @@ DEPEND=">=sys-libs/pam-0.72
>=sys-apps/tcp-wrappers-7.6
>=gnome-base/gnome-libs-1.2.4"
+RDEPEND=">=sys-libs/pam-0.72
+ >=gnome-base/gnome-libs-1.2.4"
+
src_unpack() {
unpack ${A}
cd ${S}/daemon
@@ -46,6 +49,13 @@ src_install() {
doexe ${FILESDIR}/wm/{afterstep,blackbox,enlightenment,fvwm,gnome,icewm,kde,pwm,windowmaker,xfce}
cd ${S}
dodoc AUTHORS COPYING ChangeLog NEWS README* RELEASENOTES TODO
+ docinto sgml
+ dodoc docs/C/gdm.sgml
+ docinto html
+ dodoc docs/C/gdm.html
+ docinto html/gdm
+ dodoc docs/C/gdm/*.html
+
}
diff --git a/gnome-apps/ggv/ggv-1.0.1.ebuild b/gnome-apps/ggv/ggv-1.0.1.ebuild
index 2dc388020bf5..ef0577012d90 100644
--- a/gnome-apps/ggv/ggv-1.0.1.ebuild
+++ b/gnome-apps/ggv/ggv-1.0.1.ebuild
@@ -9,11 +9,13 @@ DESCRIPTION="Gnome Ghostview"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A}
HOMEPAGE="http://www.gnome.org/"
-DEPEND=">=app-text/ghostscript-6.23
- >=gnome-base/gnome-libs-1.2.4
+DEPEND=">=gnome-base/gnome-libs-1.2.4
bonobo? ( >=gnome-base/bonobo-1.0 )
nls? ( sys-devel/gettext )"
+RDEPEND=">=gnome-base/gnome-libs-1.2.4
+ bonobo? ( >=gnome-base/bonobo-1.0 )"
+
src_compile() {
local myconf
if [ -z "`use nls`" ] ; then
diff --git a/gnome-apps/gphoto/files/digest-gphoto-2.0_beta1 b/gnome-apps/gphoto/files/digest-gphoto-2.0_beta1
new file mode 100644
index 000000000000..e83f03b94851
--- /dev/null
+++ b/gnome-apps/gphoto/files/digest-gphoto-2.0_beta1
@@ -0,0 +1 @@
+MD5 a6c0ec7ac7ee34486440637ee48d09a7 gphoto-2.0beta1.tar.gz
diff --git a/gnome-apps/gphoto/gphoto-0.4.3.ebuild b/gnome-apps/gphoto/gphoto-0.4.3.ebuild
index 86f96044840e..6d6a8f5b2ecb 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.5 2001/06/04 10:34:15 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gphoto/gphoto-0.4.3.ebuild,v 1.6 2001/06/05 19:43:20 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -23,7 +23,7 @@ src_compile() {
}
src_install() {
- try make prefix=${D}/opt/gnome --sysconfdir=${D}/etc/opd/gnome install
+ try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
dodoc AUTHORS CONTACTS COPYING ChangeLog FAQ MANUAL NEWS* PROGRAMMERS \
README THANKS THEMES TODO
}
diff --git a/gnome-apps/gphoto/gphoto-2.0_beta1.ebuild b/gnome-apps/gphoto/gphoto-2.0_beta1.ebuild
new file mode 100644
index 000000000000..7342487abe2d
--- /dev/null
+++ b/gnome-apps/gphoto/gphoto-2.0_beta1.ebuild
@@ -0,0 +1,34 @@
+# 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-2.0_beta1.ebuild,v 1.1 2001/06/05 19:43:20 achim Exp $
+
+A=${PN}-2.0beta1.tar.gz
+S=${WORKDIR}/${PN}-2.0beta1
+DESCRIPTION="free, redistributable digital camera software application"
+SRC_URI="http://www.gphoto.net/dist/${A}"
+HOMEPAGE="http://www.gphoto.org"
+
+DEPEND="virtual/glibc >=dev-libs/libusb-0.1.3b >=dev-libs/glib-1.2.10 >=sys-libs/zlib-1.1.3"
+
+
+src_compile() {
+
+ # -pipe does no work
+ cd libgphoto2_port
+ try CFLAGS=\"${CFLAGS/-pipe/}\" ./configure --prefix=/usr --sysconfdir=/etc
+ cd ..
+ try CFLAGS=\"${CFLAGS/-pipe/}\" ./configure --prefix=/usr --sysconfdir=/etc
+ # -j does not work
+ try make
+}
+
+src_install() {
+ try make prefix=${D}/usr sysconfdir=${D}/etc install
+ dodoc ChangeLog NEWS* README
+ mv ${D}/usr/share/gphoto2/html ${D}/usr/share/doc/${PF}/sgml
+ mv ${D}/usr/doc/gphoto2/* ${D}/usr/share/doc/${PF}
+ rm -rf ${D}/usr/share/gphoto2 ${D}/usr/share/doc/${PF}/sgml/gphoto2 ${D}/usr/doc
+ prepalldocs
+}
+
diff --git a/gnome-apps/users-guide/users-guide-1.2.ebuild b/gnome-apps/users-guide/users-guide-1.2.ebuild
index 89bfe0351b19..b0ec94aa21cf 100644
--- a/gnome-apps/users-guide/users-guide-1.2.ebuild
+++ b/gnome-apps/users-guide/users-guide-1.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-apps/users-guide/users-guide-1.2.ebuild,v 1.4 2000/11/04 16:14:54 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-apps/users-guide/users-guide-1.2.ebuild,v 1.5 2001/06/05 19:43:20 achim Exp $
P=users-guide-1.2
A=${P}.tar.gz
@@ -10,18 +10,14 @@ DESCRIPTION="gnome-users-guide"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/users-guide/"${A}
HOMEPAGE="http://www.gnome.org/"
-DEPEND=">=sys-devel/automake-1.4
- >=sys-devel/autoconf-2.13
- >=sys-apps/texinfo-4.0"
+DEPEND=""
-src_compile() {
- cd ${S}
+src_compile() {
try ./configure --host=${CHOST} --prefix=/opt/gnome
try make
}
-src_install() {
- cd ${S}
+src_install() {
try make prefix=${D}/opt/gnome install
dodoc AUTHORS COPYING* ChangeLog NEWS
dodoc README* TODO
diff --git a/gnome-base/eel/eel-1.0.ebuild b/gnome-base/eel/eel-1.0.ebuild
index b3e86d8c4c7f..157dce3bc524 100644
--- a/gnome-base/eel/eel-1.0.ebuild
+++ b/gnome-base/eel/eel-1.0.ebuild
@@ -9,8 +9,15 @@ DESCRIPTION="eel"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
HOMEPAGE="http://www.gnome.org/"
-DEPEND=">=gnome-base/gnome-core-1.4
- >=gnome-base/gconf-1.0
+DEPEND=">=gnome-base/gnome-vfs-1.0.1
+ >=gnome-base/gdk-pixbuf-0.11.0
+ >=media-libs/freetype-2.0.1
+ >=gnome-libs/librsvg-1.0
+ >=dev-util/xml-i18n-tools-0.8.4"
+
+RDEPEND=">=media-libs/freetype-2.0.1
+ >=gnome-base/gnome-vfs-1.0.1
+ >=gnome-base/gdk-pixbuf-0.11.0
>=gnome-libs/librsvg-1.0"
src_compile() {
diff --git a/gnome-base/gdm/gdm-2.0_beta4-r2.ebuild b/gnome-base/gdm/gdm-2.0_beta4-r2.ebuild
index d5dbdd26d13a..69d9678e859f 100644
--- a/gnome-base/gdm/gdm-2.0_beta4-r2.ebuild
+++ b/gnome-base/gdm/gdm-2.0_beta4-r2.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/gdm/gdm-2.0_beta4-r2.ebuild,v 1.1 2001/05/07 20:39:54 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.0_beta4-r2.ebuild,v 1.2 2001/06/05 19:43:20 achim Exp $
P=gdm-2.0beta4
A=${P}.tar.gz
@@ -14,6 +14,9 @@ DEPEND=">=sys-libs/pam-0.72
>=sys-apps/tcp-wrappers-7.6
>=gnome-base/gnome-libs-1.2.4"
+RDEPEND=">=sys-libs/pam-0.72
+ >=gnome-base/gnome-libs-1.2.4"
+
src_unpack() {
unpack ${A}
cd ${S}/daemon
@@ -46,6 +49,13 @@ src_install() {
doexe ${FILESDIR}/wm/{afterstep,blackbox,enlightenment,fvwm,gnome,icewm,kde,pwm,windowmaker,xfce}
cd ${S}
dodoc AUTHORS COPYING ChangeLog NEWS README* RELEASENOTES TODO
+ docinto sgml
+ dodoc docs/C/gdm.sgml
+ docinto html
+ dodoc docs/C/gdm.html
+ docinto html/gdm
+ dodoc docs/C/gdm/*.html
+
}
diff --git a/gnome-base/libglade/libglade-0.16-r1.ebuild b/gnome-base/libglade/libglade-0.16-r1.ebuild
index 7bde14730312..73e36825f99e 100644
--- a/gnome-base/libglade/libglade-0.16-r1.ebuild
+++ b/gnome-base/libglade/libglade-0.16-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/gnome-base/libglade/libglade-0.16-r1.ebuild,v 1.1 2001/04/15 18:57:14 pete Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-0.16-r1.ebuild,v 1.2 2001/06/05 19:43:20 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -13,12 +13,12 @@ HOMEPAGE="http://www.gnome.org/"
DEPEND="nls? ( sys-devel/gettext )
>=gnome-base/gnome-libs-1.2.12
>=gnome-base/libxml-1.8.11
- bonobo? ( >=gnome-base/bonobo-0.37 )"
+ bonobo2? ( >=gnome-base/bonobo-0.37 )"
src_compile() {
local myopts
- if [ "`use bonobo`" ]
+ if [ "`use bonobo2`" ]
then
# I had to add --disable-bonobotest, because, for some reason,
# the conftest in configure segfaults, but libglade still
diff --git a/gnome-extra/bug-buddy/bug-buddy-2.0.1.ebuild b/gnome-extra/bug-buddy/bug-buddy-2.0.1.ebuild
index 10e55af57218..ed9201c68c86 100644
--- a/gnome-extra/bug-buddy/bug-buddy-2.0.1.ebuild
+++ b/gnome-extra/bug-buddy/bug-buddy-2.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-extra/bug-buddy/bug-buddy-2.0.1.ebuild,v 1.2 2001/06/04 21:57:52 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bug-buddy/bug-buddy-2.0.1.ebuild,v 1.3 2001/06/05 19:43:20 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,8 +9,15 @@ DESCRIPTION="bug-buddy"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
HOMEPAGE="http://www.gnome.org/"
-DEPEND="virtual/glibc nls? ( sys-devel/gettext)
- >=gnome-base/gnome-core"
+DEPEND="virtual/glibc nls? ( sys-devel/gettext )
+ >=gnome-base/gnome-vfs-1.0.1
+ >=gnome-base/libglade-0.15
+ >=gnome-base/gdk-pixbuf-0.11.0"
+
+RDEPEND="virtual/glibc
+ >=gnome-base/gnome-vfs-1.0.1
+ >=gnome-base/libglade-0.15
+ >=gnome-base/gdk-pixbuf-0.11.0"
src_compile() {
local myconf
diff --git a/gnome-extra/gnome-pim/gnome-pim-1.4.0.ebuild b/gnome-extra/gnome-pim/gnome-pim-1.4.0.ebuild
index eaa49f31477e..62180750a4a6 100644
--- a/gnome-extra/gnome-pim/gnome-pim-1.4.0.ebuild
+++ b/gnome-extra/gnome-pim/gnome-pim-1.4.0.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/gnome-pim/gnome-pim-1.4.0.ebuild,v 1.1 2001/05/17 00:10:07 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pim/gnome-pim-1.4.0.ebuild,v 1.2 2001/06/05 19:43:20 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,16 +9,20 @@ DESCRIPTION="gnome-pim"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-pim/"${A}
HOMEPGAE="http://www.gnome.org/gnome-office/gnome-pim.shtml"
-DEPEND=">=gnome-base/gnome-core-1.4.0"
+DEPEND=">=gnome-base/gnome-core-1.4.0 nls? ( sys-devel/gettext )"
RDEPEND=">=gnome-base/gnome-libs-1.2.13"
-src_compile() {
- try ./configure --host=${CHOST} --prefix=/opt/gnome
+src_compile() {
+ local myconf
+ if [ -z "`use nls`" ] ; then
+ myconf="--disable-nls"
+ fi
+ try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome $myconf
try make
}
-src_install() {
- try make prefix=${D}/opt/gnome install
+src_install() {
+ try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
dodoc AUTHORS COPYING* ChangeLog NEWS
dodoc README*
}
diff --git a/gnome-extra/libgda/files/digest-libgda-0.2.9 b/gnome-extra/libgda/files/digest-libgda-0.2.9
new file mode 100644
index 000000000000..5f45483be561
--- /dev/null
+++ b/gnome-extra/libgda/files/digest-libgda-0.2.9
@@ -0,0 +1 @@
+MD5 572b2b19a2e959aaa150ab490c57fb76 libgda-0.2.9.tar.gz
diff --git a/gnome-extra/libgda/libgda-0.2.9.ebuild b/gnome-extra/libgda/libgda-0.2.9.ebuild
new file mode 100644
index 000000000000..b6ce9e4a5664
--- /dev/null
+++ b/gnome-extra/libgda/libgda-0.2.9.ebuild
@@ -0,0 +1,61 @@
+# 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
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="gda lib"
+SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-db/${A}"
+HOMEPAGE="http://www.gnome.org/gnome-db"
+
+DEPEND="virtual/glibc sys-apps/which
+ >=sys-libs/gdbm-1.8.0
+ >=sys-libs/readline-4.1
+ >=gnome-base/gconf-0.11
+ >=dev-perl/CORBA-ORBit-0.4.3
+ mysql? ( >=dev-db/mysql-3.23.26 )
+ postgres? ( >=dev-db/postgresql-7.1 )
+ odbc? ( >=dev-db/unixODBC-1.8.13 )
+ ldap? ( >=net-nds/openldap-1.2.11 )"
+
+RDEPEND="virtual/glibc
+ >=gnome-base/gconf-0.11
+ >=sys-libs/gdbm-1.8.0
+ >=sys-libs/readline-4.1
+ mysql? ( >=dev-db/mysql-3.23.26 )
+ postgres? ( >=dev-db/postgresql-7.1 )
+ odbc? ( >=dev-db/unixODBC-1.8.13 )
+ ldap? ( >=net-nds/openldap-1.2.11 )"
+
+src_compile() {
+ local myconf
+ if [ "`use mysql`" ] ; then
+ myconf="--with-mysql=/usr"
+ fi
+ if [ "`use ldap`" ] ; then
+ myconf="$myconf --with-ldap=/usr"
+ fi
+ if [ "`use odbc`" ]; then
+ myconf="$myconf --with-odbc"
+ fi
+ if [ "`use postgres`" ]; then
+ myconf="$myconf --with-postgres=/usr"
+ fi
+
+ try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome $myconf
+ try make LDFLAGS=\"-lncurses\" LIBREADLINE=\"-lreadline -lncurses\"
+}
+
+src_install() {
+ try make prefix=${D}/opt/gnome sysconfdir=/etc/opt/gnome \
+ PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 \
+ GDA_oafinfodir=${D}/opt/gnome/share/oaf install
+ into /usr
+ dobin providers/gda-default-server/build_sqlite/{lemon,sqlite}
+ dodoc AUTHORS COPYING.* ChangeLog NEWS README
+}
+
+
+
+
diff --git a/gnome-extra/medusa/medusa-0.5.1.ebuild b/gnome-extra/medusa/medusa-0.5.1.ebuild
index 5a6657f767f4..3b8afd4d3732 100644
--- a/gnome-extra/medusa/medusa-0.5.1.ebuild
+++ b/gnome-extra/medusa/medusa-0.5.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-extra/medusa/medusa-0.5.1.ebuild,v 1.1 2001/05/10 01:50:35 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/medusa/medusa-0.5.1.ebuild,v 1.2 2001/06/05 19:43:20 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -10,19 +10,18 @@ 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=">=gnome-base/gnome-vfs-1.0
- >=sys-libs/db-1.8"
+DEPEND=">=gnome-base/gnome-vfs-1.0"
-src_compile() {
+src_compile() {
try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --sysconfdir=/etc/opt/gnome --mandir=/opt/gnome/share/man \
+ --sysconfdir=/etc/opt/gnome --mandir=/opt/gnome/man \
--sharedstatedir=/var/lib --localstatedir=/var/lib --enable-prefere-db1
try make medusainitdir=/tmp
}
src_install() {
try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome \
- medusainitdir=/tmp mandir=${D}/opt/gnome/share/man install
+ medusainitdir=/tmp mandir=${D}/opt/gnome/man install
dodoc AUTHORS COPYING ChangeLog NEWS README
}
diff --git a/gnome-extra/users-guide/users-guide-1.2.ebuild b/gnome-extra/users-guide/users-guide-1.2.ebuild
index edf4b8cc54c6..b60582ea2439 100644
--- a/gnome-extra/users-guide/users-guide-1.2.ebuild
+++ b/gnome-extra/users-guide/users-guide-1.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/users-guide/users-guide-1.2.ebuild,v 1.4 2000/11/04 16:14:54 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/users-guide/users-guide-1.2.ebuild,v 1.5 2001/06/05 19:43:20 achim Exp $
P=users-guide-1.2
A=${P}.tar.gz
@@ -10,18 +10,14 @@ DESCRIPTION="gnome-users-guide"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/users-guide/"${A}
HOMEPAGE="http://www.gnome.org/"
-DEPEND=">=sys-devel/automake-1.4
- >=sys-devel/autoconf-2.13
- >=sys-apps/texinfo-4.0"
+DEPEND=""
-src_compile() {
- cd ${S}
+src_compile() {
try ./configure --host=${CHOST} --prefix=/opt/gnome
try make
}
-src_install() {
- cd ${S}
+src_install() {
try make prefix=${D}/opt/gnome install
dodoc AUTHORS COPYING* ChangeLog NEWS
dodoc README* TODO
diff --git a/gnome-libs/eel/eel-1.0.ebuild b/gnome-libs/eel/eel-1.0.ebuild
index b3e86d8c4c7f..157dce3bc524 100644
--- a/gnome-libs/eel/eel-1.0.ebuild
+++ b/gnome-libs/eel/eel-1.0.ebuild
@@ -9,8 +9,15 @@ DESCRIPTION="eel"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
HOMEPAGE="http://www.gnome.org/"
-DEPEND=">=gnome-base/gnome-core-1.4
- >=gnome-base/gconf-1.0
+DEPEND=">=gnome-base/gnome-vfs-1.0.1
+ >=gnome-base/gdk-pixbuf-0.11.0
+ >=media-libs/freetype-2.0.1
+ >=gnome-libs/librsvg-1.0
+ >=dev-util/xml-i18n-tools-0.8.4"
+
+RDEPEND=">=media-libs/freetype-2.0.1
+ >=gnome-base/gnome-vfs-1.0.1
+ >=gnome-base/gdk-pixbuf-0.11.0
>=gnome-libs/librsvg-1.0"
src_compile() {
diff --git a/gnome-libs/libgda/files/digest-libgda-0.2.9 b/gnome-libs/libgda/files/digest-libgda-0.2.9
new file mode 100644
index 000000000000..5f45483be561
--- /dev/null
+++ b/gnome-libs/libgda/files/digest-libgda-0.2.9
@@ -0,0 +1 @@
+MD5 572b2b19a2e959aaa150ab490c57fb76 libgda-0.2.9.tar.gz
diff --git a/gnome-libs/libgda/libgda-0.2.9.ebuild b/gnome-libs/libgda/libgda-0.2.9.ebuild
new file mode 100644
index 000000000000..b6ce9e4a5664
--- /dev/null
+++ b/gnome-libs/libgda/libgda-0.2.9.ebuild
@@ -0,0 +1,61 @@
+# 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
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="gda lib"
+SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-db/${A}"
+HOMEPAGE="http://www.gnome.org/gnome-db"
+
+DEPEND="virtual/glibc sys-apps/which
+ >=sys-libs/gdbm-1.8.0
+ >=sys-libs/readline-4.1
+ >=gnome-base/gconf-0.11
+ >=dev-perl/CORBA-ORBit-0.4.3
+ mysql? ( >=dev-db/mysql-3.23.26 )
+ postgres? ( >=dev-db/postgresql-7.1 )
+ odbc? ( >=dev-db/unixODBC-1.8.13 )
+ ldap? ( >=net-nds/openldap-1.2.11 )"
+
+RDEPEND="virtual/glibc
+ >=gnome-base/gconf-0.11
+ >=sys-libs/gdbm-1.8.0
+ >=sys-libs/readline-4.1
+ mysql? ( >=dev-db/mysql-3.23.26 )
+ postgres? ( >=dev-db/postgresql-7.1 )
+ odbc? ( >=dev-db/unixODBC-1.8.13 )
+ ldap? ( >=net-nds/openldap-1.2.11 )"
+
+src_compile() {
+ local myconf
+ if [ "`use mysql`" ] ; then
+ myconf="--with-mysql=/usr"
+ fi
+ if [ "`use ldap`" ] ; then
+ myconf="$myconf --with-ldap=/usr"
+ fi
+ if [ "`use odbc`" ]; then
+ myconf="$myconf --with-odbc"
+ fi
+ if [ "`use postgres`" ]; then
+ myconf="$myconf --with-postgres=/usr"
+ fi
+
+ try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome $myconf
+ try make LDFLAGS=\"-lncurses\" LIBREADLINE=\"-lreadline -lncurses\"
+}
+
+src_install() {
+ try make prefix=${D}/opt/gnome sysconfdir=/etc/opt/gnome \
+ PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 \
+ GDA_oafinfodir=${D}/opt/gnome/share/oaf install
+ into /usr
+ dobin providers/gda-default-server/build_sqlite/{lemon,sqlite}
+ dodoc AUTHORS COPYING.* ChangeLog NEWS README
+}
+
+
+
+
diff --git a/gnome-libs/medusa/medusa-0.5.1.ebuild b/gnome-libs/medusa/medusa-0.5.1.ebuild
index b8ea4d049cf9..09e19f755fe5 100644
--- a/gnome-libs/medusa/medusa-0.5.1.ebuild
+++ b/gnome-libs/medusa/medusa-0.5.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-libs/medusa/medusa-0.5.1.ebuild,v 1.1 2001/05/10 01:50:35 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-libs/medusa/medusa-0.5.1.ebuild,v 1.2 2001/06/05 19:43:20 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -10,19 +10,18 @@ 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=">=gnome-base/gnome-vfs-1.0
- >=sys-libs/db-1.8"
+DEPEND=">=gnome-base/gnome-vfs-1.0"
-src_compile() {
+src_compile() {
try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --sysconfdir=/etc/opt/gnome --mandir=/opt/gnome/share/man \
+ --sysconfdir=/etc/opt/gnome --mandir=/opt/gnome/man \
--sharedstatedir=/var/lib --localstatedir=/var/lib --enable-prefere-db1
try make medusainitdir=/tmp
}
src_install() {
try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome \
- medusainitdir=/tmp mandir=${D}/opt/gnome/share/man install
+ medusainitdir=/tmp mandir=${D}/opt/gnome/man install
dodoc AUTHORS COPYING ChangeLog NEWS README
}
diff --git a/gnome-office/dia/dia-0.88.1.ebuild b/gnome-office/dia/dia-0.88.1.ebuild
index 0d7c4fd0532d..398138e2a7d3 100644
--- a/gnome-office/dia/dia-0.88.1.ebuild
+++ b/gnome-office/dia/dia-0.88.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-office/dia/dia-0.88.1.ebuild,v 1.1 2001/06/04 10:34:15 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-office/dia/dia-0.88.1.ebuild,v 1.2 2001/06/05 19:43:20 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,33 +9,50 @@ 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 )
+DEPEND=">=gnome-base/libxml-1.8.13 nls? ( sys-devel/gettext )
+ >=gnome-base/gdk-pixbuf-0.11.0
+ >=app-arch/rpm-3.0.6
+ bonobo? ( >=gnome-base/bonobo-1.0.4 )
python? ( dev-lang/python-2.0 )"
-
+RDEPEND=">=gnome-base/libxml-1.8.13
+ >=gnome-base/gdk-pixbuf-0.11.0
+ >=app-arch/rpm-3.0.6
+ bonobo? ( >=gnome-base/bonobo-1.0.4 )"
src_compile() {
local myconf
- if [ "`use bonobo`" ]
- then
- myconf="--enable-bonobo"
+ local myprefix
+ myprefix="--prefix=/usr/X11R6 --sysconfdir=/etc/X11"
+ if [ "`use gnome`" ] ; then
+ myconf="--enable-gnome"
+ myprefix="--prefix=/opt/gnome --sysconfdir=/etc/opt/gnome"
+ else
+ myconf=""
+ fi
+
+ if [ "`use bonobo`" ]; then
+ myconf="--enable-gnome --enable-bonobo"
fi
-# if [ "`use python`" ]
-# then
+# 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}
+ if [ -z "`use nls`" ] ; then
+ myconf="$myconf --disable-nls"
+ fi
+ try ./configure --host=${CHOST} ${myprefix} ${myconf}
+ # enable-gnome-print not recoomended
try make
}
src_install () {
-
- try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
+ myprefix="prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11"
+ if [ "`use gnome`" ] ; then
+ myconf="--enable-gnome"
+ myprefix="prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome"
+ fi
+ try make $myprefix install
dodoc AUTHORS COPYING ChangeLog README NEWS TODO KNOWN_BUGS
}
diff --git a/gnome-office/eog/eog-0.6.ebuild b/gnome-office/eog/eog-0.6.ebuild
index c8effe7fca72..9a7dafed81af 100644
--- a/gnome-office/eog/eog-0.6.ebuild
+++ b/gnome-office/eog/eog-0.6.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-office/eog/eog-0.6.ebuild,v 1.2 2001/05/10 09:39:40 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-office/eog/eog-0.6.ebuild,v 1.3 2001/06/05 19:43:20 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,20 +9,27 @@ DESCRIPTION="Eye of GNOME"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/eog/"${A}
HOMEPAGE="http://www.gnome.org/gnome-office/eog.shtml"
-DEPEND=">=gnome-base/bonobo-0.18
- >=gnome-base/gconf-0.8
- >=gnome-base/gnome-core-1.4
- >=gnome-base/libglade-0.16"
-
-src_compile() {
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --with-bonobo
+DEPEND="virtual/glibc nls? ( sys-devel/gettext )
+ >=gnome-base/bonobo-1.0.4
+ >=gnome-base/gconf-1.0.1
+ >=dev-util/xml-i18n-tools-0.8.4"
+
+RDEPEND="virtual/glibc
+ >=gnome-base/gconf-1.0.1
+ >=gnome-base/bonobo-1.0.4"
+
+src_compile() {
+ local myconf
+ if [ -z "`use nls`" ] ; then
+ myconf="--disable-nls"
+ fi
+ try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome $myconf
try make
}
-src_install() {
- try make prefix=${D}/opt/gnome \
- GCONG_CONFIG_SOURCE=xml=${D}/opt/gnome/etc/gconf/gconf.xml.defaults install
+src_install() {
+ try make prefix=${D}/opt/gnome sysconfdir=/etc/opt/gnome \
+ GCONG_CONFIG_SOURCE=xml=${D}/etc/opt/gnome/gconf/gconf.xml.defaults install
dodoc AUTHORS COPYING DEPENDS ChangeLog HACKING NEWS README TODO MAINTAINERS
}
diff --git a/gnome-office/gnome-pim/gnome-pim-1.4.0.ebuild b/gnome-office/gnome-pim/gnome-pim-1.4.0.ebuild
index 142d8462bcab..795fb735b48d 100644
--- a/gnome-office/gnome-pim/gnome-pim-1.4.0.ebuild
+++ b/gnome-office/gnome-pim/gnome-pim-1.4.0.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-office/gnome-pim/gnome-pim-1.4.0.ebuild,v 1.1 2001/05/17 00:10:07 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-office/gnome-pim/gnome-pim-1.4.0.ebuild,v 1.2 2001/06/05 19:43:20 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,16 +9,20 @@ DESCRIPTION="gnome-pim"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-pim/"${A}
HOMEPGAE="http://www.gnome.org/gnome-office/gnome-pim.shtml"
-DEPEND=">=gnome-base/gnome-core-1.4.0"
+DEPEND=">=gnome-base/gnome-core-1.4.0 nls? ( sys-devel/gettext )"
RDEPEND=">=gnome-base/gnome-libs-1.2.13"
-src_compile() {
- try ./configure --host=${CHOST} --prefix=/opt/gnome
+src_compile() {
+ local myconf
+ if [ -z "`use nls`" ] ; then
+ myconf="--disable-nls"
+ fi
+ try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome $myconf
try make
}
-src_install() {
- try make prefix=${D}/opt/gnome install
+src_install() {
+ try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
dodoc AUTHORS COPYING* ChangeLog NEWS
dodoc README*
}
diff --git a/media-gfx/eog/eog-0.6.ebuild b/media-gfx/eog/eog-0.6.ebuild
index 6d11369fe3f7..49f713ab1abb 100644
--- a/media-gfx/eog/eog-0.6.ebuild
+++ b/media-gfx/eog/eog-0.6.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/media-gfx/eog/eog-0.6.ebuild,v 1.2 2001/05/10 09:39:40 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-0.6.ebuild,v 1.3 2001/06/05 19:43:20 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,20 +9,27 @@ DESCRIPTION="Eye of GNOME"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/eog/"${A}
HOMEPAGE="http://www.gnome.org/gnome-office/eog.shtml"
-DEPEND=">=gnome-base/bonobo-0.18
- >=gnome-base/gconf-0.8
- >=gnome-base/gnome-core-1.4
- >=gnome-base/libglade-0.16"
-
-src_compile() {
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --with-bonobo
+DEPEND="virtual/glibc nls? ( sys-devel/gettext )
+ >=gnome-base/bonobo-1.0.4
+ >=gnome-base/gconf-1.0.1
+ >=dev-util/xml-i18n-tools-0.8.4"
+
+RDEPEND="virtual/glibc
+ >=gnome-base/gconf-1.0.1
+ >=gnome-base/bonobo-1.0.4"
+
+src_compile() {
+ local myconf
+ if [ -z "`use nls`" ] ; then
+ myconf="--disable-nls"
+ fi
+ try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome $myconf
try make
}
-src_install() {
- try make prefix=${D}/opt/gnome \
- GCONG_CONFIG_SOURCE=xml=${D}/opt/gnome/etc/gconf/gconf.xml.defaults install
+src_install() {
+ try make prefix=${D}/opt/gnome sysconfdir=/etc/opt/gnome \
+ GCONG_CONFIG_SOURCE=xml=${D}/etc/opt/gnome/gconf/gconf.xml.defaults install
dodoc AUTHORS COPYING DEPENDS ChangeLog HACKING NEWS README TODO MAINTAINERS
}
diff --git a/media-gfx/gphoto/files/digest-gphoto-2.0_beta1 b/media-gfx/gphoto/files/digest-gphoto-2.0_beta1
new file mode 100644
index 000000000000..e83f03b94851
--- /dev/null
+++ b/media-gfx/gphoto/files/digest-gphoto-2.0_beta1
@@ -0,0 +1 @@
+MD5 a6c0ec7ac7ee34486440637ee48d09a7 gphoto-2.0beta1.tar.gz
diff --git a/media-gfx/gphoto/gphoto-0.4.3.ebuild b/media-gfx/gphoto/gphoto-0.4.3.ebuild
index bcb49f1bbe07..a2613a6d0363 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.5 2001/06/04 10:34:15 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto/gphoto-0.4.3.ebuild,v 1.6 2001/06/05 19:43:20 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -23,7 +23,7 @@ src_compile() {
}
src_install() {
- try make prefix=${D}/opt/gnome --sysconfdir=${D}/etc/opd/gnome install
+ try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
dodoc AUTHORS CONTACTS COPYING ChangeLog FAQ MANUAL NEWS* PROGRAMMERS \
README THANKS THEMES TODO
}
diff --git a/media-gfx/gphoto/gphoto-2.0_beta1.ebuild b/media-gfx/gphoto/gphoto-2.0_beta1.ebuild
new file mode 100644
index 000000000000..99c125485845
--- /dev/null
+++ b/media-gfx/gphoto/gphoto-2.0_beta1.ebuild
@@ -0,0 +1,34 @@
+# 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-2.0_beta1.ebuild,v 1.1 2001/06/05 19:43:20 achim Exp $
+
+A=${PN}-2.0beta1.tar.gz
+S=${WORKDIR}/${PN}-2.0beta1
+DESCRIPTION="free, redistributable digital camera software application"
+SRC_URI="http://www.gphoto.net/dist/${A}"
+HOMEPAGE="http://www.gphoto.org"
+
+DEPEND="virtual/glibc >=dev-libs/libusb-0.1.3b >=dev-libs/glib-1.2.10 >=sys-libs/zlib-1.1.3"
+
+
+src_compile() {
+
+ # -pipe does no work
+ cd libgphoto2_port
+ try CFLAGS=\"${CFLAGS/-pipe/}\" ./configure --prefix=/usr --sysconfdir=/etc
+ cd ..
+ try CFLAGS=\"${CFLAGS/-pipe/}\" ./configure --prefix=/usr --sysconfdir=/etc
+ # -j does not work
+ try make
+}
+
+src_install() {
+ try make prefix=${D}/usr sysconfdir=${D}/etc install
+ dodoc ChangeLog NEWS* README
+ mv ${D}/usr/share/gphoto2/html ${D}/usr/share/doc/${PF}/sgml
+ mv ${D}/usr/doc/gphoto2/* ${D}/usr/share/doc/${PF}
+ rm -rf ${D}/usr/share/gphoto2 ${D}/usr/share/doc/${PF}/sgml/gphoto2 ${D}/usr/doc
+ prepalldocs
+}
+
diff --git a/media-video/xmps/xmps-0.2.0.ebuild b/media-video/xmps/xmps-0.2.0.ebuild
index 07ae72de6dcf..5cde43c5f28c 100644
--- a/media-video/xmps/xmps-0.2.0.ebuild
+++ b/media-video/xmps/xmps-0.2.0.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/media-video/xmps/xmps-0.2.0.ebuild,v 1.1 2001/04/29 22:50:16 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xmps/xmps-0.2.0.ebuild,v 1.2 2001/06/05 19:43:20 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,11 +9,15 @@ DESCRIPTION="X Movie Player System"
SRC_URI="http://xmps.sourceforge.net/sources/${A}"
HOMEPAGE="http://xmps.sourceforge.net"
-DEPEND=">=media-libs/smpeg-0.4.1
+DEPEND=">=media-libs/smpeg-0.4.1 nls? ( sys-devel/gettext )
>=dev-lang/nasm-0.98
+ >=app-arch/rpm-3.0.6
+ >=x11-libs/gtk+-1.2.10
gnome? ( >=gnome-base/gnome-libs-1.2.4 )"
RDEPEND=">=media-libs/smpeg-0.4.1
+ >=x11-libs/gtk+-1.2.10
+ >=app-arch/rpm-3.0.6
gnome? ( >=gnome-base/gnome-libs-1.2.4 )"
src_compile() {
@@ -25,8 +29,10 @@ src_compile() {
else
myopts="--disable-gnome --prefix=/usr/X11R6"
fi
- try ./configure ${myopts} --host=${CHOST} \
- --with-catgets
+ if [ -z "`use nls`" ] ; then
+ myopts="$myopts --disable-nls"
+ fi
+ try ./configure ${myopts} --host=${CHOST}
cp Makefile Makefile.orig
sed -e "s:\$(bindir)/xmps-config:\$(DESTDIR)\$(bindir)/xmps-config:" \
Makefile.orig > Makefile
@@ -36,7 +42,6 @@ src_compile() {
src_install () {
- cd ${S}
if [ -n "`use gnome`" ]
then
try make prefix=${D}/opt/gnome install
diff --git a/net-irc/xchat/xchat-1.6.4.ebuild b/net-irc/xchat/xchat-1.6.4.ebuild
index 7433f08c766d..45496a27bcc7 100644
--- a/net-irc/xchat/xchat-1.6.4.ebuild
+++ b/net-irc/xchat/xchat-1.6.4.ebuild
@@ -1,7 +1,7 @@
# Copyrigth 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-irc/xchat/xchat-1.6.4.ebuild,v 1.1 2001/06/03 09:55:34 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.6.4.ebuild,v 1.2 2001/06/05 19:43:20 achim Exp $
A=${P}.tar.bz2
S=${WORKDIR}/${P}
@@ -9,8 +9,12 @@ DESCRIPTION="xchat"
SRC_URI="http://www.xchat.org/files/source/1.6/"${A}
HOMEPAGE="http://www.xchat.org/"
-DEPEND=">=media-libs/imlib-1.9.8.1
- gnome? ( >=gnome-base/gnome-core-1.2.2.1 )"
+DEPEND=">=gnome-base/gdk-pixbuf-0.11.0 nls? ( >=sys-devel/gettext-0.10.38 )
+ gnome? ( >=gnome-base/gnome-core-1.2.2.1 )
+ ssl? ( >=dev-libs/openssl-0.9.6a )"
+
+RDEPEND=">=gnome-base/gdk-pixbuf-0.11.0
+ gnome? ( >=gnome-base/gnome-core-1.2.2.1 ) ssl? ( >=dev-libs/openssl-0.9.6a )"
src_unpack() {
unpack ${A}
@@ -19,21 +23,26 @@ src_unpack() {
sed -e 's:\\\\:\\:' zh_TW.Big5.po.orig > zh_TW.Big5.po
}
-src_compile() {
- cd ${S}
+src_compile() {
+
local myopts
if [ -n "`use gnome`" ]
- then
- myopts="--enable-gnome --prefix=/opt/gnome"
+ then
+ myopts="--enable-gnome --enable-panel --prefix=/opt/gnome"
else
- myopts="--disable-gnome --prefix=/usr/X11R6"
+ myopts="--enable-gtkfe --disable-gnome --prefix=/usr/X11R6"
+ fi
+ if [ "`use ssl`" ] ; then
+ myopts="$myopts --enable-openssl"
+ fi
+ if [ -z "`use nls`" ] ; then
+ myopts="$myopts --disable-nls"
fi
- try ./configure --host=${CHOST} --disable-perl --disable-python ${myopts} \
- --with-included-gettext
+ try ./configure --host=${CHOST} --disable-perl --disable-python ${myopts}
try make
}
-src_install() {
+src_install() {
cd ${S}
if [ -n "`use gnome`" ]
then
@@ -41,7 +50,7 @@ src_install() {
else
try make prefix=${D}/usr/X11R6 install
fi
- dodoc AUTHORS COPYING ChangeLog NEWS README
+ dodoc AUTHORS COPYING ChangeLog README
}
diff --git a/net-misc/wget/files/digest-wget-1.7 b/net-misc/wget/files/digest-wget-1.7
new file mode 100644
index 000000000000..bd9c04841f43
--- /dev/null
+++ b/net-misc/wget/files/digest-wget-1.7
@@ -0,0 +1 @@
+MD5 c911a6b937c0a18757d3211fb62831de wget-1.7.tar.gz
diff --git a/net-misc/wget/wget-1.7.ebuild b/net-misc/wget/wget-1.7.ebuild
new file mode 100644
index 000000000000..4ef395b98529
--- /dev/null
+++ b/net-misc/wget/wget-1.7.ebuild
@@ -0,0 +1,48 @@
+# 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/wget/wget-1.7.ebuild,v 1.1 2001/06/05 19:43:20 achim Exp $
+
+A="${P}.tar.gz"
+S=${WORKDIR}/${P}
+DESCRIPTION="Network utility to retrieve files from the WWW"
+SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/wget/${P}.tar.gz
+ ftp://prep.ai.mit.edu/gnu/wget/${P}.tar.gz"
+HOMEPAGE="http://www.cg.tuwien.ac.at/~prikryl/wget.html"
+
+DEPEND="virtual/glibc
+ nls? ( sys-devel/gettext )
+ "
+
+src_compile() {
+ local myconf
+ if [ -z "`use nls`" ] ; then
+ myconf="--disable-nls"
+ fi
+# if [ "`use ssl`" ] ; then
+# myconf="$myconf --with-ssl=/usr"
+# fi
+ if [ -z "$DEBUG" ] ; then
+ myconf="$myconf --disable-debug"
+ fi
+ try ./configure --prefix=/usr --sysconfdir=/etc/wget --infodir=/usr/share/info $myconf
+ if [ "`use static`" ] ; then
+ try make -e LDFLAGS=\"--static\"
+ else
+ try make
+ fi
+}
+
+src_install() {
+
+ if [ "`use build`" ] ; then
+ dobin src/wget
+ else
+ try make prefix=${D}/usr sysconfdir=${D}/etc/wget infodir=${D}/usr/share/info install
+
+ dodoc AUTHORS COPYING ChangeLog MACHINES MAILING-LIST NEWS README TODO
+ dodoc doc/sample.wgetrc
+ fi
+}
+
+
diff --git a/x11-base/xfree/files/digest-xfree-4.1.0 b/x11-base/xfree/files/digest-xfree-4.1.0
new file mode 100644
index 000000000000..7bd7ecbe0d10
--- /dev/null
+++ b/x11-base/xfree/files/digest-xfree-4.1.0
@@ -0,0 +1,5 @@
+MD5 d314c311aa4a29d74695b0e39b6d80c4 X402src-1.tgz
+MD5 7dc2f848c7466f6704c8dfc3492628ae X402src-2.tgz
+MD5 3126d1ef38e3ece0260804ed3c691144 X402src-3.tgz
+MD5 c8bb56df966dd0a51d2291bca36e0ea4 4.0.2-4.0.3.diff.gz
+MD5 a70e4d28c241374868a099127c668949 truetype.tar.gz