nautilus-sendto: update to 3.6.0.
This commit is contained in:
parent
60b4d43a82
commit
2e65589bfc
3 changed files with 25 additions and 18 deletions
|
@ -6,7 +6,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
libedataserverui-3.0.so.4
|
||||
libebook-1.2.so.14
|
||||
libedataserver-1.2.so.17
|
||||
libcamel-1.2.so.40
|
||||
libdl.so.2
|
||||
libplc4.so
|
||||
libplds4.so
|
||||
libnspr4.so
|
||||
libssl3.so
|
||||
libsmime3.so
|
||||
libnss3.so
|
||||
libgnome-keyring.so.0
|
||||
libxml2.so.2
|
||||
libgconf-2.so.4
|
||||
libsoup-2.4.so.1
|
||||
libsqlite3.so.0
|
||||
libgthread-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
librt.so.1
|
||||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libatk-1.0.so.0
|
||||
|
@ -8,18 +23,12 @@ libgio-2.0.so.0
|
|||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libcairo.so.2
|
||||
libpango-1.0.so.0
|
||||
libcairo.so.2
|
||||
libgobject-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libgupnp-1.0.so.4
|
||||
libgssdp-1.0.so.3
|
||||
libnautilus-extension.so.1
|
||||
libedataserverui-3.0.so.1
|
||||
libebook-1.2.so.13
|
||||
libedataserver-1.2.so.16
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
# Template file for 'nautilus-sendto'
|
||||
pkgname=nautilus-sendto
|
||||
version=3.0.3
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.xz"
|
||||
version=3.6.0
|
||||
revision=1
|
||||
subpackages="${pkgname}-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile"
|
||||
makedepends="pkg-config intltool evolution-data-server-devel gupnp-devel nautilus-devel"
|
||||
revision=1
|
||||
# XXX: add pidgin and gajim depends for plugins to work.
|
||||
makedepends="pkg-config intltool evolution-data-server-devel>=3.6.0
|
||||
gupnp-devel nautilus-devel>=3.6.0"
|
||||
short_desc="Nautilus context menu for sending files"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://download.gnome.org/sources/nautilus-sendto/"
|
||||
license="GPL-2"
|
||||
checksum=bafbfbfe66c9817b099c8b57f41341e0be4e94ae846a9a1ae84d7bcbc339c2cf
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=5f90a1a7b054257545dc72fa3a63de8f5564815576f90a21c320ebb177b9268e
|
||||
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
|
||||
|
@ -19,7 +22,3 @@ long_desc="
|
|||
|
||||
Nautilus Send To also provides the option of compressing the files
|
||||
(tar.bz2, tar.gz, or zip) before sending."
|
||||
|
||||
subpackages="${pkgname}-devel"
|
||||
|
||||
# XXX: add pidgin and gajim depends for plugins to work.
|
||||
|
|
Loading…
Reference in a new issue