From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 794FE1382C5 for ; Sat, 13 Jun 2020 01:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97567E087C; Sat, 13 Jun 2020 01:28:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B82EE087C for ; Sat, 13 Jun 2020 01:28:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED78E34F04F for ; Sat, 13 Jun 2020 01:28:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74434286 for ; Sat, 13 Jun 2020 01:28:17 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1592011654.713a98c7c77dd5f53e82561eef9aa338eb563b18.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/nheko/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/nheko/Manifest net-im/nheko/nheko-0.7.2.ebuild X-VCS-Directories: net-im/nheko/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 713a98c7c77dd5f53e82561eef9aa338eb563b18 X-VCS-Branch: dev Date: Sat, 13 Jun 2020 01:28:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e3c3da56-39a5-4628-af29-a3209cfaecd5 X-Archives-Hash: 7d27b8f7111eecc1cdef9f3951e708da commit: 713a98c7c77dd5f53e82561eef9aa338eb563b18 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Sat Jun 13 01:15:34 2020 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Sat Jun 13 01:27:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=713a98c7 net-im/nheko: Version bump 0.7.2. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> net-im/nheko/Manifest | 1 + net-im/nheko/nheko-0.7.2.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest index ea118d5..fa46f76 100644 --- a/net-im/nheko/Manifest +++ b/net-im/nheko/Manifest @@ -1 +1,2 @@ DIST nheko-0.7.1.tar.gz 781856 BLAKE2B ebe4bc30b31c38f31dd732ebfeac6d79f3772a1de54ec3d46a0b3cf3622e6acbac574733da78420ece4030b0dee921f054f44ce9c2c159c67d94add1b2f3685b SHA512 c3f8325c865b4021709114ab7f658ae5198404242eb8761c8589d42b08d175323406a65ff0706b16a4139155ac7676e12282bce078cc0a02284ecd70a7d62bdc +DIST nheko-0.7.2.tar.gz 899595 BLAKE2B dcf6316e651501580036f55e1a81eb8bf30c725167f43e3f36a20079159a2c980258b6602571c32791ba24d00a7427bde6e302ebf4831eda371f9d69e2f1dda5 SHA512 6faac4d5507358231004af474b2de2672aab0b9b369b5ae7f311774e8c3525cecbab0aacf61ec484696d56db171b66b688d044e05a6938c9c04ec9e885e1e82e 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 0000000..54b3b78 --- /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. +}