diff options
author | 2003-11-02 11:27:45 +0000 | |
---|---|---|
committer | 2003-11-02 11:27:45 +0000 | |
commit | c8a162f118b770fc87f06dcaa0925d29afcefdba (patch) | |
tree | 4906887e2d7e1fa77d1618dfad1acf5f88c03e45 /app-editors/bluefish/bluefish-0.11.ebuild | |
parent | icewm update (diff) | |
download | historical-c8a162f118b770fc87f06dcaa0925d29afcefdba.tar.gz historical-c8a162f118b770fc87f06dcaa0925d29afcefdba.tar.bz2 historical-c8a162f118b770fc87f06dcaa0925d29afcefdba.zip |
bluefish fix
Diffstat (limited to 'app-editors/bluefish/bluefish-0.11.ebuild')
-rw-r--r-- | app-editors/bluefish/bluefish-0.11.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-editors/bluefish/bluefish-0.11.ebuild b/app-editors/bluefish/bluefish-0.11.ebuild index e8ba867882b4..e2b3194f6c64 100644 --- a/app-editors/bluefish/bluefish-0.11.ebuild +++ b/app-editors/bluefish/bluefish-0.11.ebuild @@ -1,6 +1,6 @@ # 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.11.ebuild,v 1.2 2003/09/05 23:05:05 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.11.ebuild,v 1.3 2003/11/02 11:27:39 hanno Exp $ IUSE="nls spell" @@ -21,6 +21,9 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" src_compile() { + # Fix for icon location (bug #31770) + sed -i -e 's:ICONDIR/::g' data/bluefish.desktop.in + local myconf myconf="" # --enable-auto-optimization let bluefish determine optimization |