diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-15 11:51:16 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-15 11:51:16 +0000 |
commit | 476ec8d71ced2194834d8b2a2758b7bff5027d29 (patch) | |
tree | 94ec1ae3fab3bdb31f40595f2ff560e5006db1ed /kde-base/kwin | |
parent | version bump (diff) | |
download | gentoo-2-476ec8d71ced2194834d8b2a2758b7bff5027d29.tar.gz gentoo-2-476ec8d71ced2194834d8b2a2758b7bff5027d29.tar.bz2 gentoo-2-476ec8d71ced2194834d8b2a2758b7bff5027d29.zip |
Re-added Lubos Lunak's Xinerama patch as kindly provided by Vladimir Brik on bug 211469.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'kde-base/kwin')
-rw-r--r-- | kde-base/kwin/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kwin/kwin-3.5.9-r1.ebuild | 27 |
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-base/kwin/ChangeLog b/kde-base/kwin/ChangeLog index 3336b741800c..14cfa47ba3f8 100644 --- a/kde-base/kwin/ChangeLog +++ b/kde-base/kwin/ChangeLog @@ -1,6 +1,13 @@ # 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.119 2008/04/05 01:19:59 zlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.120 2008/04/15 11:51:16 philantrop Exp $ + +*kwin-3.5.9-r1 (15 Apr 2008) + + 15 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> + +kwin-3.5.9-r1.ebuild: + Re-added Lubos Lunak's Xinerama patch as kindly provided by Vladimir Brik + on bug 211469. 05 Apr 2008; Bo Ørsted Andresen <zlin@gentoo.org> kwin-4.0.2.ebuild, kwin-4.0.3.ebuild: diff --git a/kde-base/kwin/kwin-3.5.9-r1.ebuild b/kde-base/kwin/kwin-3.5.9-r1.ebuild new file mode 100644 index 000000000000..4108790c8b75 --- /dev/null +++ b/kde-base/kwin/kwin-3.5.9-r1.ebuild @@ -0,0 +1,27 @@ +# 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-3.5.9-r1.ebuild,v 1.1 2008/04/15 11:51:16 philantrop Exp $ + +KMNAME=kdebase +EAPI="1" +inherit kde-meta eutils + +DESCRIPTION="KDE window manager" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="kdehiddenvisibility xcomposite" + +RDEPEND="xcomposite? ( x11-libs/libXcomposite x11-libs/libXdamage )" +DEPEND="${RDEPEND}" + +SRC_URI="${SRC_URI} + mirror://gentoo/kdebase-3.5-patchset-05.tar.bz2 + mirror://gentoo/kde-3.5.9-seli-xinerama.tar.bz2" + +src_compile() { + myconf="$myconf $(use_with xcomposite composite)" + kde-meta_src_compile +} + +# Xinerama patch by Lubos Lunak. +# http://ktown.kde.org/~seli/xinerama/ +PATCHES=( "${WORKDIR}/kdebase-kwin-only-seli-xinerama.patch" ) |