nautilus-sendto: update to 3.8.1.

This commit is contained in:
Juan RP 2013-09-27 00:13:57 +02:00
parent 9477bb9e62
commit be852434bf

View file

@ -1,18 +1,18 @@
# Template file for 'nautilus-sendto' # Template file for 'nautilus-sendto'
pkgname=nautilus-sendto pkgname=nautilus-sendto
version=3.8.0 version=3.8.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-schemas-compile" configure_args="--disable-schemas-compile"
# XXX: add pidgin and gajim depends for plugins to work. # XXX: add pidgin and gajim depends for plugins to work.
hostmakedepends="pkg-config intltool gobject-introspection" hostmakedepends="pkg-config intltool gobject-introspection"
makedepends="evolution-data-server-devel>=3.8 nautilus-devel>=3.8 gupnp-devel" makedepends="evolution-data-server-devel>=3.10 nautilus-devel>=3.10 gupnp-devel"
short_desc="Nautilus context menu for sending files" short_desc="Nautilus context menu for sending files"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://download.gnome.org/sources/nautilus-sendto/" homepage="http://download.gnome.org/sources/nautilus-sendto/"
license="GPL-2" license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=d99ea11a484bff8894097696a1afc8d7f44de4f064f78deeb6f598cecf0604bb checksum=03fa46bff271acdbdedab6243b2a84e5ed3daa19c81b69d087b3e852c8fe5dab
long_desc=" long_desc="
The Nautilus Send To plugin provides the Nautilus file manager with a context 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 menu component for quickly sending files to accounts in an Evolution email
@ -24,6 +24,6 @@ long_desc="
nautilus-sendto_package() { nautilus-sendto_package() {
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }