From be51d5933d998cc59f80e6941b32e87530caeb0a Mon Sep 17 00:00:00 2001 From: Jonathan Callen Date: Sun, 30 Aug 2009 04:47:30 -0400 Subject: Remove kde-base/libknotificationitem from compile-time deps The kdemultimedia, kdeutils, and (in 4.4+) kdegraphics modules all check for the existence of libknotificationitem, even if it isn't needed. This commit removes that check, except in those ebuilds where it *is* needed. This also adds a dep on libknotificationitem where it was needed, but missing. --- kde-base/libkipi/libkipi-4.3.65.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'kde-base/libkipi/libkipi-4.3.65.ebuild') diff --git a/kde-base/libkipi/libkipi-4.3.65.ebuild b/kde-base/libkipi/libkipi-4.3.65.ebuild index 1d57d065de3..0c00b42c918 100644 --- a/kde-base/libkipi/libkipi-4.3.65.ebuild +++ b/kde-base/libkipi/libkipi-4.3.65.ebuild @@ -14,3 +14,10 @@ HOMEPAGE="http://www.kipi-plugins.org" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug" + +src_prepare() { + kde4-meta_src_prepare + + # Remove compile-time dep on LibKNotificationItem + sed -i -e '/LibKNotificationItem-1/s/^/#DONOTNEED /' CMakeLists.txt +} -- cgit v1.2.3