You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-misc/yakuake/yakuake-2.9.9-r2.ebuild

32 lines
887 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/yakuake/yakuake-2.9.9-r2.ebuild,v 1.1 2013/04/15 15:51:41 kensington Exp $
EAPI=5
KDE_LINGUAS="ca ca@valencia cs da de el en_GB es et fi fr ga gl hr hu it km ko
nb nds nl nn pa pl pt pt_BR ro ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin
sv th tr uk wa zh_CN zh_TW"
inherit kde4-base
DESCRIPTION="A quake-style terminal emulator based on KDE konsole technology"
HOMEPAGE="http://yakuake.kde.org/"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
LICENSE="GPL-2 LGPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
SLOT="4"
IUSE="debug"
RDEPEND="
$(add_kdebase_dep konsole)
x11-libs/libX11
"
DEPEND="${RDEPEND}
sys-devel/gettext
"
DOCS=( AUTHORS ChangeLog KDE4FAQ NEWS README TODO )
PATCHES=( "${FILESDIR}/${P}-lastsession.patch" )