diff options
Diffstat (limited to 'kde-base/khotkeys')
-rw-r--r-- | kde-base/khotkeys/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/khotkeys/khotkeys-4.11.19.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/kde-base/khotkeys/ChangeLog b/kde-base/khotkeys/ChangeLog index 7033756e0bba..fccaa5edeb8b 100644 --- a/kde-base/khotkeys/ChangeLog +++ b/kde-base/khotkeys/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/khotkeys # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.328 2015/03/29 11:33:07 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.329 2015/05/15 15:53:08 kensington Exp $ + +*khotkeys-4.11.19 (15 May 2015) + + 15 May 2015; Michael Palimaka <kensington@gentoo.org> + +khotkeys-4.11.19.ebuild: + Version bump. *khotkeys-4.11.17 (29 Mar 2015) diff --git a/kde-base/khotkeys/khotkeys-4.11.19.ebuild b/kde-base/khotkeys/khotkeys-4.11.19.ebuild new file mode 100644 index 000000000000..ef3ace21d71b --- /dev/null +++ b/kde-base/khotkeys/khotkeys-4.11.19.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/khotkeys-4.11.19.ebuild,v 1.1 2015/05/15 15:53:08 kensington Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KDE: hotkey daemon" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkworkspace) + x11-libs/libX11 + x11-libs/libXtst +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libs/kworkspace/ +" |