gvfs: rebuild against libudev-183.
This commit is contained in:
parent
4d22c1fae9
commit
563efb0b4b
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'gvfs-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
}
|
||||
|
|
|
@ -11,7 +11,6 @@ libutil.so.1
|
|||
libsoup-gnome-2.4.so.1
|
||||
libsoup-2.4.so.1
|
||||
libxml2.so.2
|
||||
libudev.so.0
|
||||
libgphoto2.so.2
|
||||
libgphoto2_port.so.0
|
||||
libfuse.so.2
|
||||
|
@ -29,3 +28,4 @@ libsmbclient.so.0
|
|||
libdbus-glib-1.so.2
|
||||
libbluetooth.so.3
|
||||
libexpat.so.1
|
||||
libudev.so.1
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
# Template file for 'gvfs'
|
||||
pkgname=gvfs
|
||||
version=1.12.3
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/1.12/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-hal --disable-afc
|
||||
--with-bash-completion-dir=/etc/bash_completion.d"
|
||||
makedepends="pkg-config intltool libbluetooth-devel dbus-glib-devel libopenobex-devel libgudev-devel libexif-devel libusb-compat-devel fuse-devel libarchive-devel libcdio-devel libsoup-gnome-devel libgphoto2-devel libgnome-keyring-devel samba-devel avahi-glib-libs-devel udisks2-devel libgcrypt-devel"
|
||||
makedepends="pkg-config intltool libbluetooth-devel dbus-glib-devel libopenobex-devel libgudev-devel>=183 libexif-devel libusb-compat-devel fuse-devel libarchive-devel libcdio-devel libsoup-gnome-devel libgphoto2-devel libgnome-keyring-devel samba-devel avahi-glib-libs-devel udisks2-devel libgcrypt-devel"
|
||||
fulldepends="obex-data-server"
|
||||
subpackages="$pkgname-devel"
|
||||
short_desc="Userspace virtual filesystem"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
|
@ -18,7 +20,3 @@ long_desc="
|
|||
installs several modules that are automatically used by applications
|
||||
using the APIs of libgio. There is also fuse support that allows
|
||||
applications not using gio to access the gvfs filesystems."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue