summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2010-03-09 12:20:47 +0000
committerJonathan Callen <jcallen@gentoo.org>2010-03-09 12:20:47 +0000
commita5077bb214fb51d86f32bea35ddc06f319ee9bb9 (patch)
tree7c6ced660de35e41e34ca00c26064a32d4ebd9e8 /net-misc
parentQA: When not using an absolute path, you MUST NOT use a file extension (.png,... (diff)
downloadhistorical-a5077bb214fb51d86f32bea35ddc06f319ee9bb9.tar.gz
historical-a5077bb214fb51d86f32bea35ddc06f319ee9bb9.tar.bz2
historical-a5077bb214fb51d86f32bea35ddc06f319ee9bb9.zip
QA: When not using an absolute path, you MUST NOT use a file extension (.png, .svg, or .xpm) on the icon name for make_desktop_entry (fix usage in comment)
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/italc/ChangeLog9
-rw-r--r--net-misc/italc/italc-1.0.9.ebuild6
2 files changed, 10 insertions, 5 deletions
diff --git a/net-misc/italc/ChangeLog b/net-misc/italc/ChangeLog
index 14a712c8f125..1c8fc0b13798 100644
--- a/net-misc/italc/ChangeLog
+++ b/net-misc/italc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/italc
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/italc/ChangeLog,v 1.21 2009/11/10 01:14:53 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/italc/ChangeLog,v 1.22 2010/03/09 12:20:47 abcd Exp $
+
+ 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> italc-1.0.9.ebuild:
+ QA: When not using an absolute path, you MUST NOT use a file extension
+ (.png, .svg, or .xpm) on the icon name for make_desktop_entry (fix usage
+ in comment)
10 Nov 2009; Christian Faulhammer <fauli@gentoo.org>
-files/italc-1.0.3-fpic-asneeded.patch:
diff --git a/net-misc/italc/italc-1.0.9.ebuild b/net-misc/italc/italc-1.0.9.ebuild
index d93239bbbb3a..b55c1cfcb1b9 100644
--- a/net-misc/italc/italc-1.0.9.ebuild
+++ b/net-misc/italc/italc-1.0.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/italc/italc-1.0.9.ebuild,v 1.6 2009/11/10 01:09:37 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/italc/italc-1.0.9.ebuild,v 1.7 2010/03/09 12:20:47 abcd Exp $
EAPI=2
@@ -83,7 +83,7 @@ src_install() {
# -- joke
# Install server logo
#newicon ima/resources/client_manager.png ${PN}.png
- #make_desktop_entry "${PN}" "iTALC Master" "${PN}.png" "Qt;KDE;Education"
+ #make_desktop_entry ${PN} "iTALC Master" ${PN} "Qt;KDE;Education"
}
pkg_postinst() {