commit:     ff1f6c8c423cc19c32bc9ab1f2bcbdb028a06f75
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 13:37:11 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 13:37:11 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ff1f6c8c

kde-apps/umbrello: Workaround missing appdata file

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/umbrello/umbrello-17.03.80.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/kde-apps/umbrello/umbrello-17.03.80.ebuild 
b/kde-apps/umbrello/umbrello-17.03.80.ebuild
index c6c6865f13..055398c78d 100644
--- a/kde-apps/umbrello/umbrello-17.03.80.ebuild
+++ b/kde-apps/umbrello/umbrello-17.03.80.ebuild
@@ -42,6 +42,11 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+       kde5_src_prepare
+       sed -e "/org.kde.umbrello5.appdata.xml/d" -i umbrello/CMakeLists.txt || 
die
+}
+
 src_configure() {
        local mycmakeargs=(
                -DBUILD_KF5=ON

Reply via email to