diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:55:19 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:55:19 +0000 |
commit | 9c79dbee686daed2e0e8deb5d5760e7f89ae2dd4 (patch) | |
tree | 506101ab9c53f6eae081bb3c30de7949369ae0cc /kde-base/plasma | |
parent | Added KDE 4.0.4 version of phonon. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-9c79dbee686daed2e0e8deb5d5760e7f89ae2dd4.tar.gz gentoo-2-9c79dbee686daed2e0e8deb5d5760e7f89ae2dd4.tar.bz2 gentoo-2-9c79dbee686daed2e0e8deb5d5760e7f89ae2dd4.zip |
Added KDE 4.0.4 version of plasma. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/plasma')
-rw-r--r-- | kde-base/plasma/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/plasma/plasma-4.0.4.ebuild | 50 |
2 files changed, 56 insertions, 1 deletions
diff --git a/kde-base/plasma/ChangeLog b/kde-base/plasma/ChangeLog index 747897124266..3f981a873eb6 100644 --- a/kde-base/plasma/ChangeLog +++ b/kde-base/plasma/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/plasma # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma/ChangeLog,v 1.8 2008/04/03 21:46:30 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma/ChangeLog,v 1.9 2008/05/16 00:55:19 ingmar Exp $ + +*plasma-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +plasma-4.0.4.ebuild: + Added KDE 4.0.4 version of plasma. Thanks to Jorge Manuel B. S. Vicetto. *plasma-4.0.3 (03 Apr 2008) diff --git a/kde-base/plasma/plasma-4.0.4.ebuild b/kde-base/plasma/plasma-4.0.4.ebuild new file mode 100644 index 000000000000..daff4ea84bb7 --- /dev/null +++ b/kde-base/plasma/plasma-4.0.4.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma/plasma-4.0.4.ebuild,v 1.1 2008/05/16 00:55:19 ingmar Exp $ + +EAPI="1" + +KMNAME=kdebase-workspace +inherit kde4-meta + +DESCRIPTION="Plasma: KDE desktop framework" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook xcomposite xinerama" + +COMMONDEPEND=" + >=app-misc/strigi-0.5.7 + >=kde-base/libkworkspace-${PV}:${SLOT} + >=kde-base/libtaskmanager-${PV}:${SLOT} + >=kde-base/libplasma-${PV}:${SLOT} + x11-libs/libXau + x11-libs/libXfixes + x11-libs/libXrender + x11-libs/libXtst + xcomposite? ( x11-libs/libXcomposite ) + xinerama? ( x11-libs/libXinerama )" +DEPEND="${COMMONDEPEND} + xcomposite? ( x11-proto/compositeproto ) + xinerama? ( x11-proto/xineramaproto )" +RDEPEND="${COMMONDEPEND} + >=kde-base/kde-menu-icons-${PV}:${SLOT}" +PDEPEND=" + kde-base/kdeartwork-iconthemes:${SLOT}" + +KMEXTRACTONLY="krunner/org.freedesktop.ScreenSaver.xml + krunner/org.kde.krunner.Interface.xml + ksmserver/org.kde.KSMServerInterface.xml + libs/taskmanager/ + libs/plasma/" +KMLOADLIBS="libplasma" + +PATCHES="${FILESDIR}/${PN}-4.0.3-kickoff.patch" + +KDE4_BUILT_WITH_USE_CHECK="app-misc/strigi dbus qt4" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with xcomposite X11_Xcomposite) + $(cmake-utils_use_with xinerama X11_Xinerama)" + + kde4-meta_src_compile +} |