summaryrefslogtreecommitdiff
blob: 83f2d5bd4a6ad5f65a50ce8a48e16bd401810eda (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
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

DESCRIPTION="Plugin adds toolbar and status bar to Pidgin buddy list"
HOMEPAGE="http://vayurik.ru/wordpress/en/toobars"
SRC_URI="http://vayurik.ru/wordpress/wp-content/uploads/toobars/${P}.tar.gz"

LICENSE="GPL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="net-im/pidgin[gtk]"

DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_install() {
	emake install DESTDIR="${D}" || die "emake install failed"
	dodoc README AUTHORS VERSION
}

pkg_postinst() {
	elog "Please note that the MyStatusBar (in purple-plugin_pack) conflicts"
	elog" with TooBars and you should only turn one on at a time."
}