summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2003-11-02 11:27:45 +0000
committerHanno Böck <hanno@gentoo.org>2003-11-02 11:27:45 +0000
commitf29fa2b3298079ca97bfc9cd9bb506660cc29f74 (patch)
treec7cc8e8e84faa404940600fa91f9d5de18f16462
parenticewm update (diff)
downloadgentoo-2-f29fa2b3298079ca97bfc9cd9bb506660cc29f74.tar.gz
gentoo-2-f29fa2b3298079ca97bfc9cd9bb506660cc29f74.tar.bz2
gentoo-2-f29fa2b3298079ca97bfc9cd9bb506660cc29f74.zip
bluefish fix
-rw-r--r--app-editors/bluefish/ChangeLog5
-rw-r--r--app-editors/bluefish/Manifest12
-rw-r--r--app-editors/bluefish/bluefish-0.11.ebuild5
3 files changed, 14 insertions, 8 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog
index 6ecee80b29e2..4315192166da 100644
--- a/app-editors/bluefish/ChangeLog
+++ b/app-editors/bluefish/ChangeLog
@@ -1,6 +1,9 @@
# 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.23 2003/08/05 05:16:55 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.24 2003/11/02 11:27:39 hanno Exp $
+
+ 02 Nov 2003; Hanno Boeck <hanno@gentoo.org> bluefish-0.11.ebuild:
+ Fix for menu icon in gnome (bug 31770).
*bluefish-0.11 (05 Aug 2003)
diff --git a/app-editors/bluefish/Manifest b/app-editors/bluefish/Manifest
index e60148664ad8..81c747decb8a 100644
--- a/app-editors/bluefish/Manifest
+++ b/app-editors/bluefish/Manifest
@@ -1,12 +1,12 @@
-MD5 14077b009a66219f9df720c4ab7a21c9 ChangeLog 3360
-MD5 57d37af3f7a3050d0231181259411b22 bluefish-0.10.ebuild 1328
-MD5 67b962b2ed24223839e4272d7a4ab875 bluefish-0.11.ebuild 1328
MD5 745c86a5659c1d44a29523420cb99da4 bluefish-0.7-r3.ebuild 1139
-MD5 5be71a473b05133ddbe7903f1a7a8dbc bluefish-0.8.ebuild 987
MD5 302318ab6a55963aa5f7e9a30be6ed5d bluefish-0.9.ebuild 1019
+MD5 a90f421a844205507990ef16313a71a9 ChangeLog 3469
+MD5 fff53d12c7cda74821127e1cb0bddb80 bluefish-0.11.ebuild 1416
+MD5 5be71a473b05133ddbe7903f1a7a8dbc bluefish-0.8.ebuild 987
+MD5 57d37af3f7a3050d0231181259411b22 bluefish-0.10.ebuild 1328
MD5 a72a06a37ca4e5905085ebff07fe9e9e metadata.xml 217
+MD5 bc9b63ac2469bf96338ac088068828da files/digest-bluefish-0.9 65
MD5 35e10591590d703d0c8571848ee228de files/digest-bluefish-0.10 66
+MD5 300af71b8263dedc97e775291b4e24b8 files/digest-bluefish-0.8 70
MD5 ec89a2b6c6e9739aae723eb9c35db6aa files/digest-bluefish-0.11 66
MD5 bd2f60953e3d3c182ef12e3f0a155ee2 files/digest-bluefish-0.7-r3 66
-MD5 300af71b8263dedc97e775291b4e24b8 files/digest-bluefish-0.8 70
-MD5 bc9b63ac2469bf96338ac088068828da files/digest-bluefish-0.9 65
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