summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-21 16:27:16 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-21 16:27:16 +0000
commit7fc8d810a9e6d71aebe5b42af669fe581db7b9d8 (patch)
tree8ad8763a59ca980fd2da63b859c15dc3ff1867cf /media-sound/k3guitune/k3guitune-1.01.ebuild
parentFix compilation with glibc-2.10 (Bug #270682) (diff)
downloadgentoo-2-7fc8d810a9e6d71aebe5b42af669fe581db7b9d8.tar.gz
gentoo-2-7fc8d810a9e6d71aebe5b42af669fe581db7b9d8.tar.bz2
gentoo-2-7fc8d810a9e6d71aebe5b42af669fe581db7b9d8.zip
Desktop entry and Icon.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/k3guitune/k3guitune-1.01.ebuild')
-rw-r--r--media-sound/k3guitune/k3guitune-1.01.ebuild14
1 files changed, 10 insertions, 4 deletions
diff --git a/media-sound/k3guitune/k3guitune-1.01.ebuild b/media-sound/k3guitune/k3guitune-1.01.ebuild
index 5d29dd60b9ad..198df64e5355 100644
--- a/media-sound/k3guitune/k3guitune-1.01.ebuild
+++ b/media-sound/k3guitune/k3guitune-1.01.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild,v 1.7 2009/05/21 16:01:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild,v 1.8 2009/05/21 16:27:07 ssuominen Exp $
EAPI=2
ARTS_REQUIRED=never
@@ -30,10 +30,11 @@ for X in ${LANGS} ${LANGS_DOC} ; do
IUSE="${IUSE} linguas_${X}"
done
-src_unpack() {
- kde_src_unpack
+src_prepare() {
+ kde_src_prepare
epatch "${FILESDIR}"/${PN}-1.0-gcc43.patch \
- "${FILESDIR}"/${P}-fftw.patch
+ "${FILESDIR}"/${P}-fftw.patch \
+ "${FILESDIR}"/${P}-desktop-entry.patch
for X in ${LANGS} ; do
use linguas_${X} && MAKE_LANGS="${MAKE_LANGS} ${X}.po"
@@ -59,3 +60,8 @@ src_configure() {
kde_src_configure
}
+
+src_install() {
+ kde_src_install
+ doicon "${FILESDIR}"/${PN}.xpm
+}