# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="1" NEED_KDE="4.2" inherit kde4overlay-base PREFIX="${KDEDIR}" DESCRIPTION="A quake-style terminal emulator based on KDE konsole technology" HOMEPAGE="http://yakuake.kde.org/" SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2" KEYWORDS="~amd64 ~x86" SLOT="4.2" IUSE="" DEPEND="kde-base/konsole:${SLOT}" RDEPEND="${DEPEND}" LANGS="ca cs da de el en_GB fr ga gl ja ko nds nl pt pt_BR ro ru sv tr uk" for X in ${LANGS}; do IUSE="${IUSE} linguas_${X}" done src_compile() { comment_all_add_subdirectory po/ || die "sed to remove all linguas failed." local X for X in ${LANGS}; do if use linguas_${X}; then sed -i -e "/add_subdirectory(\s*${X}\s*)\s*$/ s/^#DONOTCOMPILE //" \ po/CMakeLists.txt || die "Sed to uncomment linguas_${lang} failed." fi done kde4overlay-base_src_compile }