summaryrefslogtreecommitdiff
blob: 32a5c1630eb9fd517b2275dded239523ad2b2d2f (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
34
35
36
37
38
39
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/metabar/metabar-0.8.ebuild,v 1.6 2007/01/05 17:04:36 flameeyes Exp $

inherit kde

DESCRIPTION="A sidebar plugin for konqueror."
HOMEPAGE="http://www.kde-look.org/content/show.php?content=21168"
SRC_URI="mirror://sourceforge/metabar/${P}.tar.gz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND="|| ( kde-base/konqueror >=kde-base/kdebase-3.3 )
	!>=kde-base/konq-plugins-3.5.0"

RDEPEND="${DEPEND}"

need-kde 3.3

S="${WORKDIR}/${PN}"

src_unpack() {
	unpack ${A}

	cd ${S}
	epatch ${FILESDIR}/${P}-fix-esc-bug.patch
	epatch ${FILESDIR}/${PN}-desktop_file.patch
}

pkg_postinst()
{
	echo
	elog "To use Metabar, run Konqueror, right-click the sidebar,"
	elog "and choose 'Add New -> Metabar'."
	echo
}