diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2002-11-14 17:06:11 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2002-11-14 17:06:11 +0000 |
commit | a7a7f847904a30414f4738046b14d5dd1d9842a9 (patch) | |
tree | afb380946380c4690fc94d4a0d5e692cfdfdeb8d | |
parent | tbz2 fixor (diff) | |
download | gentoo-2-a7a7f847904a30414f4738046b14d5dd1d9842a9.tar.gz gentoo-2-a7a7f847904a30414f4738046b14d5dd1d9842a9.tar.bz2 gentoo-2-a7a7f847904a30414f4738046b14d5dd1d9842a9.zip |
new revision
-rw-r--r-- | app-editors/bluefish/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-0.7-r3.ebuild | 47 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-0.7-r3 | 1 |
3 files changed, 54 insertions, 1 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index c9d9d5fea209..66759ad99bc8 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/bluefish # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.6 2002/10/17 10:06:48 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.7 2002/11/14 17:06:11 leonardop Exp $ + +*bluefish-0.7-r3 (14 Nov 2002) + + 14 Nov 2002; L. Boshell <leonardop@gentoo.org> : Make use of econf and + einstall. Install .desktop file when `gnome' USE flag is present. *bluefish-2002.09.26 (17 Oct 2002) diff --git a/app-editors/bluefish/bluefish-0.7-r3.ebuild b/app-editors/bluefish/bluefish-0.7-r3.ebuild new file mode 100644 index 000000000000..4cd16069516c --- /dev/null +++ b/app-editors/bluefish/bluefish-0.7-r3.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.7-r3.ebuild,v 1.1 2002/11/14 17:06:11 leonardop Exp $ + +IUSE="gnome nls perl" + +S=${WORKDIR}/${P} +DESCRIPTION="Bluefish is a GTK HTML editor for the experienced web designer or programmer." +SRC_URI="http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/${P}.tar.bz2" +HOMEPAGE="http://bluefish.openoffice.nl/" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc sparc64" +SLOT="0" + +DEPEND="=x11-libs/gtk+-1.2* + >=media-libs/imlib-1.9.10-r1 + perl? ( sys-devel/perl ) + nls? ( sys-devel/gettext )" + +src_compile() { + local myconf="" + + use perl && myconf="${myconf} --with-perl" + use nls || myconf="${myconf} --disable-nls" + + econf \ + --with-autocomplet \ + ${myconf} || die "./configure failed" + + emake || die "Compilation failed" + +} + +src_install () { + einstall \ + pkgdatadir=${D}/usr/share/bluefish \ + pixmapsdir=${D}/usr/share/pixmaps || die "Installation failed" + + if [ "`use gnome`" ] + then + insinto /usr/share/gnome/apps/Development/ + doins data/bluefish.desktop + fi + + dodoc ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS README TODO + mv manual ${D}usr/share/doc/${PF} +} diff --git a/app-editors/bluefish/files/digest-bluefish-0.7-r3 b/app-editors/bluefish/files/digest-bluefish-0.7-r3 new file mode 100644 index 000000000000..2f86ca5aa08d --- /dev/null +++ b/app-editors/bluefish/files/digest-bluefish-0.7-r3 @@ -0,0 +1 @@ +MD5 f3085245839edb278b77f6c3619ed396 bluefish-0.7.tar.bz2 1686219 |