From 24934e623441310f644e5f72855b0f2bf9f3cd1a Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Mon, 27 Oct 2014 18:38:05 +0200 Subject: Incoming! Moving Rogento.git to kogaion-desktop. Finally --- net-im/tox-gui-qt/metadata.xml | 7 ++++++ net-im/tox-gui-qt/tox-gui-qt-9999.ebuild | 37 ++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 net-im/tox-gui-qt/metadata.xml create mode 100644 net-im/tox-gui-qt/tox-gui-qt-9999.ebuild (limited to 'net-im/tox-gui-qt') diff --git a/net-im/tox-gui-qt/metadata.xml b/net-im/tox-gui-qt/metadata.xml new file mode 100644 index 00000000..cc3fe249 --- /dev/null +++ b/net-im/tox-gui-qt/metadata.xml @@ -0,0 +1,7 @@ + + + + + maintainer-wanted@gentoo.org + + 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" +} -- cgit v1.2.3