diff options
-rw-r--r-- | app-text/ggv/files/digest-ggv-1.0.1 | 1 | ||||
-rw-r--r-- | app-text/ggv/files/digest-ggv-1.1.90 | 1 | ||||
-rw-r--r-- | app-text/ggv/files/digest-ggv-1.1.91 | 1 | ||||
-rw-r--r-- | app-text/ggv/ggv-1.0.1.ebuild | 48 | ||||
-rw-r--r-- | app-text/ggv/ggv-1.1.91.ebuild (renamed from app-text/ggv/ggv-1.1.90.ebuild) | 4 |
5 files changed, 4 insertions, 51 deletions
diff --git a/app-text/ggv/files/digest-ggv-1.0.1 b/app-text/ggv/files/digest-ggv-1.0.1 deleted file mode 100644 index a66e7b533856..000000000000 --- a/app-text/ggv/files/digest-ggv-1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c24ee85caf3d522c0d905794f3abd248 ggv-1.0.1.tar.gz 593920 diff --git a/app-text/ggv/files/digest-ggv-1.1.90 b/app-text/ggv/files/digest-ggv-1.1.90 deleted file mode 100644 index d40a5eaf1dac..000000000000 --- a/app-text/ggv/files/digest-ggv-1.1.90 +++ /dev/null @@ -1 +0,0 @@ -MD5 c883d809221cc11a3b5007a6c258ea8f ggv-1.1.90.tar.gz 716800 diff --git a/app-text/ggv/files/digest-ggv-1.1.91 b/app-text/ggv/files/digest-ggv-1.1.91 new file mode 100644 index 000000000000..b1b261022103 --- /dev/null +++ b/app-text/ggv/files/digest-ggv-1.1.91 @@ -0,0 +1 @@ +MD5 3a1d10de762cf3d0e373134d73c80c08 ggv-1.1.91.tar.gz 720896 diff --git a/app-text/ggv/ggv-1.0.1.ebuild b/app-text/ggv/ggv-1.0.1.ebuild deleted file mode 100644 index b17ff092d2fc..000000000000 --- a/app-text/ggv/ggv-1.0.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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/ggv/ggv-1.0.1.ebuild,v 1.9 2001/10/12 13:02:28 hallski Exp $ - - -S=${WORKDIR}/${P} -DESCRIPTION="Gnome Ghostview" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gnome.org/" - -RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 - bonobo? ( >=gnome-base/bonobo-1.0.9-r1 )" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_compile() { - local myconf - - if [ -z "`use nls`" ] ; then - myconf="--disable-nls" - fi - - if [ "`use bonobo`" ] ; then - myconf="$myconf --with-bonobo" - else - myconf="$myconf --without-bonobo" - cp configure configure.orig - sed -e "s/BONOBO_TRUE/BONOBO_FALSE/" configure.orig > configure - fi - - CFLAGS="${CFLAGS} `gnome-config --cflags bonobo bonobox`" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - $myconf || die - - # bonobo support does not work yet - emake || die -} - -src_install() { - make prefix=${D}/usr sysconfdir=${D}/etc install || die - - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} diff --git a/app-text/ggv/ggv-1.1.90.ebuild b/app-text/ggv/ggv-1.1.91.ebuild index be9ab5ab86f0..3adba9a65508 100644 --- a/app-text/ggv/ggv-1.1.90.ebuild +++ b/app-text/ggv/ggv-1.1.91.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/ggv/ggv-1.1.90.ebuild,v 1.1 2001/10/25 14:05:29 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-1.1.91.ebuild,v 1.1 2001/11/09 02:18:31 hallski Exp $ S=${WORKDIR}/${P} @@ -29,6 +29,8 @@ src_compile() { myconf="$myconf --without-bonobo" fi + CFLAGS="$CFLAGS `gdk-pixbuf-config --cflags`" + ./configure --host=${CHOST} \ --prefix=/usr \ --sysconfdir=/etc \ |