diff options
author | 2007-01-16 22:05:24 +0000 | |
---|---|---|
committer | 2007-01-16 22:05:24 +0000 | |
commit | c42e804d3105165738b33c98b2f7e5e90712b754 (patch) | |
tree | 4fb1de5b454bbf0fd16011900d4696d8729e075d /kde-base/kwin | |
parent | Stable on amd64 per bug #161640 (diff) | |
download | historical-c42e804d3105165738b33c98b2f7e5e90712b754.tar.gz historical-c42e804d3105165738b33c98b2f7e5e90712b754.tar.bz2 historical-c42e804d3105165738b33c98b2f7e5e90712b754.zip |
Bump to 3.5.6 (prerelease).
Package-Manager: portage-2.1.2
Diffstat (limited to 'kde-base/kwin')
-rw-r--r-- | kde-base/kwin/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kwin/files/digest-kwin-3.5.6 | 6 | ||||
-rw-r--r-- | kde-base/kwin/kwin-3.5.6.ebuild | 32 |
3 files changed, 44 insertions, 1 deletions
diff --git a/kde-base/kwin/ChangeLog b/kde-base/kwin/ChangeLog index 0c7d7e698c35..3287162b6846 100644 --- a/kde-base/kwin/ChangeLog +++ b/kde-base/kwin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kwin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.82 2007/01/04 11:31:02 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.83 2007/01/16 21:42:54 flameeyes Exp $ + +*kwin-3.5.6 (16 Jan 2007) + + 16 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> +kwin-3.5.6.ebuild: + Bump to 3.5.6 (prerelease). 04 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> kwin-3.5.5-r2.ebuild: Keyworded ~sparc wrt #156216 diff --git a/kde-base/kwin/files/digest-kwin-3.5.6 b/kde-base/kwin/files/digest-kwin-3.5.6 new file mode 100644 index 000000000000..bd0188b1b7fd --- /dev/null +++ b/kde-base/kwin/files/digest-kwin-3.5.6 @@ -0,0 +1,6 @@ +MD5 a53f589f58012e655a52220a6a151019 kdebase-3.5.6.tar.bz2 24155599 +RMD160 d3cbdcd148ea4c08d254f48faa10fc693517394c kdebase-3.5.6.tar.bz2 24155599 +SHA256 245b35f8b2e1533f9ae92b3b07bee5339a716dfb8db363d0126d2e7409b7bd7e kdebase-3.5.6.tar.bz2 24155599 +MD5 82502eb472e384005994143b8e78e999 kwin-3.5.5-seli-xinerama.patch.bz2 7362 +RMD160 e1c83cd6ca967b24e82851c0f286d57ab68d7730 kwin-3.5.5-seli-xinerama.patch.bz2 7362 +SHA256 20baec02a66f500ea6e16a239aa123d2a62c2f80107b3a0a72b72ecd918aa0d3 kwin-3.5.5-seli-xinerama.patch.bz2 7362 diff --git a/kde-base/kwin/kwin-3.5.6.ebuild b/kde-base/kwin/kwin-3.5.6.ebuild new file mode 100644 index 000000000000..397f064bc9af --- /dev/null +++ b/kde-base/kwin/kwin-3.5.6.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-3.5.6.ebuild,v 1.1 2007/01/16 21:42:54 flameeyes Exp $ + +KMNAME=kdebase +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE window manager" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="kdehiddenvisibility xcomposite" +RDEPEND="xcomposite? ( + x11-libs/libXcomposite + x11-libs/libXdamage + )" +DEPEND="${RDEPEND} + xcomposite? ( + x11-proto/compositeproto + x11-proto/damageproto + )" + +SRC_URI="${SRC_URI} + mirror://gentoo/${PN}-3.5.5-seli-xinerama.patch.bz2" + +PATCHES="${FILESDIR}/${PN}-3.5.5-input-shape.patch + ${DISTDIR}/${PN}-3.5.5-seli-xinerama.patch.bz2" + +src_compile() { + myconf="$myconf $(use_with xcomposite composite)" + kde-meta_src_compile +} |