diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 20:29:21 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 20:29:21 +0000 |
commit | 3f4361934a8b4aa13c356cff174383f326399eb9 (patch) | |
tree | 25875eae733cdd1ebce5867382c775cf29a27805 /kde-base/libkworkspace | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-3f4361934a8b4aa13c356cff174383f326399eb9.tar.gz gentoo-2-3f4361934a8b4aa13c356cff174383f326399eb9.tar.bz2 gentoo-2-3f4361934a8b4aa13c356cff174383f326399eb9.zip |
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/libkworkspace')
-rw-r--r-- | kde-base/libkworkspace/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/libkworkspace/libkworkspace-4.3.2.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/kde-base/libkworkspace/ChangeLog b/kde-base/libkworkspace/ChangeLog index c8c805f2a9ac..05d6f2dec1c6 100644 --- a/kde-base/libkworkspace/ChangeLog +++ b/kde-base/libkworkspace/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/libkworkspace # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.38 2009/09/01 16:18:18 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.39 2009/10/06 20:29:21 alexxy Exp $ + +*libkworkspace-4.3.2 (06 Oct 2009) + + 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> + +libkworkspace-4.3.2.ebuild: + Version bump *libkworkspace-4.3.1 (01 Sep 2009) diff --git a/kde-base/libkworkspace/libkworkspace-4.3.2.ebuild b/kde-base/libkworkspace/libkworkspace-4.3.2.ebuild new file mode 100644 index 000000000000..61eccc8246a5 --- /dev/null +++ b/kde-base/libkworkspace/libkworkspace-4.3.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.3.2.ebuild,v 1.1 2009/10/06 20:29:21 alexxy Exp $ + +EAPI="2" + +KMNAME="kdebase-workspace" +KMMODULE="libs/kworkspace" +inherit kde4-meta + +DESCRIPTION="A library for KDE desktop applications" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug" + +KMEXTRACTONLY=" + ksmserver/org.kde.KSMServerInterface.xml + kwin/org.kde.KWin.xml +" + +KMSAVELIBS="true" + +src_prepare() { + sed -i -e 's/install( FILES kdisplaymanager.h/install( FILES kdisplaymanager.h screenpreviewwidget.h/' \ + libs/kworkspace/CMakeLists.txt || die "failed to provide screenpreviewwidget.h" + + kde4-meta_src_prepare +} |