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.
33 lines
741 B
33 lines
741 B
14 years ago
|
SLOT="0"
|
||
|
KEYWORDS="~x86"
|
||
|
|
||
|
EAPI="3"
|
||
|
inherit qt4-r2
|
||
|
LANGS="hu"
|
||
|
IUSE="linguas_hu"
|
||
|
|
||
|
DESCRIPTION="MindMap software written in Qt"
|
||
|
HOMEPAGE="https://gitorious.org/qtmindmap"
|
||
|
SRC_URI="http://matetelki.com/qtmindmap/qtmindmap-qtmindmap-master.tar.gz"
|
||
|
LICENSE="GPL-2"
|
||
|
|
||
|
DEPEND=">=x11-libs/qt-core-4.6
|
||
|
>=x11-libs/qt-gui-4.6
|
||
|
>=x11-libs/qt-svg-4.6
|
||
|
>=x11-libs/qt-test-4.6
|
||
|
>=x11-libs/qt-xmlpatterns-4.6"
|
||
|
|
||
|
RDEPEND="${DEPEND}"
|
||
|
|
||
|
src_configure() {
|
||
|
eqmake4 "${S}"/qtmindmap-qtmindmap/qtmindmap.pro
|
||
|
}
|
||
|
|
||
|
src_install() {
|
||
|
# do normal installation
|
||
14 years ago
|
# qt4-r2_src_install
|
||
|
# cp qtmindmap /usr/bin/
|
||
|
emake INSTALL_ROOT="${D}" DESTDIR="${D}" install || die "emake install failed"
|
||
14 years ago
|
# Install translations
|
||
|
# TODO how?
|
||
|
}
|