From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 89E92138CD0 for ; Thu, 2 Jul 2015 07:25:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D79CE0825; Thu, 2 Jul 2015 07:25:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2311E0825 for ; Thu, 2 Jul 2015 07:25:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07F1934095B for ; Thu, 2 Jul 2015 07:25:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B33D5741 for ; Thu, 2 Jul 2015 07:25:19 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1435821861.f22de3aac2533c9258d2f4aab36e4923faaf695d.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-kresources/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdepim-kresources/kdepim-kresources-4.4.2015.06.ebuild X-VCS-Directories: kde-base/kdepim-kresources/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: f22de3aac2533c9258d2f4aab36e4923faaf695d X-VCS-Branch: master Date: Thu, 2 Jul 2015 07:25:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e48d6b6c-06a3-46e6-a49e-ce526df97012 X-Archives-Hash: 981dfdfb68263bb2e02b29fbbc81c431 commit: f22de3aac2533c9258d2f4aab36e4923faaf695d Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Thu Jul 2 07:24:21 2015 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Jul 2 07:24:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f22de3aa [kde-base/kdepim-kresources] fix build following KDE 4.3 .../kdepim-kresources/kdepim-kresources-4.4.2015.06.ebuild | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/kde-base/kdepim-kresources/kdepim-kresources-4.4.2015.06.ebuild b/kde-base/kdepim-kresources/kdepim-kresources-4.4.2015.06.ebuild index d19aaf8..7b1dfda 100644 --- a/kde-base/kdepim-kresources/kdepim-kresources-4.4.2015.06.ebuild +++ b/kde-base/kdepim-kresources/kdepim-kresources-4.4.2015.06.ebuild @@ -20,14 +20,25 @@ DEPEND=" RDEPEND="${DEPEND}" KMEXTRACTONLY=" + kaddressbook/common/ kmail/ knotes/ korganizer/version.h - kaddressbook/common/kabprefs.h " KMLOADLIBS="libkdepim" +src_prepare() { + local kconfig_compiler="${EKDEDIR}/bin/kconfig_compiler" + + pushd kaddressbook/common + # create the kabprefs_base.h file + "${kconfig_compiler}" kaddressbook.kcfg kabprefs_base.kcfgc + popd + + kde4-meta_src_prepare +} + src_install() { kde4-meta_src_install