nautilus-sendto: update to 3.8.0.
This commit is contained in:
parent
c541f1b2df
commit
8cb0cb2eef
2 changed files with 5 additions and 21 deletions
|
@ -1,15 +0,0 @@
|
||||||
# Template file for 'nautilus-sendto-devel'.
|
|
||||||
#
|
|
||||||
depends="glib-devel gtk+3-devel"
|
|
||||||
short_desc="${short_desc} - development files"
|
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vmove usr/include usr
|
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
|
||||||
vmove usr/share/gtk-doc usr/share
|
|
||||||
}
|
|
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'nautilus-sendto'
|
# Template file for 'nautilus-sendto'
|
||||||
pkgname=nautilus-sendto
|
pkgname=nautilus-sendto
|
||||||
version=3.6.1
|
version=3.8.0
|
||||||
revision=1
|
revision=1
|
||||||
subpackages="${pkgname}-devel"
|
|
||||||
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.
|
||||||
makedepends="pkg-config intltool evolution-data-server-devel>=3.6.0
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||||
gupnp-devel nautilus-devel>=3.6.0"
|
makedepends="evolution-data-server-devel>=3.8 nautilus-devel>=3.8 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.6/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||||
checksum=7f48489759739ac187265034bbf046fcfa3e03b3527b168ebc8718232469abdb
|
checksum=d99ea11a484bff8894097696a1afc8d7f44de4f064f78deeb6f598cecf0604bb
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue