From 713a98c7c77dd5f53e82561eef9aa338eb563b18 Mon Sep 17 00:00:00 2001 From: "Ronny (tastytea) Gutbrod" Date: Sat, 13 Jun 2020 03:15:34 +0200 Subject: net-im/nheko: Version bump 0.7.2. Signed-off-by: Ronny (tastytea) Gutbrod --- net-im/nheko/nheko-0.7.2.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 net-im/nheko/nheko-0.7.2.ebuild (limited to 'net-im/nheko/nheko-0.7.2.ebuild') diff --git a/net-im/nheko/nheko-0.7.2.ebuild b/net-im/nheko/nheko-0.7.2.ebuild new file mode 100644 index 00000000..54b3b78f --- /dev/null +++ b/net-im/nheko/nheko-0.7.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake xdg + +DESCRIPTION="Desktop client for Matrix using Qt and C++14" +HOMEPAGE="https://github.com/Nheko-Reborn/nheko" +SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + dev-qt/qtmultimedia:5[gstreamer,qml] + dev-qt/qtquickcontrols2:5 + dev-qt/qtgraphicaleffects:5 + dev-qt/qtsvg:5 + dev-qt/qtconcurrent:5 + app-text/cmark + dev-libs/tweeny + dev-db/lmdb++ + >=dev-libs/mtxclient-0.3.1 + dev-cpp/nlohmann_json +" +DEPEND=" + ${RDEPEND} + dev-qt/linguist-tools:5 + dev-libs/spdlog +" + +src_prepare() { + cmake_src_prepare + xdg_src_prepare + + # TODO: Unbundle SingleApplication, blurhash and cpp-httplib. +} -- cgit v1.2.3