# Template file for 'nautilus-sendto' pkgname=nautilus-sendto version=3.8.0 revision=1 build_style=gnu-configure configure_args="--disable-schemas-compile" # XXX: add pidgin and gajim depends for plugins to work. hostmakedepends="pkg-config intltool gobject-introspection" makedepends="evolution-data-server-devel>=3.8 nautilus-devel>=3.8 gupnp-devel" short_desc="Nautilus context menu for sending files" maintainer="Juan RP " homepage="http://download.gnome.org/sources/nautilus-sendto/" license="GPL-2" distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz" checksum=d99ea11a484bff8894097696a1afc8d7f44de4f064f78deeb6f598cecf0604bb long_desc=" The Nautilus Send To plugin provides the Nautilus file manager with a context menu component for quickly sending files to accounts in an Evolution email address book, contacts on a Pidgin or Gajim instant messaging list, through Icedove, or through Claws Mail. Nautilus Send To also provides the option of compressing the files (tar.bz2, tar.gz, or zip) before sending." nautilus-sendto_package() { pkg_install() { vmove usr } }