2010-11-23 00:32:40 +01:00
|
|
|
# Template file for 'nautilus-sendto'
|
|
|
|
pkgname=nautilus-sendto
|
2013-09-27 00:13:57 +02:00
|
|
|
version=3.8.1
|
2012-09-25 18:00:08 +02:00
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-10-16 19:46:38 +02:00
|
|
|
configure_args="--disable-schemas-compile"
|
2012-09-25 18:00:08 +02:00
|
|
|
# XXX: add pidgin and gajim depends for plugins to work.
|
2013-03-28 21:44:39 +01:00
|
|
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
2013-09-27 00:13:57 +02:00
|
|
|
makedepends="evolution-data-server-devel>=3.10 nautilus-devel>=3.10 gupnp-devel"
|
2010-11-23 00:32:40 +01:00
|
|
|
short_desc="Nautilus context menu for sending files"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-30 18:41:39 +02:00
|
|
|
homepage="http://download.gnome.org/sources/nautilus-sendto/"
|
|
|
|
license="GPL-2"
|
2013-09-27 00:13:57 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
|
|
checksum=03fa46bff271acdbdedab6243b2a84e5ed3daa19c81b69d087b3e852c8fe5dab
|
2010-11-23 00:32:40 +01:00
|
|
|
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."
|
2013-04-14 04:36:19 +02:00
|
|
|
|
|
|
|
nautilus-sendto_package() {
|
|
|
|
pkg_install() {
|
2013-09-27 00:13:57 +02:00
|
|
|
vmove all
|
2013-04-14 04:36:19 +02:00
|
|
|
}
|
|
|
|
}
|