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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13CAF158089 for ; Mon, 2 Oct 2023 12:24:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CD742BC09A; Mon, 2 Oct 2023 12:24:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 476142BC09A for ; Mon, 2 Oct 2023 12:24:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 967F1335CD2 for ; Mon, 2 Oct 2023 12:24:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 352C2933 for ; Mon, 2 Oct 2023 12:24:18 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1696085775.835b9b495f593ca5e3bc6e5522f92cf52339c02a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/abaddon/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/abaddon/Manifest net-im/abaddon/abaddon-0.1.12.ebuild net-im/abaddon/metadata.xml X-VCS-Directories: net-im/abaddon/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 835b9b495f593ca5e3bc6e5522f92cf52339c02a X-VCS-Branch: master Date: Mon, 2 Oct 2023 12:24:18 +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: b4f5a2d9-4c87-4f46-ace1-f34224b9d64e X-Archives-Hash: 190725c27f625fcd288da4adae6c7cbc commit: 835b9b495f593ca5e3bc6e5522f92cf52339c02a Author: Remigiusz Micielski purelymail com> AuthorDate: Sat Sep 30 14:56:03 2023 +0000 Commit: David Roman gmail com> CommitDate: Sat Sep 30 14:56:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=835b9b49 net-im/abaddon: add 0.1.12 Signed-off-by: Remigiusz Micielski purelymail.com> net-im/abaddon/Manifest | 1 + net-im/abaddon/abaddon-0.1.12.ebuild | 54 ++++++++++++++++++++++++++++++++++++ net-im/abaddon/metadata.xml | 1 + 3 files changed, 56 insertions(+) diff --git a/net-im/abaddon/Manifest b/net-im/abaddon/Manifest index 2b7b005805..712e7baca5 100644 --- a/net-im/abaddon/Manifest +++ b/net-im/abaddon/Manifest @@ -1 +1,2 @@ +DIST abaddon-0.1.12.gh.tar.gz 12889771 BLAKE2B baeb6fb88eeb30332c290976f104a7efcfd09d8ed5a73464387b20abb41c1b899a926fdacfb7ddd069a843112c0d4ae08787a097842051abecc333f5e1709bbe SHA512 50e7af172fa12f382976c9bc10c9c1cde371866faf422f578c7ca8517facdf9331577bc69c5c856a75c8dc4014c0ed6ad2cef662cde7d551c212f412303e816b DIST abaddon-0.1.8.gh.tar.gz 12829641 BLAKE2B f69210694bdb4d2d7a2cc4c4babbccc8afc15ba4429c08f6b477372c6d77af23d9d2e55b1283ce87b1a1a8cd10609723bc2b49cce21b6a6cdc2352a164cdcc77 SHA512 f9a52b76c4f39d28d5f3b17df9760dd45d3ee25ea254b267537544408a85f33f62c1f82febc2c5426b3533ec148ae9d25eb6ff167b61c1fd5b51c6bd6c923275 diff --git a/net-im/abaddon/abaddon-0.1.12.ebuild b/net-im/abaddon/abaddon-0.1.12.ebuild new file mode 100644 index 0000000000..481d002478 --- /dev/null +++ b/net-im/abaddon/abaddon-0.1.12.ebuild @@ -0,0 +1,54 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake desktop + +DESCRIPTION="Alternative Discord client using GTK instead of Electron" +HOMEPAGE="https://github.com/uowuo/abaddon" +SRC_URI=" + https://github.com/uowuo/abaddon/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz +" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+libhandy +rnnoise" + +RDEPEND=" + >=net-libs/ixwebsocket-11.0.8 + dev-cpp/gtkmm:3.0= + dev-db/sqlite:3 + dev-libs/miniaudio + net-misc/curl + sys-libs/zlib:= + libhandy? ( gui-libs/libhandy:= ) + rnnoise? ( media-libs/rnnoise ) +" +DEPEND=" + ${RDEPEND} + dev-cpp/nlohmann_json +" + +src_configure() { + # Disable keychain because there's currently + # no package for it in ::guru or ::gentoo + # also disable QRCODE, for the same reason + local mycmakeargs=( + -DUSE_LIBHANDY="$(usex libhandy)" + -DENABLE_RNNOISE="$(usex rnnoise)" + -DUSE_KEYCHAIN="no" + -DENABLE_QRCODE_LOGIN="no" + ) + cmake_src_configure +} + +src_install() { + dobin "${BUILD_DIR}"/abaddon + + insinto /usr/share/${PN} + doins -r res/* + + make_desktop_entry /usr/bin/${PN} +} diff --git a/net-im/abaddon/metadata.xml b/net-im/abaddon/metadata.xml index 3944869a71..e5356bebb0 100644 --- a/net-im/abaddon/metadata.xml +++ b/net-im/abaddon/metadata.xml @@ -7,6 +7,7 @@ Support for features using gui-libs/libhandy + Support for noise reduction using media-libs/rnnoise uowuo/abaddon