commit: f4e4cbd2518039a8ac57275b94a596726d2d0de4 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Mon May 25 00:53:58 2020 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Mon May 25 01:03:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f4e4cbd2
net-im/nheko: New package. Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> net-im/nheko/Manifest | 1 + net-im/nheko/metadata.xml | 11 +++++++++++ net-im/nheko/nheko-0.7.1.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest new file mode 100644 index 0000000..ea118d5 --- /dev/null +++ b/net-im/nheko/Manifest @@ -0,0 +1 @@ +DIST nheko-0.7.1.tar.gz 781856 BLAKE2B ebe4bc30b31c38f31dd732ebfeac6d79f3772a1de54ec3d46a0b3cf3622e6acbac574733da78420ece4030b0dee921f054f44ce9c2c159c67d94add1b2f3685b SHA512 c3f8325c865b4021709114ab7f658ae5198404242eb8761c8589d42b08d175323406a65ff0706b16a4139155ac7676e12282bce078cc0a02284ecd70a7d62bdc diff --git a/net-im/nheko/metadata.xml b/net-im/nheko/metadata.xml new file mode 100644 index 0000000..4a3f8ed --- /dev/null +++ b/net-im/nheko/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Ronny (tastytea) Gutbrod</name> + </maintainer> + <upstream> + <remote-id type="github">Nheko-Reborn/nheko</remote-id> + </upstream> +</pkgmetadata> diff --git a/net-im/nheko/nheko-0.7.1.ebuild b/net-im/nheko/nheko-0.7.1.ebuild new file mode 100644 index 0000000..e5dcde9 --- /dev/null +++ b/net-im/nheko/nheko-0.7.1.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.0 + 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. +}
