# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils libtool qt3 fdo-mime DESCRIPTION="QT based cross-platform Subversion client, diff & merge tool." HOMEPAGE="http://subcommander.tigris.org/" SRC_URI="http://subcommander.tigris.org/files/documents/1759/35437/Subcommander-1.2.2.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=">=dev-libs/boost-1.32 >=dev-util/subversion-1.2 $(qt_min_version 3.2)" src_compile() { local myconf elibtoolize econf ${myconf} || die "./configure failed" emake || die "emake failed" } src_install() { einstall || die "einstall failed" doicon ${FILESDIR}/subcommander.png make_desktop_entry sc "Subcommander" \ "/usr/share/pixmaps/subcommander.png" "Programming;Development;RevisionControl" }