# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 EGIT_REPO_URI="git://github.com/lintest/fb2edit.git git://gitorious.org/fb2edit/lintest.git" inherit cmake-utils CMAKE_MIN_VERSION="2.6.0" DESCRIPTION="a WYSIWYG FictionBook (fb2) editor" HOMEPAGE="http://fb2edit.lintest.ru/" SRC_URI="" inherit git-2 LICENSE="GPL-3" SLOT="0" KEYWORDS="" IUSE="libxml2" DEPEND="libxml2? ( dev-libs/libxml2 ) x11-libs/qt-core x11-libs/qt-gui x11-libs/qt-webkit x11-libs/qt-xmlpatterns" RDEPEND="${DEPEND} x11-themes/hicolor-icon-theme" DOCS=( AUTHORS README ) src_prepare() { sed -i -e '/^set(CMAKE_IN_SOURCE_BUILD/s/TRUE/FALSE/' CMakeLists.txt || die 'sed failed' }