From 752d6256e5204b958b0ef7905675a940b5e9172f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 May 2022 16:42:50 +0300 Subject: gentoo resync : 12.05.2022 --- net-im/profanity/Manifest | 2 + net-im/profanity/profanity-0.12.1-r1.ebuild | 67 +++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 net-im/profanity/profanity-0.12.1-r1.ebuild (limited to 'net-im/profanity') diff --git a/net-im/profanity/Manifest b/net-im/profanity/Manifest index 2e70937c4b3a..5858ef54aecf 100644 --- a/net-im/profanity/Manifest +++ b/net-im/profanity/Manifest @@ -1,5 +1,7 @@ DIST profanity-0.11.0.tar.gz 887566 BLAKE2B 373b49670d00aa741e1957a8d3ca0282f6e7215c53c6c89088268d92fa6bd8f396e6c8e69f17aeb65f9183f620376613672c7f71c879ece31b97382df5d7a781 SHA512 14164921e151a9201728afc3835e08649036702d1fcdef6e37f83de6da4b9bd9c5e9ba54db69e3a9e16fb7e360369b4e92b6b771bc5e005e343a9a526738a268 +DIST profanity-0.12.1.tar.gz 895566 BLAKE2B 8e9a0e21ad598c5fdde293e38b9b6fb363ae06f424e7fd11d12a01ec6d5ce39a83849e56e284c15a842f01d66f3a4011f9518aef3a521459f690a7d052fe591f SHA512 ca3ea92fd439336cd0bf0be42afdda464e25be85b910aef837738b8d1787ac174ac93ccee4fb2fb385228ed7be8e9bac5e96a1f89a68df162785b17d7671463f DIST profanity-0.9.5.tar.gz 830966 BLAKE2B fc1b755b1a92dbde62aacb31cb5d9190cea951e98501a5b48495dbd31266f343cf436de1fa0f69caec34324cd1f781d0bd4f5f7ebdd984324c5d1d6edb91452a SHA512 79305ee488d3a9b87bb422d6525bfaae62c4969d466b968c86941ed5bf0c0080e349758f2e1ead144693513b5d19a635372e73aa1fe9e362836b9245e1d2b898 EBUILD profanity-0.11.0-r1.ebuild 1056 BLAKE2B 2c09a9a88b89a3b0e335583fbea06a5798ab395af529a3dac98bc38999b46e2945ab7311fcef1f2728d0136ddde3c3e98505f5c2627b530daf84b0a786bf0947 SHA512 f6b9643f0fe819d8e082c5c2b51ae6d61806ad39a884a3cacee776ead18cc083e1a7af17406defd5136d6d154d2b047753006ac18fe78d60cd807b8703ab20ba +EBUILD profanity-0.12.1-r1.ebuild 1318 BLAKE2B c1212ff4b5f305c87f8dd0b488aecf2eb1c696d7aaa91e87aee25a7c889a4f2f85c082b1de0f3d81cc46f1aa56cf5b3ccdf55fa51bb223550e0a3fde64f1dd8d SHA512 806c4abb7d5ca4a12c50e80e3ba16061bd4daff8c71d85d7f30a09cf797fbec16434148f1e0a1faffc6311f37c33fbde7ffec403ffa4bbeec2fdd14c61b52ec7 EBUILD profanity-0.9.5-r1.ebuild 1035 BLAKE2B 94078ea301009255f2b9b57b0835558ebc797ad3c0c75393be2c95c4b368832dabc0be1d596e45c2b421e3c2e58ea099d0238c55dc9a9ceaf0ccc3519b4c96ce SHA512 c21319345910123603041d916f0712c4eac3851bb71efee3906d8e2423e2aef3032139bb663ce3a4d2bcf13254456c03948a10511ef8dc2d72f214f023db19ed MISC metadata.xml 609 BLAKE2B 2b5d6d9f4e6a4fb8eebfaa93274f2fb183e091e79fa5aa8c86aa4dba78d5ffd6590dbb353a3555291fafee683acc7a5affb33274e1ac3019ff610e29b94f2acf SHA512 e69cff5a4f22c6c95f45a4d67a43d8ae59c89b8ef237ae72c5e0ed932a2998003457008dd2a2d68df5608a693fd5069c0f6c52ae481f688ea8a36136e110e681 diff --git a/net-im/profanity/profanity-0.12.1-r1.ebuild b/net-im/profanity/profanity-0.12.1-r1.ebuild new file mode 100644 index 000000000000..4dbaba2f82a7 --- /dev/null +++ b/net-im/profanity/profanity-0.12.1-r1.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A console based XMPP client inspired by Irssi" +HOMEPAGE="https://profanity-im.github.io" +SRC_URI="https://profanity-im.github.io/tarballs/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="libnotify omemo otr gpg test xscreensaver" +RESTRICT="!test? ( test )" + +COMMON_DEPEND=" + dev-db/sqlite:3 + dev-libs/atk + dev-libs/glib:2 + dev-libs/libassuan + dev-libs/libgpg-error + >=dev-libs/libstrophe-0.11.0 + net-misc/curl + sys-libs/ncurses:=[unicode(+)] + virtual/libcrypt:= + media-libs/harfbuzz:= + gpg? ( app-crypt/gpgme:= ) + libnotify? ( x11-libs/libnotify ) + omemo? ( + net-libs/libsignal-protocol-c + dev-libs/libgcrypt:= + ) + otr? ( net-libs/libotr ) + sys-libs/readline:= + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + x11-libs/pango + xscreensaver? ( + x11-libs/libXScrnSaver + x11-libs/libX11 + ) +" +DEPEND=" + ${COMMON_DEPEND} + test? ( dev-util/cmocka ) +" +RDEPEND="${COMMON_DEPEND}" + +src_configure() { + econf \ + $(use_enable libnotify notifications) \ + $(use_enable omemo) \ + $(use_enable otr) \ + $(use_enable gpg pgp) \ + $(use_with xscreensaver) +} + +src_compile() { + emake CFLAGS="${CFLAGS}" +} + +src_install() { + default + find "${ED}" -type f -name '*.la' -delete || die +} -- cgit v1.2.3