diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 17:50:22 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 17:50:22 +0000 |
commit | 1a6b5202251c34da4315959fdcff2bc87f61270a (patch) | |
tree | 87e8f173377e65d4595f709c37392f46e4bc623e /app-text | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-1a6b5202251c34da4315959fdcff2bc87f61270a.tar.gz gentoo-2-1a6b5202251c34da4315959fdcff2bc87f61270a.tar.bz2 gentoo-2-1a6b5202251c34da4315959fdcff2bc87f61270a.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/searchmonkey/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/searchmonkey/searchmonkey-0.8.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/searchmonkey/ChangeLog b/app-text/searchmonkey/ChangeLog index dccae6534a7a..dc8998edbccf 100644 --- a/app-text/searchmonkey/ChangeLog +++ b/app-text/searchmonkey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/searchmonkey -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/ChangeLog,v 1.3 2007/03/07 14:03:14 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/ChangeLog,v 1.4 2008/02/29 17:50:22 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> searchmonkey-0.8.1.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 07 Mar 2007; Raúl Porcel <armin76@gentoo.org> -searchmonkey-0.8.0.ebuild, searchmonkey-0.8.1.ebuild: diff --git a/app-text/searchmonkey/searchmonkey-0.8.1.ebuild b/app-text/searchmonkey/searchmonkey-0.8.1.ebuild index 83c8ee1c375c..79bd14882d16 100644 --- a/app-text/searchmonkey/searchmonkey-0.8.1.ebuild +++ b/app-text/searchmonkey/searchmonkey-0.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/searchmonkey-0.8.1.ebuild,v 1.2 2007/03/07 14:03:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/searchmonkey-0.8.1.ebuild,v 1.3 2008/02/29 17:50:22 carlo Exp $ inherit eutils @@ -20,5 +20,5 @@ DEPEND="${RDEPEND} src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog INSTALL NEWS README - make_desktop_entry ${PN} ${PN} ${PN}.png "Utility;GTK" + make_desktop_entry ${PN} ${PN} ${PN} "Utility;GTK" } |