mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-im/profanity: drop 0.13.1-r1, 0.14.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
DIST profanity-0.13.1.tar.xz 621836 BLAKE2B e038fa01272150cb7974b03f88f64335bf1690115dbbb1c6fe04c79acb69db18c556edf41316af1d363f9715cd2e7aeb3f3bd867836704b620d9a87976b64fa9 SHA512 6d7d3c96c65e26c15cac1157bd296c1dbd3e2471aec959d6c319c68b70ec21cef0c40d7b4eed40c30c377a766db9f13a774ccb4880c227ee368e4dd607d9c267
|
||||
DIST profanity-0.14.0-fix-test-lto.patch 751 BLAKE2B b73a35c643845979dab9079dc38adfbb4b62d6c07c31533cb79d0e10aba6476c6570000dc5f8b71e9507c0fe713fb27a00dcb9b3e869c84a3d81f28b7a702c24 SHA512 ad82ddd06282ec56bfab88a4094216378f56c08b517a03beefd8fbc7b5c5d0a328ac75103cd99fb0c18b2418c65cee6517d600a100d0bc6d42a448687e253f9c
|
||||
DIST profanity-0.14.0-ox-carbons.patch 1525 BLAKE2B 85fe9a76a8c735047365d56555c8e1df7906b5a676740a165fc5d9eab3933124b58abf6bdd0b448b5030a51cd1fad3ce8627cc03a2fbdacdd20c5dcc71d194e1 SHA512 36cfbb12ef7889ae5f318e35da2b0edf39dca067cefb9ac921f27cba0f52746eaae9d65b7631be392dd6e9a15d1fc8f8a3de36efe8707c756e9b008291e7f55e
|
||||
DIST profanity-0.14.0-plugins-install.patch 2295 BLAKE2B 8b67718abdb620875b9040f550685189acf5a2776aa5f45422e3471c13ae05bd773c05652048940d5b8d10d88c9a013c3262742db7c84b0ff0c108f5f78ead45 SHA512 a8912d5a33d4d6eebf85733f616ed729a05688b4acf70c927aa733755527fd4e523c3a485bbb0390b2006225e8420e1d76db7e91d2122af41496c0081e3b0cea
|
||||
|
||||
@@ -1,71 +0,0 @@
|
||||
# Copyright 1999-2024 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://github.com/profanity-im/profanity/releases/download/${PV}/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64"
|
||||
IUSE="libnotify omemo otr gpg test xscreensaver"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-db/sqlite:3
|
||||
|| ( app-accessibility/at-spi2-atk dev-libs/atk )
|
||||
dev-libs/glib:2
|
||||
dev-libs/libassuan:=
|
||||
dev-libs/libgpg-error
|
||||
>=dev-libs/libstrophe-0.12.2
|
||||
media-libs/harfbuzz:=
|
||||
net-misc/curl
|
||||
sys-libs/ncurses:=[unicode(+)]
|
||||
sys-libs/readline:=
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/pango
|
||||
x11-misc/shared-mime-info
|
||||
virtual/libcrypt:=
|
||||
gpg? ( app-crypt/gpgme:= )
|
||||
libnotify? ( x11-libs/libnotify )
|
||||
omemo? (
|
||||
dev-libs/libgcrypt:=
|
||||
net-libs/libsignal-protocol-c
|
||||
)
|
||||
otr? ( net-libs/libotr )
|
||||
xscreensaver? (
|
||||
x11-libs/libXScrnSaver
|
||||
x11-libs/libX11
|
||||
)
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? ( dev-util/cmocka )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--enable-gdk-pixbuf
|
||||
$(use_enable libnotify notifications)
|
||||
$(use_enable omemo)
|
||||
$(use_enable otr)
|
||||
$(use_enable gpg pgp)
|
||||
$(use_with xscreensaver)
|
||||
)
|
||||
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake CFLAGS="${CFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
find "${ED}" -type f -name '*.la' -delete || die
|
||||
}
|
||||
@@ -1,78 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit flag-o-matic
|
||||
|
||||
DESCRIPTION="A console based XMPP client inspired by Irssi"
|
||||
HOMEPAGE="https://profanity-im.github.io"
|
||||
SRC_URI="https://github.com/profanity-im/profanity/releases/download/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64"
|
||||
IUSE="libnotify omemo omemo-qrcode otr gpg test xscreensaver"
|
||||
RESTRICT="!test? ( test )"
|
||||
REQUIRED_USE="omemo-qrcode? ( omemo )"
|
||||
|
||||
RDEPEND="
|
||||
>=app-accessibility/at-spi2-core-2.46.0
|
||||
dev-db/sqlite:3
|
||||
dev-libs/glib:2
|
||||
>=dev-libs/libstrophe-0.12.3:=
|
||||
media-libs/harfbuzz:=
|
||||
net-misc/curl
|
||||
sys-libs/ncurses:=[unicode(+)]
|
||||
sys-libs/readline:=
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/pango
|
||||
x11-misc/shared-mime-info
|
||||
gpg? ( app-crypt/gpgme:= )
|
||||
libnotify? ( x11-libs/libnotify )
|
||||
omemo? (
|
||||
dev-libs/libgcrypt:=
|
||||
net-libs/libsignal-protocol-c
|
||||
)
|
||||
omemo-qrcode? ( media-gfx/qrencode:= )
|
||||
otr? ( net-libs/libotr )
|
||||
xscreensaver? (
|
||||
x11-libs/libXScrnSaver
|
||||
x11-libs/libX11
|
||||
)
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? ( dev-util/cmocka )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
# -Werror=lto-type-mismatch
|
||||
# https://bugs.gentoo.org/932874
|
||||
# https://github.com/profanity-im/profanity/issues/1992
|
||||
filter-lto
|
||||
|
||||
local myeconfargs=(
|
||||
--enable-gdk-pixbuf
|
||||
$(use_enable libnotify notifications)
|
||||
$(use_enable omemo)
|
||||
$(use_enable omemo-qrcode)
|
||||
$(use_enable otr)
|
||||
$(use_enable gpg pgp)
|
||||
$(use_with xscreensaver)
|
||||
)
|
||||
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake CFLAGS="${CFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
find "${ED}" -type f -name '*.la' -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user