diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-12 23:29:45 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-12 23:29:45 +0000 |
commit | e6e0197c8aa4426a14e18ef297d476ceb9f73d84 (patch) | |
tree | 8999fc5845a008da04cea6b5ba14932990b1e064 /media-gfx/gnome-iconedit | |
parent | Compile against newer libpng (diff) | |
download | historical-e6e0197c8aa4426a14e18ef297d476ceb9f73d84.tar.gz historical-e6e0197c8aa4426a14e18ef297d476ceb9f73d84.tar.bz2 historical-e6e0197c8aa4426a14e18ef297d476ceb9f73d84.zip |
Compile against new libpng
Diffstat (limited to 'media-gfx/gnome-iconedit')
7 files changed, 8 insertions, 180 deletions
diff --git a/media-gfx/gnome-iconedit/ChangeLog b/media-gfx/gnome-iconedit/ChangeLog index fa40cebd8a9d..2488be9f6a48 100644 --- a/media-gfx/gnome-iconedit/ChangeLog +++ b/media-gfx/gnome-iconedit/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-gfx/gnome-iconedit # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-iconedit/ChangeLog,v 1.2 2002/04/02 20:35:50 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-iconedit/ChangeLog,v 1.3 2002/04/12 23:29:45 seemant Exp $ + +*gnome-iconedit-1.2.0-r4 (12 Apr 2002) + + 12 Apr 2002; Seemant Kulleen <seemant@gentoo.org> + gnome-iconedit-1.2.0-r4.ebuild : + + Compile against newer libpng *gnome-iconedit-1.2.0-r3 (2 Apr 2002) diff --git a/media-gfx/gnome-iconedit/files/digest-gnome-iconedit-1.2.0 b/media-gfx/gnome-iconedit/files/digest-gnome-iconedit-1.2.0 deleted file mode 100644 index 2ef172ccdb49..000000000000 --- a/media-gfx/gnome-iconedit/files/digest-gnome-iconedit-1.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 76fcee700222898cc322a12844fb813a gnome-iconedit_1.2.0.orig.tar.gz 205360 diff --git a/media-gfx/gnome-iconedit/files/digest-gnome-iconedit-1.2.0-r1 b/media-gfx/gnome-iconedit/files/digest-gnome-iconedit-1.2.0-r1 deleted file mode 100644 index 2ef172ccdb49..000000000000 --- a/media-gfx/gnome-iconedit/files/digest-gnome-iconedit-1.2.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 76fcee700222898cc322a12844fb813a gnome-iconedit_1.2.0.orig.tar.gz 205360 diff --git a/media-gfx/gnome-iconedit/files/digest-gnome-iconedit-1.2.0-r2 b/media-gfx/gnome-iconedit/files/digest-gnome-iconedit-1.2.0-r2 deleted file mode 100644 index 2ef172ccdb49..000000000000 --- a/media-gfx/gnome-iconedit/files/digest-gnome-iconedit-1.2.0-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 76fcee700222898cc322a12844fb813a gnome-iconedit_1.2.0.orig.tar.gz 205360 diff --git a/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r1.ebuild b/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r1.ebuild deleted file mode 100644 index e150b63f5580..000000000000 --- a/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r1.ebuild,v 1.3 2001/12/05 18:02:09 azarah Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Edits icons, what more can you say?" -SRC_URI="http://210.77.60.218/ftp/ftp.debian.org/pool/main/g/gnome-iconedit/gnome-iconedit_${PV}.orig.tar.gz" -HOMEPAGE="www.advogato.org/proj/GNOME-Iconedit/" - -DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 - >=x11-libs/gtk+-1.2.10-r4 - >=media-libs/gdk-pixbuf-0.11.0-r1 - >=gnome-base/gnome-print-0.30 - media-libs/libpng - gnome-base/ORBit" -# Bonobo support is broken -# bonobo? ( gnome-base/bonobo )" - - - -src_unpack() { - - unpack ${A} - - # Fix some compile / #include errors - cd ${S} - patch -p1 <${FILESDIR}/gnome-iconedit.diff || die - automake - autoconf -} - -src_compile() { - - local myconf - use nls || myconf="--disable-nls" - - CFLAGS="${CFLAGS} `gnome-config --cflags print`" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --with-sysconfdir=/etc \ - $myconf || die - - emake || die -} - -src_install() { - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - sysconfdir=${D}/etc install || die - - dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO -} diff --git a/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r2.ebuild b/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r2.ebuild deleted file mode 100644 index 5afc8a158b60..000000000000 --- a/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r2.ebuild,v 1.1 2001/12/16 17:46:33 azarah Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Edits icons, what more can you say?" -SRC_URI="http://210.77.60.218/ftp/ftp.debian.org/pool/main/g/gnome-iconedit/gnome-iconedit_${PV}.orig.tar.gz" -HOMEPAGE="www.advogato.org/proj/GNOME-Iconedit/" - -DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 - >=x11-libs/gtk+-1.2.10-r4 - >=media-libs/gdk-pixbuf-0.11.0-r1 - media-libs/libpng - gnome-base/ORBit" -# Gnome-Print support is broken -# >=gnome-base/gnome-print-0.30 -# Bonobo support is broken -# bonobo? ( gnome-base/bonobo )" - - - -src_unpack() { - - unpack ${A} - - # Fix some compile / #include errors - cd ${S} - patch -p1 <${FILESDIR}/gnome-iconedit.diff || die - - # Update the Makefiles. - automake - autoconf -} - -src_compile() { - - local myconf - use nls || myconf="--disable-nls" - - CFLAGS="${CFLAGS} `gnome-config --cflags print`" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --with-sysconfdir=/etc \ - --without-gnome-print \ - $myconf || die - - emake || die -} - -src_install() { - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - sysconfdir=${D}/etc install || die - - dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO -} diff --git a/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0.ebuild b/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0.ebuild deleted file mode 100644 index 4f59ebecb4ca..000000000000 --- a/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Martin Schlemmer <azarah@gentoo.org> - -S=${WORKDIR}/${P} -DESCRIPTION="Edits icons, what more can you say?" -SRC_URI="http://210.77.60.218/ftp/ftp.debian.org/pool/main/g/gnome-iconedit/gnome-iconedit_${PV}.orig.tar.gz" -HOMEPAGE="www.advogato.org/proj/GNOME-Iconedit/" - -DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 - >=x11-libs/gtk+-1.2.10-r4 - >=media-libs/gdk-pixbuf-0.11.0-r1 - media-libs/libpng - >=gnome-base/gnome-print-0.30" -# Bonobo support is broken -# bonobo? ( gnome-base/bonobo )" - - - -src_unpack() { - - unpack ${A} - - # Fix some compile / #include errors - cd ${S} - patch -p1 <${FILESDIR}/gnome-iconedit.diff || die - automake - autoconf -} - -src_compile() { - - local myconf - use nls || myconf="--disable-nls" - - CFLAGS="${CFLAGS} `gnome-config --cflags print`" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --with-sysconfdir=/etc \ - $myconf || die - - emake || die -} - -src_install() { - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - sysconfdir=${D}/etc install || die - - dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO -} |