summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2003-11-26 02:12:55 +0000
committerLuca Barbato <lu_zero@gentoo.org>2003-11-26 02:12:55 +0000
commit815fda2a7e40285b8607bf059a32cac8fdfe22f3 (patch)
treefedda8260a0086cb7e7843461ab3edad1a6b82b4 /app-editors
parentinitial import (diff)
downloadgentoo-2-815fda2a7e40285b8607bf059a32cac8fdfe22f3.tar.gz
gentoo-2-815fda2a7e40285b8607bf059a32cac8fdfe22f3.tar.bz2
gentoo-2-815fda2a7e40285b8607bf059a32cac8fdfe22f3.zip
minor fix
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/bluefish/ChangeLog5
-rw-r--r--app-editors/bluefish/Manifest7
-rw-r--r--app-editors/bluefish/bluefish-0.12.ebuild8
3 files changed, 14 insertions, 6 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog
index 1a62b923c548..e96dd1ae5c14 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.25 2003/11/25 22:56:51 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.26 2003/11/26 02:12:45 lu_zero Exp $
+
+ 26 Nov 2003; Luca Barbato <lu_zero@gentoo.org> bluefish-0.12.ebuild:
+ Fix the .desktop iconpath
*bluefish-0.12 (25 Nov 2003)
diff --git a/app-editors/bluefish/Manifest b/app-editors/bluefish/Manifest
index bcd89ca5cca4..4a1a0a209322 100644
--- a/app-editors/bluefish/Manifest
+++ b/app-editors/bluefish/Manifest
@@ -1,8 +1,7 @@
MD5 302318ab6a55963aa5f7e9a30be6ed5d bluefish-0.9.ebuild 1019
-MD5 efe259709d927635aada3769f452bb94 ChangeLog 3584
-MD5 0640ee140f7b4258c689809f143c956c bluefish-0.12.ebuild 1416
-MD5 e0d63cc51c5707a07bd3f4a4b16a0074 bluefish-0.11.ebuild 1415
+MD5 5163677d3512b02d71033515f8f07e76 ChangeLog 3686
+MD5 6f6b13247fc17f932bae557a9e4b3679 bluefish-0.12.ebuild 1694
MD5 a72a06a37ca4e5905085ebff07fe9e9e metadata.xml 217
-MD5 bc9b63ac2469bf96338ac088068828da files/digest-bluefish-0.9 65
+MD5 e0d63cc51c5707a07bd3f4a4b16a0074 bluefish-0.11.ebuild 1415
MD5 e60836fae74fcfb183148e9df9dc75df files/digest-bluefish-0.12 66
MD5 ec89a2b6c6e9739aae723eb9c35db6aa files/digest-bluefish-0.11 66
diff --git a/app-editors/bluefish/bluefish-0.12.ebuild b/app-editors/bluefish/bluefish-0.12.ebuild
index fe259e84a5f2..2f104d95d14b 100644
--- a/app-editors/bluefish/bluefish-0.12.ebuild
+++ b/app-editors/bluefish/bluefish-0.12.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.12.ebuild,v 1.1 2003/11/25 22:56:51 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.12.ebuild,v 1.2 2003/11/26 02:12:45 lu_zero Exp $
IUSE="nls spell"
@@ -49,4 +49,10 @@ src_install() {
gnome2menupath=${D}/usr/share/applications \
gnome1menupath=${D}/usr/share/gnome/apps \
|| die "make install failed"
+ #fix to remove unneeded path
+ sed -e "s:${D}::" ${D}/usr/share/applications/bluefish.desktop \
+ > ${S}/tmp.desktop
+ mv ${S}/tmp.desktop ${D}/usr/share/applications/bluefish.desktop
+ cp ${D}/usr/share/applications/bluefish.desktop \
+ ${D}/usr/share/gnome/apps/Applications/
}