diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-10-27 18:38:05 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-10-27 18:38:05 +0200 |
commit | 24934e623441310f644e5f72855b0f2bf9f3cd1a (patch) | |
tree | a453939bf58199bc2c3ff27bcf0accf2b221c6c4 /net-im/tox-gui-qt/tox-gui-qt-9999.ebuild | |
parent | 687f45092b4f4ccf33765cee7427f054bae22344 (diff) |
Incoming! Moving Rogento.git to kogaion-desktop. Finally
Diffstat (limited to 'net-im/tox-gui-qt/tox-gui-qt-9999.ebuild')
-rw-r--r-- | net-im/tox-gui-qt/tox-gui-qt-9999.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/net-im/tox-gui-qt/tox-gui-qt-9999.ebuild b/net-im/tox-gui-qt/tox-gui-qt-9999.ebuild new file mode 100644 index 00000000..7672db15 --- /dev/null +++ b/net-im/tox-gui-qt/tox-gui-qt-9999.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils qmake-utils git-2 + +DESCRIPTION="GUI for net-libs/tox, using QT5" +HOMEPAGE="https://github.com/nurupo/ProjectTox-Qt-GUI" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" +IUSE="" + +#EGIT_STORE_DIR="${DISTDIR}/egit-src" +EGIT_REPO_URI="git://github.com/nurupo/ProjectTox-Qt-GUI.git" +EGIT_HAS_SUBMODULES=1 + +DEPEND="dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + net-libs/tox" +RDEPEND="${DEPEND}" + +src_prepare() { + epatch_user +} + +src_configure() { + eqmake5 projectfiles/QtCreator/TOX-Qt-GUI.pro +} + +src_install() { + dobin "${S}/TOX-Qt-GUI" +} |