diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 12:20:47 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 12:20:47 +0000 |
commit | c7a9576acc51e81d58b96ce076d47c0097c1e571 (patch) | |
tree | 2282cd7df5756d38ec5773615cec6b42cb0767b0 /net-misc/italc | |
parent | QA: When not using an absolute path, you MUST NOT use a file extension (.png,... (diff) | |
download | gentoo-2-c7a9576acc51e81d58b96ce076d47c0097c1e571.tar.gz gentoo-2-c7a9576acc51e81d58b96ce076d47c0097c1e571.tar.bz2 gentoo-2-c7a9576acc51e81d58b96ce076d47c0097c1e571.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)
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'net-misc/italc')
-rw-r--r-- | net-misc/italc/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/italc/italc-1.0.9.ebuild | 6 |
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() { |