From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/abaddon/
Date: Mon, 23 May 2022 17:15:20 +0000 (UTC) [thread overview]
Message-ID: <1653310696.e71606bbf598ca20ba929aa05cdd8cf5885454f8.lanodan@gentoo> (raw)
commit: e71606bbf598ca20ba929aa05cdd8cf5885454f8
Author: Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
AuthorDate: Mon May 23 12:51:26 2022 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon May 23 12:58:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e71606bb
net-im/abaddon: add 0.1.6, drop 0.1.5
Signed-off-by: Adrian Schollmeyer <nex+b-g-o <AT> nexadn.de>
net-im/abaddon/Manifest | 2 +-
.../abaddon/{abaddon-0.1.5.ebuild => abaddon-0.1.6.ebuild} | 13 ++++++++++++-
net-im/abaddon/metadata.xml | 3 +++
3 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/net-im/abaddon/Manifest b/net-im/abaddon/Manifest
index 79a975332..6fd54ebe1 100644
--- a/net-im/abaddon/Manifest
+++ b/net-im/abaddon/Manifest
@@ -1 +1 @@
-DIST abaddon-0.1.5.tar.gz 12814169 BLAKE2B 3c16bcd5d2330d2fd5aeed3174b32c7001ff2217e2846a9bdb48e3c69412f990a66723a9401d095bf2c9ab8e924b360537c9a6b6cccf889d52cfac42973ad567 SHA512 88ba4c11f2ed9dd9f5cfcc055f9192d43076e566f9e069764272dc0e7149b331af5df2f7c9dacbe826b7999193997f25da93bcbe5c087e566e089c4798459154
+DIST abaddon-0.1.6.tar.gz 22692605 BLAKE2B 6c08e114935db8f25559d26fc3f621f924d8c44cee9cf54cff78c1faec3e7d341061b8ee59de5fdf20f2a5989776a6a9cdf569b60f9d87a1d146af035e3dbf23 SHA512 de368f7759078e980f6e92bc684d75e104d5e87b3d917f5531fbc2b182e01daee975d355c4064241cd446e3892026817b0441e9eb08132acfc8c165a6574b940
diff --git a/net-im/abaddon/abaddon-0.1.5.ebuild b/net-im/abaddon/abaddon-0.1.6.ebuild
similarity index 68%
rename from net-im/abaddon/abaddon-0.1.5.ebuild
rename to net-im/abaddon/abaddon-0.1.6.ebuild
index a5247099e..7ce6e5a7f 100644
--- a/net-im/abaddon/abaddon-0.1.5.ebuild
+++ b/net-im/abaddon/abaddon-0.1.6.ebuild
@@ -14,6 +14,7 @@ SRC_URI="
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE="+libhandy"
RDEPEND="
dev-cpp/gtkmm:3.0=
@@ -21,6 +22,7 @@ RDEPEND="
net-misc/curl
>=net-libs/ixwebsocket-11.0.8
sys-libs/zlib:=
+ libhandy? ( gui-libs/libhandy:= )
"
DEPEND="
${RDEPEND}
@@ -28,13 +30,22 @@ DEPEND="
"
BDEPEND=""
+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/*
+ # Explicit list, since 0.1.6 accidentally contains an archive of the resource files
+ # See https://github.com/uowuo/abaddon/pull/74
+ doins -r res/{css,fonts,res}
make_desktop_entry /usr/bin/${PN}
}
diff --git a/net-im/abaddon/metadata.xml b/net-im/abaddon/metadata.xml
index b8439200b..fe43f9657 100644
--- a/net-im/abaddon/metadata.xml
+++ b/net-im/abaddon/metadata.xml
@@ -5,4 +5,7 @@
<name>Adrian Schollmeyer</name>
<email>nex+b-g-o@nexadn.de</email>
</maintainer>
+ <use>
+ <flag name="libhandy">Support for features using gui-libs/libhandy</flag>
+ </use>
</pkgmetadata>
next reply other threads:[~2022-05-23 17:15 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-23 17:15 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-02 20:52 [gentoo-commits] repo/proj/guru:master commit in: net-im/abaddon/ David Roman
2024-06-15 11:12 Julien Roy
2024-02-25 17:05 Viorel Munteanu
2024-02-24 12:14 Haelwenn Monnier
2024-02-23 13:11 David Roman
2023-11-29 22:47 David Roman
2023-11-01 23:27 Haelwenn Monnier
2023-11-01 23:27 Haelwenn Monnier
2023-11-01 23:27 Haelwenn Monnier
2023-11-01 23:27 Haelwenn Monnier
2023-11-01 23:27 Haelwenn Monnier
2023-10-02 12:27 David Roman
2023-10-02 12:27 David Roman
2023-10-02 12:24 David Roman
2023-10-02 12:24 David Roman
2023-10-02 12:24 David Roman
2022-05-23 17:15 Haelwenn Monnier
2022-04-10 12:35 Andrew Ammerlaan
2021-09-20 19:06 Arthur Zamarin
2021-09-20 19:06 Arthur Zamarin
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=1653310696.e71606bbf598ca20ba929aa05cdd8cf5885454f8.lanodan@gentoo \
--to=contact@hacktivis.me \
--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