diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2012-06-21 21:55:08 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2012-06-21 21:55:08 +0000 |
commit | 069ac1542ef075cd556dfbb8d0e420eae342dc39 (patch) | |
tree | 1dd564f7adb4f21ca4525760daf1f3d100ef29ae /kde-base/kimono | |
parent | Mark stable for amd64/x86 per bug #415255 (diff) | |
download | historical-069ac1542ef075cd556dfbb8d0e420eae342dc39.tar.gz historical-069ac1542ef075cd556dfbb8d0e420eae342dc39.tar.bz2 historical-069ac1542ef075cd556dfbb8d0e420eae342dc39.zip |
KDE 4.8.4 version bump
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/kimono')
-rw-r--r-- | kde-base/kimono/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kimono/kimono-4.8.4.ebuild | 41 |
2 files changed, 47 insertions, 1 deletions
diff --git a/kde-base/kimono/ChangeLog b/kde-base/kimono/ChangeLog index 8590d7cb008d..37d70041c845 100644 --- a/kde-base/kimono/ChangeLog +++ b/kde-base/kimono/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kimono # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/ChangeLog,v 1.30 2012/05/24 11:37:57 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/ChangeLog,v 1.31 2012/06/21 21:54:36 dilfridge Exp $ + +*kimono-4.8.4 (21 Jun 2012) + + 21 Jun 2012; Andreas K. Huettel <dilfridge@gentoo.org> +kimono-4.8.4.ebuild: + Version bump KDE SC 4.8.4 24 May 2012; Johannes Huber <johu@gentoo.org> -kimono-4.8.1.ebuild: Remove KDE SC 4.8.1 diff --git a/kde-base/kimono/kimono-4.8.4.ebuild b/kde-base/kimono/kimono-4.8.4.ebuild new file mode 100644 index 000000000000..81b9175e8a8d --- /dev/null +++ b/kde-base/kimono/kimono-4.8.4.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/kimono-4.8.4.ebuild,v 1.1 2012/06/21 21:54:36 dilfridge Exp $ + +EAPI=4 + +inherit kde4-base mono + +DESCRIPTION="C# bindings for KDE" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="akonadi debug plasma semantic-desktop" + +DEPEND=" + dev-lang/mono + $(add_kdebase_dep qyoto 'webkit') + $(add_kdebase_dep smokeqt) + $(add_kdebase_dep smokekde 'semantic-desktop=') + plasma? ( $(add_kdebase_dep smokeqt 'webkit') ) + semantic-desktop? ( >=dev-libs/soprano-2.7.6[clucene] ) +" +RDEPEND="${DEPEND}" + +# Split from kdebindings-csharp in 4.7 +add_blocker kdebindings-csharp + +src_prepare() { + kde4-base_src_prepare + + sed -i "/add_subdirectory( examples )/ s:^:#:" plasma/CMakeLists.txt +} + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with akonadi) + $(cmake-utils_use_with akonadi KdepimLibs) + $(cmake-utils_use_disable plasma) + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop Soprano) + ) + kde4-base_src_configure +} |