diff options
Diffstat (limited to 'x11-plugins/pidgin-window_merge/pidgin-window_merge-0.2_p20120531.ebuild')
-rw-r--r-- | x11-plugins/pidgin-window_merge/pidgin-window_merge-0.2_p20120531.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.2_p20120531.ebuild b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.2_p20120531.ebuild new file mode 100644 index 000000000..51dcf4ef8 --- /dev/null +++ b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.2_p20120531.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +inherit autotools + +DESCRIPTION="A Pidgin plugin that merges the Buddy List window with a conversation window" +HOMEPAGE="https://github.com/dm0-/window_merge" +COMMIT="8799eadf17a6f42f9d80932c1f9f2f99e3457a6a" +SRC_URI="http://github.com/dm0-/${PN#pidgin-}/tarball/${COMMIT} -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="dev-libs/glib:2 + net-im/pidgin[gtk]" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S="${WORKDIR}"/dm0--${PN#pidgin-}-${COMMIT:0:7} +src_prepare(){ + sed -e "/ACLOCAL_AMFLAGS/d" -i Makefile.am || die + eautoreconf +} + +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" +} |