diff options
author | 2005-03-26 11:28:00 +0000 | |
---|---|---|
committer | 2005-03-26 11:28:00 +0000 | |
commit | 3adfb58836b2f1874539b0a02a199c88f20ba80e (patch) | |
tree | 66531245325d5a903e3523995e6531ad74b7281e /x11-terms/kuake/kuake-0.3-r3.ebuild | |
parent | stable amd64, 86585 (diff) | |
download | gentoo-2-3adfb58836b2f1874539b0a02a199c88f20ba80e.tar.gz gentoo-2-3adfb58836b2f1874539b0a02a199c88f20ba80e.tar.bz2 gentoo-2-3adfb58836b2f1874539b0a02a199c88f20ba80e.zip |
fixed compilation on non-arts systems
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-terms/kuake/kuake-0.3-r3.ebuild')
-rw-r--r-- | x11-terms/kuake/kuake-0.3-r3.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/x11-terms/kuake/kuake-0.3-r3.ebuild b/x11-terms/kuake/kuake-0.3-r3.ebuild new file mode 100644 index 000000000000..3495f4ad5cde --- /dev/null +++ b/x11-terms/kuake/kuake-0.3-r3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/kuake/kuake-0.3-r3.ebuild,v 1.1 2005/03/26 11:28:00 voxus Exp $ + +inherit kde + +DESCRIPTION="A Quake-style terminal emulator" +HOMEPAGE="http://www.nemohackers.org/kuake.php" +SRC_URI="http://199.231.140.154/software/${PN}/${P}.tar.gz" + +KEYWORDS="~x86 ~sparc ~amd64 ~ppc" +LICENSE="GPL-2" + +SLOT="0" +IUSE="" + +DEPEND="|| ( kde-base/konsole kde-base/kdebase )" + +need-kde 3.3 + +src_unpack() { + kde_src_unpack + + epatch "${FILESDIR}/${P}-dropdown-fix.patch" + epatch "${FILESDIR}/${P}-alignment-fix.patch" + + use arts || { + epatch "${FILESDIR}/${P}-noarts-fix.patch" + rm -f ${S}/configure + } +} |