diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-10-19 23:45:57 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-10-19 23:45:57 +0000 |
commit | 2998c7ec86604a3f861ba5837a7186d8473fbeb6 (patch) | |
tree | 76214814cbe49707d4aa0865d97b0e7c73db926b /kde-base/kwin | |
parent | Bump to KDE 3.5.8. (diff) | |
download | gentoo-2-2998c7ec86604a3f861ba5837a7186d8473fbeb6.tar.gz gentoo-2-2998c7ec86604a3f861ba5837a7186d8473fbeb6.tar.bz2 gentoo-2-2998c7ec86604a3f861ba5837a7186d8473fbeb6.zip |
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
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.8 | 6 | ||||
-rw-r--r-- | kde-base/kwin/kwin-3.5.8.ebuild | 22 |
3 files changed, 34 insertions, 1 deletions
diff --git a/kde-base/kwin/ChangeLog b/kde-base/kwin/ChangeLog index 12814539efed..65af1951a6b4 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.102 2007/08/11 16:36:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.103 2007/10/19 23:45:57 philantrop Exp $ + +*kwin-3.5.8 (19 Oct 2007) + + 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org> +kwin-3.5.8.ebuild: + Bump to KDE 3.5.8. 11 Aug 2007; Raúl Porcel <armin76@gentoo.org> kwin-3.5.7.ebuild: x86 stable wrt #185823 diff --git a/kde-base/kwin/files/digest-kwin-3.5.8 b/kde-base/kwin/files/digest-kwin-3.5.8 new file mode 100644 index 000000000000..3036d71a1afc --- /dev/null +++ b/kde-base/kwin/files/digest-kwin-3.5.8 @@ -0,0 +1,6 @@ +MD5 da0b6ef72a164f0a1af0943ef045ed17 kdebase-3.5-patchset-05.tar.bz2 16068 +RMD160 dc1572fbb3cf3ce9a8e424edd3408b8912c6bfd5 kdebase-3.5-patchset-05.tar.bz2 16068 +SHA256 d1d3c8b51c68610c76c61ba4923618a16609bb76af547d8d26bb9a3f6990bd4d kdebase-3.5-patchset-05.tar.bz2 16068 +MD5 10950c172c1d9529c621a000c6b39d10 kdebase-3.5.8.tar.bz2 2501632 +RMD160 718e72b4b990eea04763298cadae9e7103ae1808 kdebase-3.5.8.tar.bz2 2501632 +SHA256 90f5070737c638c3a0cbce416ae2cfd471140ca4108056c8f8a3449b951f22dd kdebase-3.5.8.tar.bz2 2501632 diff --git a/kde-base/kwin/kwin-3.5.8.ebuild b/kde-base/kwin/kwin-3.5.8.ebuild new file mode 100644 index 000000000000..a8bbfebc7a7a --- /dev/null +++ b/kde-base/kwin/kwin-3.5.8.ebuild @@ -0,0 +1,22 @@ +# 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.8.ebuild,v 1.1 2007/10/19 23:45:57 philantrop 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}" + +SRC_URI="${SRC_URI} + mirror://gentoo/kdebase-3.5-patchset-05.tar.bz2" + +src_compile() { + myconf="$myconf $(use_with xcomposite composite)" + kde-meta_src_compile +} |