diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2014-04-02 01:42:09 +1100 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2014-04-02 01:42:09 +1100 |
| commit | 0b617ec50d7fe219662afcb42c3202e87227f23b (patch) | |
| tree | e8eed363beea77b86f123638c7744825acc491a8 /kde-frameworks/kwindowsystem/kwindowsystem-4.98.0.ebuild | |
| parent | c99cf3fe4b82c1a08ac4ed13255a5a7e4f49395e (diff) | |
| download | kde-0b617ec50d7fe219662afcb42c3202e87227f23b.tar.gz kde-0b617ec50d7fe219662afcb42c3202e87227f23b.tar.bz2 kde-0b617ec50d7fe219662afcb42c3202e87227f23b.zip | |
[kde-frameworks] Add 4.98.0
Diffstat (limited to 'kde-frameworks/kwindowsystem/kwindowsystem-4.98.0.ebuild')
| -rw-r--r-- | kde-frameworks/kwindowsystem/kwindowsystem-4.98.0.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-4.98.0.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-4.98.0.ebuild new file mode 100644 index 00000000000..b60f05a46fb --- /dev/null +++ b/kde-frameworks/kwindowsystem/kwindowsystem-4.98.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde-frameworks + +DESCRIPTION="Framework providing access to certain properties and features of the window manager" +LICENSE="LGPL-2+ MIT" +KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="X" + +RDEPEND=" + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + X? ( + dev-qt/qtx11extras:5 + x11-libs/libX11 + x11-libs/libXfixes + x11-libs/libxcb + x11-libs/xcb-util-keysyms + ) +" +DEPEND="${RDEPEND} + X? ( x11-proto/xproto ) +" + +DOCS=( "docs/README.kstartupinfo" ) + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package X X11) + ) + + kde-frameworks_src_configure +} |
