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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A7AC158020 for ; Wed, 19 Oct 2022 14:24:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E054E07B3; Wed, 19 Oct 2022 14:24:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C31CE07B3 for ; Wed, 19 Oct 2022 14:24:06 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82C6E340F2B for ; Wed, 19 Oct 2022 14:24:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C48035F7 for ; Wed, 19 Oct 2022 14:24:03 +0000 (UTC) From: "Adrian Schollmeyer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adrian Schollmeyer" Message-ID: <1666189443.7ef17317acbad25b9632d955b83fc371d3fa5b38.nex+b-g-o@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/abaddon/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/abaddon/Manifest net-im/abaddon/abaddon-0.1.8.ebuild X-VCS-Directories: net-im/abaddon/ X-VCS-Committer: nex+b-g-o X-VCS-Committer-Name: Adrian Schollmeyer X-VCS-Revision: 7ef17317acbad25b9632d955b83fc371d3fa5b38 X-VCS-Branch: dev Date: Wed, 19 Oct 2022 14:24:03 +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: 3c11781a-804c-48bb-a818-da549e81471e X-Archives-Hash: 2926d124d381e3283c934ff7c7b70666 commit: 7ef17317acbad25b9632d955b83fc371d3fa5b38 Author: Adrian Schollmeyer nexadn de> AuthorDate: Wed Oct 19 14:24:03 2022 +0000 Commit: Adrian Schollmeyer nexadn de> CommitDate: Wed Oct 19 14:24:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ef17317 net-im/abaddon: add 0.1.8 Signed-off-by: Adrian Schollmeyer nexadn.de> net-im/abaddon/Manifest | 1 + net-im/abaddon/abaddon-0.1.8.ebuild | 48 +++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/net-im/abaddon/Manifest b/net-im/abaddon/Manifest index a5498d91f..914f21cc1 100644 --- a/net-im/abaddon/Manifest +++ b/net-im/abaddon/Manifest @@ -1 +1,2 @@ DIST abaddon-0.1.7.gh.tar.gz 12829173 BLAKE2B e759a7c6a07ffaeb47da4602286d013de0ed217328d6af7f28ad2de4516729777617a55111be5f2d7023f0990ba611563ea38da31e4045db07f6bd211ce74fcc SHA512 9e472acc9313cb257ee71172c6f8acfb01eedd628f4d0579a634f739d1e58b93a1917dd3cfdb7309e1e40d837c5e0d2eb11f6eee9af738643b70ce4660328f2b +DIST abaddon-0.1.8.gh.tar.gz 12829641 BLAKE2B f69210694bdb4d2d7a2cc4c4babbccc8afc15ba4429c08f6b477372c6d77af23d9d2e55b1283ce87b1a1a8cd10609723bc2b49cce21b6a6cdc2352a164cdcc77 SHA512 f9a52b76c4f39d28d5f3b17df9760dd45d3ee25ea254b267537544408a85f33f62c1f82febc2c5426b3533ec148ae9d25eb6ff167b61c1fd5b51c6bd6c923275 diff --git a/net-im/abaddon/abaddon-0.1.8.ebuild b/net-im/abaddon/abaddon-0.1.8.ebuild new file mode 100644 index 000000000..06af37878 --- /dev/null +++ b/net-im/abaddon/abaddon-0.1.8.ebuild @@ -0,0 +1,48 @@ +# Copyright 2021-2022 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" + +RDEPEND=" + dev-cpp/gtkmm:3.0= + dev-db/sqlite:3 + net-misc/curl + >=net-libs/ixwebsocket-11.0.8 + sys-libs/zlib:= + libhandy? ( gui-libs/libhandy:= ) +" +DEPEND=" + ${RDEPEND} + dev-cpp/nlohmann_json +" + +src_configure() { + local mycmakeargs=( + -DUSE_LIBHANDY="$(usex libhandy)" + ) + cmake_src_configure +} + +src_install() { + dodoc README.md + + dobin "${BUILD_DIR}"/abaddon + + insinto /usr/share/${PN} + doins -r res/* + + make_desktop_entry /usr/bin/${PN} +}