# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # EAPI=4 inherit cmake-utils git-2 DESCRIPTION="Razor-qt is easy-to-use and fast desktop environment based on Qt technologies." HOMEPAGE="http://razor-qt.org/" EGIT_REPO_URI="git://github.com/Razor-qt/${PN}.git" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="debug" DEPEND="x11-libs/qt-gui:4" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${PN}-dont-install-symlinks.patch" )