diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 11:57:42 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 11:57:42 +0000 |
commit | 73fcb71c8c04df1aabdb35310afb8702c208d41d (patch) | |
tree | df51bfa2115e1d9628992fcfbfb122741a4532d4 /net-im | |
parent | QA: When not using an absolute path, you MUST NOT use a file extension (.png,... (diff) | |
download | gentoo-2-73fcb71c8c04df1aabdb35310afb8702c208d41d.tar.gz gentoo-2-73fcb71c8c04df1aabdb35310afb8702c208d41d.tar.bz2 gentoo-2-73fcb71c8c04df1aabdb35310afb8702c208d41d.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
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/qutim/ChangeLog | 9 | ||||
-rw-r--r-- | net-im/qutim/qutim-0.2.0-r3.ebuild | 6 | ||||
-rw-r--r-- | net-im/qutim/qutim-0.2.0.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/net-im/qutim/ChangeLog b/net-im/qutim/ChangeLog index 387fb730bb05..718b91258839 100644 --- a/net-im/qutim/ChangeLog +++ b/net-im/qutim/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/qutim -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.5 2009/12/17 14:56:01 hwoarang Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.6 2010/03/09 11:57:42 abcd Exp $ + + 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> qutim-0.2.0.ebuild, + qutim-0.2.0-r3.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 *qutim-0.2.0-r3 (17 Dec 2009) diff --git a/net-im/qutim/qutim-0.2.0-r3.ebuild b/net-im/qutim/qutim-0.2.0-r3.ebuild index 78a9369eb669..f4bc85cbee8c 100644 --- a/net-im/qutim/qutim-0.2.0-r3.ebuild +++ b/net-im/qutim/qutim-0.2.0-r3.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-im/qutim/qutim-0.2.0-r3.ebuild,v 1.1 2009/12/17 14:56:01 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.2.0-r3.ebuild,v 1.2 2010/03/09 11:57:42 abcd Exp $ EAPI="2" @@ -92,7 +92,7 @@ src_install(){ insinto "/usr/$(get_libdir)/qutim" [[ $found -eq 1 ]] && doins $(find . -type f -executable -iname "*.so") doicon "${S}"/icons/${PN}_64.png || die "Failed to install icon" - make_desktop_entry ${PN} ${MY_PN} ${PN}_64.png \ + make_desktop_entry ${PN} ${MY_PN} ${PN}_64 \ "Network;InstantMessaging;Qt" || die "make_desktop_entry failed" #install linguas diff --git a/net-im/qutim/qutim-0.2.0.ebuild b/net-im/qutim/qutim-0.2.0.ebuild index da3860d858ad..75f72017db1c 100644 --- a/net-im/qutim/qutim-0.2.0.ebuild +++ b/net-im/qutim/qutim-0.2.0.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-im/qutim/qutim-0.2.0.ebuild,v 1.2 2009/11/29 09:39:13 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.2.0.ebuild,v 1.3 2010/03/09 11:57:42 abcd Exp $ EAPI="2" @@ -67,6 +67,6 @@ src_install(){ insinto "/usr/$(get_libdir)/qutim" doins $(find . -type f -executable -iname "*.so") || die doicon "${S}"/icons/${PN}_64.png || die "Failed to install icon" - make_desktop_entry ${PN} ${MY_PN} ${PN}_64.png \ + make_desktop_entry ${PN} ${MY_PN} ${PN}_64 \ "Network;InstantMessaging;Qt" || die "make_desktop_entry failed" } |