Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
philantrop 08/02/07 00:12:43
Modified: ChangeLog
Added: kwin-4.0.1.ebuild
Log:
Version bump to KDE 4.0.1.
(Portage version: 2.1.4.1)
Revision Changes Path
1.110 kde-base/kwin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?r1=1.109&r2=1.110
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog 31 Jan 2008 15:32:24 -0000 1.109
+++ ChangeLog 7 Feb 2008 00:12:43 -0000 1.110
@@ -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.109 2008/01/31 15:32:24 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.110 2008/02/07 00:12:43 philantrop Exp $
+
+*kwin-4.0.1 (06 Feb 2008)
+
+ 06 Feb 2008; Wulf C. Krueger <philantrop@g.o> +kwin-4.0.1.ebuild:
+ Version bump to KDE 4.0.1.
31 Jan 2008; Brent Baude <ranger@g.o> kwin-3.5.8.ebuild:
Marking kwin-3.5.8 ppc for bug 207634
1.1 kde-base/kwin/kwin-4.0.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/kwin-4.0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/kwin-4.0.1.ebuild?rev=1.1&content-type=text/plain
Index: kwin-4.0.1.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.1.ebuild,v 1.1 2008/02/07 00:12:43 philantrop Exp $
EAPI="1"
KMNAME=kdebase-workspace
inherit kde4-meta
DESCRIPTION="KDE window manager"
KEYWORDS="~amd64 ~x86"
IUSE="captury 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@g.o mailing list
|
|