summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-01-14 12:02:49 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-01-14 12:02:49 +0000
commit79a3f61872d31408bc97eb2be4a9d45015fa3783 (patch)
treedc8ac7b3eb3452dc2a388c174f718a93c7bbca02 /app-editors
parentx11-libs/qt-assistant is a mandatory dependency. Bug #398583 (diff)
downloadgentoo-2-79a3f61872d31408bc97eb2be4a9d45015fa3783.tar.gz
gentoo-2-79a3f61872d31408bc97eb2be4a9d45015fa3783.tar.bz2
gentoo-2-79a3f61872d31408bc97eb2be4a9d45015fa3783.zip
fix make_desktop_entry thanks to ssuominen
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/qxmledit/ChangeLog5
-rw-r--r--app-editors/qxmledit/qxmledit-0.6.1.ebuild2
2 files changed, 5 insertions, 2 deletions
diff --git a/app-editors/qxmledit/ChangeLog b/app-editors/qxmledit/ChangeLog
index 65bb5015fafd..59b17704f892 100644
--- a/app-editors/qxmledit/ChangeLog
+++ b/app-editors/qxmledit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/qxmledit
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.13 2012/01/14 11:55:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.14 2012/01/14 12:02:49 hwoarang Exp $
+
+ 14 Jan 2012; Markos Chandras <hwoarang@gentoo.org> qxmledit-0.6.1.ebuild:
+ fix make_desktop_entry thanks to ssuominen
*qxmledit-0.6.1 (14 Jan 2012)
diff --git a/app-editors/qxmledit/qxmledit-0.6.1.ebuild b/app-editors/qxmledit/qxmledit-0.6.1.ebuild
index eaa666951ff8..cc38ed35f8ad 100644
--- a/app-editors/qxmledit/qxmledit-0.6.1.ebuild
+++ b/app-editors/qxmledit/qxmledit-0.6.1.ebuild
@@ -37,5 +37,5 @@ src_prepare(){
src_install(){
qt4-r2_src_install
newicon "${S}"/images/icon.png ${PN}.png
- make_desktop_entry QXmlEdit QXmlEdit ${PN} "Qt;Utility;TextEditor;"
+ make_desktop_entry QXmlEdit QXmlEdit ${PN} "Qt;Utility;TextEditor"
}