From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C50E51381F3 for ; Tue, 4 Jun 2013 18:52:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47B86E08BD; Tue, 4 Jun 2013 18:52:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C27C0E08BD for ; Tue, 4 Jun 2013 18:51:59 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A84B933E442 for ; Tue, 4 Jun 2013 18:51:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 41423E468F for ; Tue, 4 Jun 2013 18:51:57 +0000 (UTC) From: "David Heidelberger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberger" Message-ID: <1370371888.97ed7f932928a244b07e882dc1c9c9c40a470625.okias@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/bekwinfx/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/bekwinfx/bekwinfx-9999.ebuild kde-misc/bekwinfx/metadata.xml X-VCS-Directories: kde-misc/bekwinfx/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: 97ed7f932928a244b07e882dc1c9c9c40a470625 X-VCS-Branch: master Date: Tue, 4 Jun 2013 18:51:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f5ec3d61-a337-4653-bfe0-5558eea07778 X-Archives-Hash: 75e33e66398bf402cc2b8092a0392fd8 commit: 97ed7f932928a244b07e882dc1c9c9c40a470625 Author: David Heidelberger ixit cz> AuthorDate: Tue Jun 4 18:51:28 2013 +0000 Commit: David Heidelberger gmail com> CommitDate: Tue Jun 4 18:51:28 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=97ed7f93 [kde-misc/bekwinfx] bump 9999 version (including beclock etc.) Package-Manager: portage-2.1.12.2 --- kde-misc/bekwinfx/bekwinfx-9999.ebuild | 38 ++++++++++++++++++++++++++++++++++ kde-misc/bekwinfx/metadata.xml | 18 ++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/kde-misc/bekwinfx/bekwinfx-9999.ebuild b/kde-misc/bekwinfx/bekwinfx-9999.ebuild new file mode 100644 index 0000000..bb8affc --- /dev/null +++ b/kde-misc/bekwinfx/bekwinfx-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +if [ ${PV} == "9999" ]; then + EGIT_REPO_URI="http://git.code.sf.net/p/bekwinfx/code" + KEYWORDS="" +fi +KDE_MINIMAL="4.10" + +inherit cmake-utils git-2 + +OPENGL_REQUIRED=always +KDE_HANDBOOK=optional + +DESCRIPTION="BE::KWinFW Several 3rd party plugins for the KDE KWin compositor." +HOMEPAGE="http://sourceforge.net/projects/bekwinfx/" + +DEPEND="${DEPEND} + xrandr? ( kde-base/kephal ) + gles? ( kde-base/kwin[gles] )" +LICENSE="GPL-2" +SLOT="0" +IUSE="+beclock +beanimated +befaded bereflected bedistorted debug gles +xrandr" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_build beclock CLOCK) + $(cmake-utils_use_build beanimated ANIMATED) + $(cmake-utils_use_build befaded FADED) + $(cmake-utils_use_build bereflected REFLECTED) + $(cmake-utils_use_build bedistorted DISTORTED) + ) + + cmake-utils_src_configure +} diff --git a/kde-misc/bekwinfx/metadata.xml b/kde-misc/bekwinfx/metadata.xml new file mode 100644 index 0000000..f371d39 --- /dev/null +++ b/kde-misc/bekwinfx/metadata.xml @@ -0,0 +1,18 @@ + + + + +BE::KWinFX Beta +Several 3rd party plugins for the KDE KWin compositor + + + Enable animation plugin + Enable clock plugin + Enable distorted plugin + Enable fading plugin + Enable reflection plugin + Build set with OpenGLES support. + Build set with xrandr support. + + +