diff options
Diffstat (limited to 'kde-base/ark/ark-4.3.65.ebuild')
| -rw-r--r-- | kde-base/ark/ark-4.3.65.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kde-base/ark/ark-4.3.65.ebuild b/kde-base/ark/ark-4.3.65.ebuild index 83c566406ab..08fda407a56 100644 --- a/kde-base/ark/ark-4.3.65.ebuild +++ b/kde-base/ark/ark-4.3.65.ebuild @@ -18,6 +18,13 @@ DEPEND=" " RDEPEND="${DEPEND}" +src_prepare() { + kde4-meta_src_prepare + + # Remove compile-time dep on LibKNotificationItem + sed -i -e '/LibKNotificationItem-1/s/^/#DONOTNEED /' CMakeLists.txt +} + src_configure() { mycmakeargs="${mycmakeargs} $(cmake-utils_use_with archive LibArchive) |
