diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-19 09:58:07 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-19 09:58:07 +0000 |
commit | b40b72c1d10315c578ee3102994c7e9e949f5233 (patch) | |
tree | f2b526b155c524dea10d7c02754a60122f793c33 /media-sound/krecord/krecord-1.16.ebuild | |
parent | stable x86, bug 274649 (diff) | |
download | gentoo-2-b40b72c1d10315c578ee3102994c7e9e949f5233.tar.gz gentoo-2-b40b72c1d10315c578ee3102994c7e9e949f5233.tar.bz2 gentoo-2-b40b72c1d10315c578ee3102994c7e9e949f5233.zip |
Validate desktop entry and fix prestripping.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/krecord/krecord-1.16.ebuild')
-rw-r--r-- | media-sound/krecord/krecord-1.16.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/krecord/krecord-1.16.ebuild b/media-sound/krecord/krecord-1.16.ebuild index ad112a7c95f5..abeb3698e47e 100644 --- a/media-sound/krecord/krecord-1.16.ebuild +++ b/media-sound/krecord/krecord-1.16.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/krecord/krecord-1.16.ebuild,v 1.4 2009/06/19 09:20:45 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/krecord/krecord-1.16.ebuild,v 1.5 2009/06/19 09:58:07 ssuominen Exp $ ARTS_REQUIRED=never -inherit kde +inherit kde toolchain-funcs DESCRIPTION="A KDE sound recorder." HOMEPAGE="http://bytesex.org/krecord.html" @@ -21,6 +21,10 @@ DEPEND="${RDEPEND}" need-kde 3.5 +PATCHES=( "${FILESDIR}/${P}-desktop_entry.patch" + "${FILESDIR}/${P}-prestrip.patch" ) + src_compile() { + tc-export CC CXX emake || die "emake failed" } |