From 563efb0b4bb8d9ef3f9db8eb3fcbede764d86fa8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 26 May 2012 16:10:03 +0200 Subject: [PATCH] gvfs: rebuild against libudev-183. --- srcpkgs/gvfs/gvfs-devel.template | 3 +-- srcpkgs/gvfs/gvfs.rshlibs | 2 +- srcpkgs/gvfs/template | 8 +++----- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/srcpkgs/gvfs/gvfs-devel.template b/srcpkgs/gvfs/gvfs-devel.template index beb303bdc7b..b5616811102 100644 --- a/srcpkgs/gvfs/gvfs-devel.template +++ b/srcpkgs/gvfs/gvfs-devel.template @@ -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 } diff --git a/srcpkgs/gvfs/gvfs.rshlibs b/srcpkgs/gvfs/gvfs.rshlibs index 1dbaff9e425..2cdb19fadf5 100644 --- a/srcpkgs/gvfs/gvfs.rshlibs +++ b/srcpkgs/gvfs/gvfs.rshlibs @@ -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 diff --git a/srcpkgs/gvfs/template b/srcpkgs/gvfs/template index 205c988db05..44bfe89747d 100644 --- a/srcpkgs/gvfs/template +++ b/srcpkgs/gvfs/template @@ -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 " 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" - -