diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2011-12-23 03:30:17 +0100 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2011-12-23 03:30:17 +0100 |
commit | c139cfa06e75cc50a0363da9a0969c893c928963 (patch) | |
tree | 87ef428da2b1255613b01e2a708acfe8783d9d01 /kde-base/kephal | |
parent | [profiles/package.mask] Mask KDE SC 4.8 RC1 (diff) | |
download | kde-c139cfa06e75cc50a0363da9a0969c893c928963.tar.gz kde-c139cfa06e75cc50a0363da9a0969c893c928963.tar.bz2 kde-c139cfa06e75cc50a0363da9a0969c893c928963.zip |
[kde-base] Add KDE SC 4.8 live ebuilds (4.8.49.9999)
Diffstat (limited to 'kde-base/kephal')
-rw-r--r-- | kde-base/kephal/kephal-4.8.49.9999.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-base/kephal/kephal-4.8.49.9999.ebuild b/kde-base/kephal/kephal-4.8.49.9999.ebuild new file mode 100644 index 0000000000..7de514dcda --- /dev/null +++ b/kde-base/kephal/kephal-4.8.49.9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +KMNAME="kde-workspace" +KMMODULE="libs/kephal" +inherit kde4-meta + +DESCRIPTION="Allows handling of multihead systems via the XRandR extension" +KEYWORDS="" +IUSE="debug" + +RDEPEND=" + x11-libs/libxkbfile + x11-libs/libXrandr +" +DEPEND="${RDEPEND} + x11-proto/randrproto +" |