| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v 1.8 2012/05/17 18:07:20 ssuominen Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
EAUTORECONF=yes
|
| 7 |
inherit xfconf
|
| 8 |
|
| 9 |
DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
|
| 10 |
HOMEPAGE="http://www.uvena.de/gigolo/ http://goodies.xfce.org/projects/applications/gigolo"
|
| 11 |
SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
|
| 12 |
|
| 13 |
LICENSE="GPL-2"
|
| 14 |
SLOT="0"
|
| 15 |
KEYWORDS="amd64 x86"
|
| 16 |
IUSE=""
|
| 17 |
|
| 18 |
RDEPEND=">=dev-libs/glib-2.16
|
| 19 |
>=x11-libs/gtk+-2.12:2"
|
| 20 |
DEPEND="${RDEPEND}
|
| 21 |
dev-util/intltool
|
| 22 |
virtual/pkgconfig"
|
| 23 |
|
| 24 |
pkg_setup() {
|
| 25 |
DOCS=( AUTHORS ChangeLog NEWS README TODO )
|
| 26 |
}
|
| 27 |
|
| 28 |
src_install() {
|
| 29 |
xfconf_src_install
|
| 30 |
rm -rf "${ED}"/usr/share/doc/${PN}
|
| 31 |
}
|