From feaabb5939afe41d4007bbfbc7ea0a52a3645854 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 20 Feb 2013 15:29:10 +0100 Subject: [PATCH] gvfs: rebuild against libarchive-3.1.2; libbluray support. --- srcpkgs/gvfs/gvfs-devel.template | 5 +---- srcpkgs/gvfs/template | 12 +++--------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/srcpkgs/gvfs/gvfs-devel.template b/srcpkgs/gvfs/gvfs-devel.template index b5616811102..890480fbf02 100644 --- a/srcpkgs/gvfs/gvfs-devel.template +++ b/srcpkgs/gvfs/gvfs-devel.template @@ -1,10 +1,7 @@ # 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." +short_desc="${short_desc} - development files" do_install() { vmove usr/include usr diff --git a/srcpkgs/gvfs/template b/srcpkgs/gvfs/template index 92848318ee1..56b51c0dcd8 100644 --- a/srcpkgs/gvfs/template +++ b/srcpkgs/gvfs/template @@ -1,13 +1,13 @@ # Template file for 'gvfs' pkgname=gvfs version=1.14.2 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-hal --disable-afc --with-bash-completion-dir=/usr/share/bash-completion/completions" 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>=2.40 + libopenobex-devel libgudev-devel>=183 libexif-devel libbluray-devel + fuse-devel libarchive-devel>=3.1.2 libcdio-devel libsoup-gnome-devel>=2.40 libgphoto2-devel libsecret-devel gtk+3-devel samba-devel systemd-devel avahi-glib-libs-devel udisks2-devel libgcrypt-devel libxslt docbook-xsl" fulldepends="obex-data-server" @@ -18,9 +18,3 @@ homepage="http://www.gnome.org" license="LGPL-2.1" distfiles="${GNOME_SITE}/$pkgname/1.14/$pkgname-$version.tar.xz" checksum=c3bbdac4bc89de82a2ba373799da80d24fb6a038a9893d9b54e2c9429c878fbc -long_desc=" - gvfs is a userspace virtual filesystem designed to work with the i/o - abstractions of gio (a library available in glib greater than 2.15). It - 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."