summaryrefslogtreecommitdiff
blob: 234d3a0c8f830066f243b0a40d941749d8c36a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares/thunar-shares-0.16.ebuild,v 1.1 2008/12/01 20:43:08 angelos Exp $

EAPI=1

inherit xfce44

DESCRIPTION="Thunar plugin to share files using Samba"
HOMEPAGE="http://code.google.com/p/thunar-shares/"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"

KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-libs/glib-2.12:2
	>=x11-libs/gtk+-2.10:2
	>=xfce-base/thunar-0.9"
DEPEND="${RDEPEND}
	dev-util/intltool"

DOCS="AUTHORS ChangeLog NEWS README TODO"