summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-09-05 07:17:10 +0000
committerJustin Lecher <jlec@gentoo.org>2012-09-05 07:17:10 +0000
commit5809cfafceb0d8044fe4f236131ca82905ff8820 (patch)
treec8d8b5830ef885c2e147c4e52999dcf62ac6a438 /app-text/searchmonkey
parentold (diff)
downloadgentoo-2-5809cfafceb0d8044fe4f236131ca82905ff8820.tar.gz
gentoo-2-5809cfafceb0d8044fe4f236131ca82905ff8820.tar.bz2
gentoo-2-5809cfafceb0d8044fe4f236131ca82905ff8820.zip
Use domenu instead insinto + doins to install .desktop files
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'app-text/searchmonkey')
-rw-r--r--app-text/searchmonkey/ChangeLog5
-rw-r--r--app-text/searchmonkey/searchmonkey-2.0.0.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/app-text/searchmonkey/ChangeLog b/app-text/searchmonkey/ChangeLog
index d0b289157ea3..46c794c5e5cd 100644
--- a/app-text/searchmonkey/ChangeLog
+++ b/app-text/searchmonkey/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/searchmonkey
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/ChangeLog,v 1.10 2012/07/15 16:19:29 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/ChangeLog,v 1.11 2012/09/05 07:17:10 jlec Exp $
+
+ 05 Sep 2012; Justin Lecher <jlec@gentoo.org> searchmonkey-2.0.0.ebuild:
+ Use domenu instead insinto + doins to install .desktop files
15 Jul 2012; Michael Palimaka <kensington@gentoo.org>
searchmonkey-2.0.0.ebuild:
diff --git a/app-text/searchmonkey/searchmonkey-2.0.0.ebuild b/app-text/searchmonkey/searchmonkey-2.0.0.ebuild
index 742153fd9f34..501752073220 100644
--- a/app-text/searchmonkey/searchmonkey-2.0.0.ebuild
+++ b/app-text/searchmonkey/searchmonkey-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/searchmonkey-2.0.0.ebuild,v 1.3 2012/07/15 16:19:29 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/searchmonkey-2.0.0.ebuild,v 1.4 2012/09/05 07:17:10 jlec Exp $
EAPI=4
@@ -33,6 +33,5 @@ src_install() {
# Hand-made desktop icon
doicon pixmaps/searchmonkey-300x300.png
- insinto /usr/share/applications/
- doins "${FILESDIR}"/${P}.desktop
+ domenu "${FILESDIR}"/${P}.desktop
}