summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-02 10:35:37 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-02 10:35:37 +0000
commit550cd060c2c618b7783eef057bb18278fd908f29 (patch)
tree576105b968e36c873090faf8ac218f2768715c43 /kde-base/kwin
parentAdd kde-4.1.2 into the tree from the kde-testing overlay. (diff)
downloadgentoo-2-550cd060c2c618b7783eef057bb18278fd908f29.tar.gz
gentoo-2-550cd060c2c618b7783eef057bb18278fd908f29.tar.bz2
gentoo-2-550cd060c2c618b7783eef057bb18278fd908f29.zip
Add kde-4.1.2 into the tree from the kde-testing overlay.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'kde-base/kwin')
-rw-r--r--kde-base/kwin/ChangeLog8
-rw-r--r--kde-base/kwin/kwin-4.1.2.ebuild44
-rw-r--r--kde-base/kwin/metadata.xml8
3 files changed, 55 insertions, 5 deletions
diff --git a/kde-base/kwin/ChangeLog b/kde-base/kwin/ChangeLog
index afd1a04b20bb..9f6b046b0f4d 100644
--- a/kde-base/kwin/ChangeLog
+++ b/kde-base/kwin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kwin
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.131 2008/09/14 00:00:14 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.132 2008/10/02 10:35:37 jmbsvicetto Exp $
+
+*kwin-4.1.2 (02 Oct 2008)
+
+ 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ metadata.xml, +kwin-4.1.2.ebuild:
+ Add kde-4.1.2 into the tree from the kde-testing overlay.
*kwin-3.5.10 (13 Sep 2008)
diff --git a/kde-base/kwin/kwin-4.1.2.ebuild b/kde-base/kwin/kwin-4.1.2.ebuild
new file mode 100644
index 000000000000..aaef00af0d72
--- /dev/null
+++ b/kde-base/kwin/kwin-4.1.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.1.2.ebuild,v 1.1 2008/10/02 10:35:37 jmbsvicetto Exp $
+
+EAPI="2"
+
+KMNAME=kdebase-workspace
+OPENGL_REQUIRED="optional"
+inherit kde4-meta
+
+DESCRIPTION="KDE window manager"
+KEYWORDS="~amd64 ~x86"
+IUSE="captury debug opengl xcomposite xinerama"
+
+COMMONDEPEND="
+ x11-libs/libXdamage
+ x11-libs/libXfixes
+ >=x11-libs/libXrandr-1.2.1
+ x11-libs/libXrender
+ captury? ( media-libs/libcaptury )
+ opengl? ( virtual/opengl )
+ xcomposite? ( x11-libs/libXcomposite )
+ xinerama? ( x11-libs/libXinerama )"
+DEPEND="${COMMONDEPEND}
+ x11-proto/damageproto
+ x11-proto/renderproto
+ xcomposite? ( x11-proto/compositeproto )
+ xinerama? ( x11-proto/xineramaproto )"
+RDEPEND="${COMMONDEPEND}"
+
+src_configure() {
+ if ! use captury; then
+ sed -e 's:^PKGCONFIG..libcaptury:#DONOTFIND &:' \
+ -i "${S}"/kwin/effects/CMakeLists.txt || \
+ die "Making captury optional failed."
+ fi
+
+ mycmakeargs="${mycmakeargs}
+ $(cmake-utils_use_with opengl OpenGL)
+ $(cmake-utils_use_with xcomposite X11_Xcomposite)
+ $(cmake-utils_use_with xinerama X11_Xinerama)"
+
+ kde4-meta_src_configure
+}
diff --git a/kde-base/kwin/metadata.xml b/kde-base/kwin/metadata.xml
index bc22a4a27b75..9592fad6cd93 100644
--- a/kde-base/kwin/metadata.xml
+++ b/kde-base/kwin/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>kde</herd>
- <use>
- <flag name="captury">Enable the 'Capture'-plugin in kwin</flag>
- </use>
+<use>
+ <flag name="captury">Enable the 'Capture'-plugin in kwin</flag>
+</use>
+<herd>kde</herd>
</pkgmetadata>