diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-04-20 18:13:32 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-04-20 18:13:32 +0000 |
commit | 1bec4a4ebf0a7a9be96843b03ac5bb99773ffc00 (patch) | |
tree | f67aef39b6a8fcb2104f006bf9af3af265bbf2a7 /net-p2p | |
parent | version bump, remove old (diff) | |
download | gentoo-2-1bec4a4ebf0a7a9be96843b03ac5bb99773ffc00.tar.gz gentoo-2-1bec4a4ebf0a7a9be96843b03ac5bb99773ffc00.tar.bz2 gentoo-2-1bec4a4ebf0a7a9be96843b03ac5bb99773ffc00.zip |
Fix menu icon.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/nicotine+/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/nicotine+/nicotine+-1.2.16.ebuild | 9 |
2 files changed, 12 insertions, 4 deletions
diff --git a/net-p2p/nicotine+/ChangeLog b/net-p2p/nicotine+/ChangeLog index 67480bc17a90..804ccd55fbfd 100644 --- a/net-p2p/nicotine+/ChangeLog +++ b/net-p2p/nicotine+/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/nicotine+ -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.54 2011/08/31 01:02:52 dirtyepic Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.55 2013/04/20 18:13:32 dirtyepic Exp $ + + 20 Apr 2013; Ryan Hill <dirtyepic@gentoo.org> nicotine+-1.2.16.ebuild: + Fix menu icon. 31 Aug 2011; Ryan Hill <dirtyepic@gentoo.org> nicotine+-1.2.16.ebuild: Drop recommendation of dev-python/sexy-python for bug #381213. diff --git a/net-p2p/nicotine+/nicotine+-1.2.16.ebuild b/net-p2p/nicotine+/nicotine+-1.2.16.ebuild index 7c6761b2d0ea..2942ad1de24f 100644 --- a/net-p2p/nicotine+/nicotine+-1.2.16.ebuild +++ b/net-p2p/nicotine+/nicotine+-1.2.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.16.ebuild,v 1.6 2011/08/31 01:02:52 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.16.ebuild,v 1.7 2013/04/20 18:13:32 dirtyepic Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -26,6 +26,11 @@ pkg_setup() { python_set_active_version 2 } +src_prepare() { + sed -i -e 's:\(Icon=\).*:\1nicotine-plus-32px:' \ + "${S}"/files/nicotine.desktop +} + src_install() { distutils_src_install python_convert_shebangs -r 2 "${D}" |