summaryrefslogtreecommitdiff
blob: ef949c4534f33b632478bd7915f5e683dd8989b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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="cf1dba5ff3b1006552a7a779b3bf9acfd56e9e82"
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}
	dev-util/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"
}