commit: 62c17690edfb5f18610fbe0395b74d8b8f6b7e17 Author: Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx> AuthorDate: Fri Dec 12 05:19:15 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 12:53:42 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c17690
x11-plugins/pidgin-sipe: further fixes suggested by @PPN-SD * add dependency on sys-devel/gettext * fix dependencies with USE=dbus * move dev-libs/appstream dependency to BDEPEND * unconditionaly depend on slotted dev-libs/glib * add dependency on media-libs/gst-plugins-base:1.0 with USE=video * substitute dodoc with einstalldocs * fix dependencies with USE=!openssl * update dev-libs/gmime slot to 3.0 Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx> Part-of: https://github.com/gentoo/gentoo/pull/43578 Closes: https://github.com/gentoo/gentoo/pull/43578 Signed-off-by: Sam James <sam <AT> gentoo.org> .../pidgin-sipe/pidgin-sipe-1.25.0-r4.ebuild | 24 ++++++++++++++-------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r4.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r4.ebuild index d4c7d6618527..73364830369b 100644 --- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r4.ebuild +++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0-r4.ebuild @@ -17,29 +17,35 @@ IUSE="dbus debug kerberos ocs2005-message-hack openssl test voice" RESTRICT="!test? ( test )" RDEPEND=" - dev-libs/gmime:2.6 + >=dev-libs/glib-2.18.0:2 + dev-libs/gmime:3.0 dev-libs/libxml2:= - net-im/pidgin[dbus?] + net-im/pidgin + dbus? ( + net-im/pidgin[dbus] + sys-apps/dbus + ) kerberos? ( virtual/krb5 ) openssl? ( dev-libs/openssl:= ) - !openssl? ( dev-libs/nss ) - test? ( dev-libs/appstream ) + !openssl? ( + dev-libs/nspr + dev-libs/nss + ) voice? ( - >=dev-libs/glib-2.28.0 >=net-libs/libnice-0.1.0 + media-libs/gst-plugins-base:1.0 media-libs/gstreamer:1.0 net-im/pidgin[v4l] net-libs/farstream:0.2 ) - !voice? ( - >=dev-libs/glib-2.12.0:2 - ) " DEPEND="${RDEPEND}" BDEPEND=" dev-util/intltool + sys-devel/gettext virtual/pkgconfig + test? ( dev-libs/appstream ) " PATCHES=( @@ -71,7 +77,7 @@ src_configure() { src_install() { emake install DESTDIR="${D}" - dodoc AUTHORS ChangeLog NEWS TODO README + einstalldocs find "${ED}" -type f -name "*.la" -delete || die }
