summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/yakuake/yakuake-2.9.9-r3.ebuild')
-rw-r--r--kde-misc/yakuake/yakuake-2.9.9-r3.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/kde-misc/yakuake/yakuake-2.9.9-r3.ebuild b/kde-misc/yakuake/yakuake-2.9.9-r3.ebuild
new file mode 100644
index 000000000000..c6719a092342
--- /dev/null
+++ b/kde-misc/yakuake/yakuake-2.9.9-r3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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="https://yakuake.kde.org/"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS="amd64 ~arm ppc x86"
+SLOT="4"
+IUSE="debug"
+
+RDEPEND="
+ || ( $(add_kdeapps_dep konsolepart) $(add_kdeapps_dep konsole) )
+ x11-libs/libX11
+"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+"
+
+DOCS=( AUTHORS ChangeLog KDE4FAQ NEWS README TODO )
+
+PATCHES=( "${FILESDIR}/${P}-lastsession.patch" )