diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-06-14 19:30:12 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-06-14 19:37:46 +0100 |
commit | eed58fcfc03f9e421c2222092f02d8aae108aef8 (patch) | |
tree | f766111579ccca129a8f38ad00062d7bad5df729 /x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild | |
parent | dev-qt: Qt 5.6.1 version bump (diff) | |
download | gentoo-eed58fcfc03f9e421c2222092f02d8aae108aef8.tar.gz gentoo-eed58fcfc03f9e421c2222092f02d8aae108aef8.tar.bz2 gentoo-eed58fcfc03f9e421c2222092f02d8aae108aef8.zip |
x11-plugins/pidgin-window_merge: new package, all pidgin UI in a single window, bug #412149
Bug: https://bugs.gentoo.org/412149
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild')
-rw-r--r-- | x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild new file mode 100644 index 000000000000..ea2779c9484b --- /dev/null +++ b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=6 + +DESCRIPTION="A Pidgin plugin that merges the Buddy List window with a conversation window" +HOMEPAGE="https://github.com/dm0-/window_merge" +SRC_URI="mirror://github/dm0-/${PN#pidgin-}/${P#pidgin-}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="dev-libs/glib:2= + net-im/pidgin:0=[gtk]" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S=${WORKDIR}/${P#pidgin-} + +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" +} |