public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kwin: ChangeLog kwin-4.0.5.ebuild
@ 2008-06-05 22:33 Tobias Heinlein (keytoaster)
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2008-06-05 22:33 UTC (permalink / raw
  To: gentoo-commits

keytoaster    08/06/05 22:33:40

  Modified:             ChangeLog
  Added:                kwin-4.0.5.ebuild
  Log:
  Added the KDE 4.0.5 version of kwin.
  (Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)

Revision  Changes    Path
1.128                kde-base/kwin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.128&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?r1=1.127&r2=1.128

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog	18 May 2008 14:43:01 -0000	1.127
+++ ChangeLog	5 Jun 2008 22:33:40 -0000	1.128
@@ -1,6 +1,11 @@
 # 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.127 2008/05/18 14:43:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.128 2008/06/05 22:33:40 keytoaster Exp $
+
+*kwin-4.0.5 (05 Jun 2008)
+
+  05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> +kwin-4.0.5.ebuild:
+  Added the KDE 4.0.5 version of kwin.
 
   18 May 2008; Markus Meier <maekke@gentoo.org> kwin-3.5.9-r1.ebuild:
   amd64/x86 stable, bug #221063



1.1                  kde-base/kwin/kwin-4.0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/kwin-4.0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/kwin-4.0.5.ebuild?rev=1.1&content-type=text/plain

Index: kwin-4.0.5.ebuild
===================================================================
# 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.0.5.ebuild,v 1.1 2008/06/05 22:33:40 keytoaster Exp $

EAPI="1"

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_compile() {
	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_compile
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/kwin: ChangeLog kwin-4.0.5.ebuild
@ 2008-06-07  2:28 Ingmar Vanhassel (ingmar)
  0 siblings, 0 replies; 2+ messages in thread
From: Ingmar Vanhassel (ingmar) @ 2008-06-07  2:28 UTC (permalink / raw
  To: gentoo-commits

ingmar      08/06/07 02:28:52

  Modified:             ChangeLog kwin-4.0.5.ebuild
  Log:
  Compile without compositing, bug 225129.
  (Portage version: 2.1.5.4)

Revision  Changes    Path
1.129                kde-base/kwin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.129&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.129&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?r1=1.128&r2=1.129

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog	5 Jun 2008 22:33:40 -0000	1.128
+++ ChangeLog	7 Jun 2008 02:28:52 -0000	1.129
@@ -1,6 +1,10 @@
 # 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.128 2008/06/05 22:33:40 keytoaster Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.129 2008/06/07 02:28:52 ingmar Exp $
+
+  07 Jun 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+  +files/kwin-4.0.5-no-compositing.patch, kwin-4.0.5.ebuild:
+  Compile without compositing, bug 225129.
 
 *kwin-4.0.5 (05 Jun 2008)
 



1.2                  kde-base/kwin/kwin-4.0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/kwin-4.0.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/kwin-4.0.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/kwin-4.0.5.ebuild?r1=1.1&r2=1.2

Index: kwin-4.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kwin-4.0.5.ebuild	5 Jun 2008 22:33:40 -0000	1.1
+++ kwin-4.0.5.ebuild	7 Jun 2008 02:28:52 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.0.5.ebuild,v 1.1 2008/06/05 22:33:40 keytoaster Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.0.5.ebuild,v 1.2 2008/06/07 02:28:52 ingmar Exp $
 
 EAPI="1"
 
@@ -28,6 +28,8 @@
 	xinerama? ( x11-proto/xineramaproto )"
 RDEPEND="${COMMONDEPEND}"
 
+PATCHES=( "${FILESDIR}/${P}-no-compositing.patch" )
+
 src_compile() {
 	if ! use captury; then
 		sed -e 's:^PKGCONFIG..libcaptury:#DONOTFIND &:' \



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-07  2:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-07  2:28 [gentoo-commits] gentoo-x86 commit in kde-base/kwin: ChangeLog kwin-4.0.5.ebuild Ingmar Vanhassel (ingmar)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-05 22:33 Tobias Heinlein (keytoaster)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox