nautilus-sendto: dbus-glib-devel is required for some plugins, revbump.
This commit is contained in:
parent
ae53662420
commit
123a65e309
|
@ -34,3 +34,5 @@ libc.so.6
|
|||
libgupnp-1.0.so.4
|
||||
libgssdp-1.0.so.3
|
||||
libnautilus-extension.so.1
|
||||
libdbus-glib-1.so.2
|
||||
libdbus-1.so.3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nautilus-sendto'
|
||||
pkgname=nautilus-sendto
|
||||
version=3.0.1
|
||||
revision=4
|
||||
revision=5
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile"
|
||||
|
@ -24,6 +24,7 @@ subpackages="${pkgname}-devel"
|
|||
# XXX: add pidgin and gajim depends for plugins to work.
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build evolution-data-server-devel
|
||||
Add_dependency build GConf-devel
|
||||
Add_dependency build gupnp-devel
|
||||
|
|
Loading…
Reference in New Issue