diff options
author | 2012-09-04 18:45:48 +0000 | |
---|---|---|
committer | 2012-09-04 18:45:48 +0000 | |
commit | 15e1e7fdd1e191927f169caf35f9223d23a57246 (patch) | |
tree | a24b9205d75050edee2d793b88c839b440af63fc /kde-base/konsole | |
parent | Add net-misc/leechcraft-launchy, thanks to 0xd34df00d (diff) | |
download | gentoo-2-15e1e7fdd1e191927f169caf35f9223d23a57246.tar.gz gentoo-2-15e1e7fdd1e191927f169caf35f9223d23a57246.tar.bz2 gentoo-2-15e1e7fdd1e191927f169caf35f9223d23a57246.zip |
Version bump KDE SC 4.9.1
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/konsole')
-rw-r--r-- | kde-base/konsole/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/konsole/konsole-4.9.1.ebuild | 37 |
2 files changed, 43 insertions, 1 deletions
diff --git a/kde-base/konsole/ChangeLog b/kde-base/konsole/ChangeLog index 78149c6b9e70..0f400dffccd0 100644 --- a/kde-base/konsole/ChangeLog +++ b/kde-base/konsole/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/konsole # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/ChangeLog,v 1.243 2012/09/03 14:14:01 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/ChangeLog,v 1.244 2012/09/04 18:44:56 johu Exp $ + +*konsole-4.9.1 (04 Sep 2012) + + 04 Sep 2012; Johannes Huber <johu@gentoo.org> +konsole-4.9.1.ebuild: + Version bump KDE SC 4.9.1 03 Sep 2012; Johannes Huber <johu@gentoo.org> -files/konsole-4.6.4-imagesize.patch, -files/konsole-4.7.4-ypos.patch: diff --git a/kde-base/konsole/konsole-4.9.1.ebuild b/kde-base/konsole/konsole-4.9.1.ebuild new file mode 100644 index 000000000000..bd1c59f3fcd5 --- /dev/null +++ b/kde-base/konsole/konsole-4.9.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/konsole-4.9.1.ebuild,v 1.1 2012/09/04 18:44:56 johu Exp $ + +EAPI=4 + +KDE_HANDBOOK="optional" +KDE_DOC_DIRS="doc/manual" +VIRTUALX_REQUIRED="test" +inherit kde4-base + +DESCRIPTION="X terminal for use with KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +COMMONDEPEND=" + !aqua? ( + $(add_kdebase_dep libkonq) + x11-libs/libX11 + x11-libs/libXext + >=x11-libs/libxklavier-3.2 + x11-libs/libXrender + x11-libs/libXtst + ) +" +DEPEND="${COMMONDEPEND} + !aqua? ( + x11-apps/bdftopcf + x11-proto/kbproto + x11-proto/renderproto + ) +" +RDEPEND="${COMMONDEPEND}" + +PATCHES=( + "${FILESDIR}/${PN}-4.7.0-tests.patch" +) |