diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2003-02-18 11:34:23 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2003-02-18 11:34:23 +0000 |
commit | b81d26517e523f0b3eccd92d227f5368d9ac78b8 (patch) | |
tree | 15ccc49a1bd60ce671343212d10893f1b07a0c0a /app-editors/bluefish | |
parent | Added a missing depend on media-libs/ladspa-sdk (diff) | |
download | gentoo-2-b81d26517e523f0b3eccd92d227f5368d9ac78b8.tar.gz gentoo-2-b81d26517e523f0b3eccd92d227f5368d9ac78b8.tar.bz2 gentoo-2-b81d26517e523f0b3eccd92d227f5368d9ac78b8.zip |
Version bump
Diffstat (limited to 'app-editors/bluefish')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-0.9.ebuild | 45 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-0.9 | 1 |
3 files changed, 52 insertions, 1 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index 6fc6cef35ca8..48b81d8430c2 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/bluefish # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.15 2003/02/12 03:45:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.16 2003/02/18 11:34:23 lu_zero Exp $ + +*bluefish-0.9 (18 Feb 2003) + + 18 Feb 2003; Luca Barbato <lu_zero@gentoo.org> bluefish-0.9.ebuild : + New version 17 Dec 2002; Hanno Boeck <hanno@gentoo.org> bluefish-0.8.ebuild : Added libpcre to dependency, resolves bug #12270. diff --git a/app-editors/bluefish/bluefish-0.9.ebuild b/app-editors/bluefish/bluefish-0.9.ebuild new file mode 100644 index 000000000000..c7adb1cb3d7c --- /dev/null +++ b/app-editors/bluefish/bluefish-0.9.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.9.ebuild,v 1.1 2003/02/18 11:34:23 lu_zero Exp $ + +#MY_P=${PN}-gtk2-${PV} +#S=${WORKDIR}/${MY_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" +SLOT="0" +IUSE="nls perl" + +DEPEND=">=x11-libs/gtk+-2.0.5 + >=media-libs/freetype-2.0.9 + >=media-libs/gdk-pixbuf-0.18 + dev-libs/libpcre + perl? ( sys-devel/perl ) + nls? ( sys-devel/gettext )" + +src_compile() { + local myconf="--with-autocomplet" + use perl && myconf="${myconf} --with-perl" + use nls || myconf="${myconf} --disable-nls" + econf ${myconf} + + emake || die + +} + +src_install() { + cd ${S} + sed -e "s:"/usr/share":"${D}/usr/share":g" Makefile \ + > Makefile.new + cp Makefile.new Makefile + cd data + sed -e "s:"/usr/share":"${D}/usr/share":g" Makefile \ + > Makefile.new + cp Makefile.new Makefile + einstall datadir=${D}/usr/share \ + pkgdatadir=${D}/usr/share/bluefish +# pixmapsdir=${D}/usr/share/pixmap \ +} diff --git a/app-editors/bluefish/files/digest-bluefish-0.9 b/app-editors/bluefish/files/digest-bluefish-0.9 new file mode 100644 index 000000000000..0ed5b0ff6f73 --- /dev/null +++ b/app-editors/bluefish/files/digest-bluefish-0.9 @@ -0,0 +1 @@ +MD5 6f3dd98df0959469d3637a44eb0e08cf bluefish-0.9.tar.bz2 627606 |