public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Remigiusz Micielski" <remigiusz.micielski@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/abaddon/
Date: Sun, 26 Nov 2023 08:39:02 +0000 (UTC)	[thread overview]
Message-ID: <1700987923.7c7fc95316ebd434dcbf083bdf171cae9dc547ec.remigiusz.micielski@gentoo> (raw)

commit:     7c7fc95316ebd434dcbf083bdf171cae9dc547ec
Author:     Remigiusz Micielski <rmicielski <AT> purelymail <DOT> com>
AuthorDate: Sun Nov 26 08:38:29 2023 +0000
Commit:     Remigiusz Micielski <remigiusz.micielski <AT> gmail <DOT> com>
CommitDate: Sun Nov 26 08:38:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c7fc953

net-im/abaddon: add 0.1.13

Signed-off-by: Remigiusz Micielski <rmicielski <AT> purelymail.com>

 net-im/abaddon/Manifest              |  1 +
 net-im/abaddon/abaddon-0.1.13.ebuild | 60 ++++++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/net-im/abaddon/Manifest b/net-im/abaddon/Manifest
index 459d08e1a4..b5102f44e5 100644
--- a/net-im/abaddon/Manifest
+++ b/net-im/abaddon/Manifest
@@ -1 +1,2 @@
 DIST abaddon-0.1.12.tar.gz 12889771 BLAKE2B baeb6fb88eeb30332c290976f104a7efcfd09d8ed5a73464387b20abb41c1b899a926fdacfb7ddd069a843112c0d4ae08787a097842051abecc333f5e1709bbe SHA512 50e7af172fa12f382976c9bc10c9c1cde371866faf422f578c7ca8517facdf9331577bc69c5c856a75c8dc4014c0ed6ad2cef662cde7d551c212f412303e816b
+DIST abaddon-0.1.13.tar.gz 13013920 BLAKE2B 4cf9600ff3d1d3ea1e8aa82c82a3364f93e2c0b018d2c6211ded1d727627e3e06b5b88d714f081467bfad37644870a3b041de4b9524ce168ed7a45fffc9bf8d8 SHA512 e96167779e5ee7383c330e8a90afd0c58cb6dcb9e66bda38f2dc8f8fcac940ae44b789fd5afddb12ba493065db61cb68e74c378cad5c2ab67cbbc13cf90aa834

diff --git a/net-im/abaddon/abaddon-0.1.13.ebuild b/net-im/abaddon/abaddon-0.1.13.ebuild
new file mode 100644
index 0000000000..47487350f4
--- /dev/null
+++ b/net-im/abaddon/abaddon-0.1.13.ebuild
@@ -0,0 +1,60 @@
+# 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"
+
+if [[ ${PV} == 9999 ]]; then
+	EGIT_REPO_URI="https://github.com/uowuo/abaddon.git"
+	# All dependencies are provided by portage
+	EGIT_SUBMODULES=()
+	inherit git-r3
+else
+	KEYWORDS="~amd64 ~x86"
+	SRC_URI="https://github.com/uowuo/abaddon/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+libhandy +rnnoise qrcodegen"
+
+RDEPEND="
+	dev-cpp/gtkmm:3.0=
+	dev-db/sqlite:3
+	dev-libs/miniaudio
+	>=net-libs/ixwebsocket-11.0.8
+	net-misc/curl
+	sys-libs/zlib:=
+	libhandy? ( gui-libs/libhandy:= )
+	qrcodegen? ( dev-libs/qrcodegen )
+	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
+	local mycmakeargs=(
+		-DUSE_LIBHANDY="$(usex libhandy)"
+		-DENABLE_RNNOISE="$(usex rnnoise)"
+		-DUSE_KEYCHAIN="no"
+		-DENABLE_QRCODE_LOGIN="$(usex qrcodegen)"
+	)
+	cmake_src_configure
+}
+
+src_install() {
+	dobin "${BUILD_DIR}"/abaddon
+
+	insinto /usr/share/${PN}
+	doins -r res/*
+
+	make_desktop_entry /usr/bin/${PN}
+}


             reply	other threads:[~2023-11-26  8:39 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-26  8:39 Remigiusz Micielski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-02  9:22 [gentoo-commits] repo/proj/guru:dev commit in: net-im/abaddon/ Takuya Wakazono
2024-06-15  0:35 Benoît Dufour
2024-02-25 15:52 Remigiusz Micielski
2024-02-24 10:38 Remigiusz Micielski
2024-02-23 13:01 Remigiusz Micielski
2023-11-01 19:20 Leonardo Hernandez
2023-11-01 19:20 Leonardo Hernandez
2023-11-01 19:20 Leonardo Hernandez
2023-10-31 20:39 Benoît Dufour
2023-10-31 20:32 Benoît Dufour
2023-10-02 12:20 Remigiusz Micielski
2023-10-02 12:19 Remigiusz Micielski
2023-10-02  8:49 Adrian Schollmeyer
2023-10-01 14:17 Remigiusz Micielski
2023-09-30 14:56 Remigiusz Micielski
2022-10-19 14:26 Adrian Schollmeyer
2022-10-19 14:24 Adrian Schollmeyer
2022-08-16  8:10 Adrian Schollmeyer
2022-08-16  8:10 Adrian Schollmeyer
2022-05-23 12:58 Adrian Schollmeyer
2022-05-23 12:58 Adrian Schollmeyer
2022-04-09 13:15 Adrian Schollmeyer
2022-02-27 12:32 Adrian Schollmeyer
2021-12-13 21:22 Adrian Schollmeyer
2021-09-20 19:06 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2021-09-20 19:03 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-09-20 14:34 Adrian Schollmeyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1700987923.7c7fc95316ebd434dcbf083bdf171cae9dc547ec.remigiusz.micielski@gentoo \
    --to=remigiusz.micielski@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox