gentoo/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3-r2.ebuild
Sam James fd3b82d95b
x11-plugins/pidgin-window_merge: handle pidgin[gtk] -> pidgin[gui]
Signed-off-by: Sam James <sam@gentoo.org>
2025-03-22 03:50:51 +00:00

33 lines
749 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A Pidgin plugin that merges the Buddy List window with a conversation window"
HOMEPAGE="https://github.com/dm0-/window_merge"
SRC_URI="mirror://gentoo/${P#pidgin-}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~riscv"
IUSE=""
RDEPEND="dev-libs/glib:2=
net-im/pidgin:0=[gui]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
S=${WORKDIR}/${P#pidgin-}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}
pkg_postinst() {
ewarn "This plugin and infopane plugin (purple-plugin_pack) activated"
ewarn "at the same time cause a segfault in pidgin"
ewarn "see https://github.com/dm0-/window_merge/issues/4"
}