blob: d860d6f3a7b2af8eda1bed81e3e054bc0ce54bd0 (
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
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.0.3-r2.ebuild,v 1.1 2009/09/30 08:37:29 ssuominen Exp $
EAPI=2
inherit xfconf
DESCRIPTION="adds Subversion actions to the context menu of thunar"
HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-svn-plugin"
SRC_URI="http://goodies.xfce.org/releases/${PN/vcs/svn}/${P/vcs/svn}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug"
RDEPEND=">=dev-util/subversion-1.5
xfce-base/thunar"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${P/vcs/svn}
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README"
PATCHES=( "${FILESDIR}/${P}-subversion-1.6.patch" )
XFCONF="$(use_enable debug)"
}
|