You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/vym/vym-2.2.4.ebuild

34 lines
760 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/vym/vym-2.2.4.ebuild,v 1.1 2012/08/04 10:21:18 xmw Exp $
EAPI=4
inherit eutils qt4-r2
DESCRIPTION="View Your Mind, a mindmap tool"
HOMEPAGE="http://www.insilmaril.de/vym/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="x11-libs/qt-dbus:4
x11-libs/qt-gui:4[qt3support]
x11-libs/qt-svg:4"
RDEPEND="${DEPEND}
app-arch/zip"
DOCS="README.txt"
src_configure() {
eqmake4 PREFIX=/usr DOCDIR=/usr/share/doc/${PF}
}
src_install() {
qt4-r2_src_install
doman doc/vym.1.gz
make_desktop_entry vym vym /usr/share/vym/icons/vym.png Education
}