public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Adrian Schollmeyer" <nex+b-g-o@nexadn.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/abaddon/
Date: Tue, 16 Aug 2022 08:10:23 +0000 (UTC)	[thread overview]
Message-ID: <1660637417.b7ebe7d7a23753cf4f1d46ef9bef6a04f9ef9780.nex+b-g-o@gentoo> (raw)

commit:     b7ebe7d7a23753cf4f1d46ef9bef6a04f9ef9780
Author:     Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
AuthorDate: Tue Aug 16 08:08:26 2022 +0000
Commit:     Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
CommitDate: Tue Aug 16 08:10:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7ebe7d7

net-im/abaddon: add 0.1.7

Signed-off-by: Adrian Schollmeyer <nex+b-g-o <AT> nexadn.de>

 net-im/abaddon/Manifest             |  1 +
 net-im/abaddon/abaddon-0.1.7.ebuild | 48 +++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/net-im/abaddon/Manifest b/net-im/abaddon/Manifest
index 6fd54ebe1..8c26da5a3 100644
--- a/net-im/abaddon/Manifest
+++ b/net-im/abaddon/Manifest
@@ -1 +1,2 @@
 DIST abaddon-0.1.6.tar.gz 22692605 BLAKE2B 6c08e114935db8f25559d26fc3f621f924d8c44cee9cf54cff78c1faec3e7d341061b8ee59de5fdf20f2a5989776a6a9cdf569b60f9d87a1d146af035e3dbf23 SHA512 de368f7759078e980f6e92bc684d75e104d5e87b3d917f5531fbc2b182e01daee975d355c4064241cd446e3892026817b0441e9eb08132acfc8c165a6574b940
+DIST abaddon-0.1.7.gh.tar.gz 12829173 BLAKE2B e759a7c6a07ffaeb47da4602286d013de0ed217328d6af7f28ad2de4516729777617a55111be5f2d7023f0990ba611563ea38da31e4045db07f6bd211ce74fcc SHA512 9e472acc9313cb257ee71172c6f8acfb01eedd628f4d0579a634f739d1e58b93a1917dd3cfdb7309e1e40d837c5e0d2eb11f6eee9af738643b70ce4660328f2b

diff --git a/net-im/abaddon/abaddon-0.1.7.ebuild b/net-im/abaddon/abaddon-0.1.7.ebuild
new file mode 100644
index 000000000..06af37878
--- /dev/null
+++ b/net-im/abaddon/abaddon-0.1.7.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}
+}


             reply	other threads:[~2022-08-16  8:10 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-16  8:10 Adrian Schollmeyer [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-26  8:39 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-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=1660637417.b7ebe7d7a23753cf4f1d46ef9bef6a04f9ef9780.nex+b-g-o@gentoo \
    --to=nex+b-g-o@nexadn.de \
    --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